Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql/logictest: TestLogic failed #46630

Closed
cockroach-teamcity opened this issue Mar 26, 2020 · 0 comments · Fixed by #46587
Closed

sql/logictest: TestLogic failed #46630

cockroach-teamcity opened this issue Mar 26, 2020 · 0 comments · Fixed by #46587
Assignees
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

(sql/logictest).TestLogic failed on master@4bce96ae5c6b596475c37a435ddd9448f0c9c37d:

=== RUN   TestLogic
--- FAIL: TestLogic (1198.43s)
    test_log_scope.go:77: test logs captured to: /tmp/logTestLogic480973825
    test_log_scope.go:58: use -show-logs to present logs inline
=== RUN   TestLogic/fakedist-disk/vectorize
=== PAUSE TestLogic/fakedist-disk/vectorize
=== CONT  TestLogic/fakedist-disk/vectorize
rewrote:
CREATE TABLE kv (k INT8 PRIMARY KEY, v INT8, FAMILY (v), FAMILY (k));


--- progress: testdata/logic_test/subquery_correlated: 45 statements/queries
rewrote:
CREATE TABLE kvstring (k STRING PRIMARY KEY, v STRING, FAMILY (k, v));


--- total progress: 97550 statements/queries
        --- FAIL: TestLogic/fakedist-disk/vectorize (1.57s)
            logic.go:1843: 
                 
                testdata/logic_test/vectorize:102: SELECT b FROM a WHERE b < 3
                expected:
                    0
                    1
                    2
                    
                but found (query options: "") :
                    1
                    2
                    0
                    
                
            logic.go:2409: 
                testdata/logic_test/vectorize:109: error while processing
            logic.go:2409: testdata/logic_test/vectorize:109: too many errors encountered, skipping the rest of the input
=== RUN   TestLogic/fakedist-disk
    --- FAIL: TestLogic/fakedist-disk (0.43s)

More

Parameters:

  • GOFLAGS=-json
make stressrace TESTS=TestLogic PKG=./pkg/sql/logictest TESTTIMEOUT=5m STRESSFLAGS='-timeout 5m' 2>&1

Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Mar 26, 2020
@cockroach-teamcity cockroach-teamcity added this to the 20.1 milestone Mar 26, 2020
@yuzefovich yuzefovich assigned yuzefovich and unassigned jordanlewis Mar 26, 2020
@craig craig bot closed this as completed in 515406a Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants