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 #47111

Closed
cockroach-teamcity opened this issue Apr 7, 2020 · 2 comments · Fixed by #47130
Closed

sql/logictest: TestLogic failed #47111

cockroach-teamcity opened this issue Apr 7, 2020 · 2 comments · Fixed by #47130
Assignees
Labels
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 release-20.1@7699136a4861a6f6423e16ab7954fc4ac226bd6a:

=== RUN   TestLogic
--- FAIL: TestLogic (1094.19s)
    test_log_scope.go:77: test logs captured to: /tmp/logTestLogic188802467
    test_log_scope.go:58: use -show-logs to present logs inline
=== RUN   TestLogic/fakedist-vec/vectorize_types
=== PAUSE TestLogic/fakedist-vec/vectorize_types
=== CONT  TestLogic/fakedist-vec/vectorize_types
--- done: testdata/logic_test/with with config fakedist-vec: 67 tests, 0 failures
rewrote:
CREATE TABLE o (gf INT8 REFERENCES t (g), h INT8, i INT8, INDEX ii (i) STORING (h), FAMILY (i, gf, h));


        --- FAIL: TestLogic/fakedist-vec/vectorize_types (0.98s)
            logic.go:1564: 
                 
                testdata/logic_test/vectorize_types:82: 
                expected:
                pq: unable to vectorize execution plan: unhandled type int\[\]
                
                got:
                pq: unsupported type int[]
            logic.go:2409: 
                testdata/logic_test/vectorize_types:85: error while processing
            logic.go:2409: testdata/logic_test/vectorize_types:85: too many errors encountered, skipping the rest of the input
=== RUN   TestLogic/fakedist-vec
    --- FAIL: TestLogic/fakedist-vec (0.47s)

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-release-20.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Apr 7, 2020
@cockroach-teamcity cockroach-teamcity added this to the 20.1 milestone Apr 7, 2020
@jordanlewis jordanlewis assigned yuzefovich and unassigned jordanlewis Apr 7, 2020
@cockroach-teamcity
Copy link
Member Author

(sql/logictest).TestLogic failed on release-20.1@7699136a4861a6f6423e16ab7954fc4ac226bd6a:

=== RUN   TestLogic
--- FAIL: TestLogic (1107.49s)
    test_log_scope.go:77: test logs captured to: /tmp/logTestLogic972113089
    test_log_scope.go:58: use -show-logs to present logs inline
=== RUN   TestLogic/fakedist-vec/vectorize_types
=== PAUSE TestLogic/fakedist-vec/vectorize_types
=== CONT  TestLogic/fakedist-vec/vectorize_types
rewrote:
CREATE TABLE child (id INT8 PRIMARY KEY, parent_id INT8 UNIQUE REFERENCES parent, FAMILY (parent_id), FAMILY (id));


        --- FAIL: TestLogic/fakedist-vec/vectorize_types (0.58s)
            logic.go:1564: 
                 
                testdata/logic_test/vectorize_types:82: 
                expected:
                pq: unable to vectorize execution plan: unhandled type int\[\]
                
                got:
                pq: unsupported type int[]
            logic.go:2409: 
                testdata/logic_test/vectorize_types:85: error while processing
            logic.go:2409: testdata/logic_test/vectorize_types:85: too many errors encountered, skipping the rest of the input
=== RUN   TestLogic/fakedist-vec
    --- FAIL: TestLogic/fakedist-vec (0.36s)

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
Copy link
Member Author

(sql/logictest).TestLogic failed on release-20.1@a84b18f04688cfb01a0487a5792bf94c0f74d061:

=== RUN   TestLogic
--- FAIL: TestLogic (1064.80s)
    test_log_scope.go:77: test logs captured to: /tmp/logTestLogic513317019
    test_log_scope.go:58: use -show-logs to present logs inline
=== RUN   TestLogic/fakedist-vec/vectorize_types
=== PAUSE TestLogic/fakedist-vec/vectorize_types
=== CONT  TestLogic/fakedist-vec/vectorize_types
        --- FAIL: TestLogic/fakedist-vec/vectorize_types (0.90s)
            logic.go:1564: 
                 
                testdata/logic_test/vectorize_types:82: 
                expected:
                pq: unable to vectorize execution plan: unhandled type int\[\]
                
                got:
                pq: unsupported type int[]
            logic.go:2409: 
                testdata/logic_test/vectorize_types:85: error while processing
            logic.go:2409: testdata/logic_test/vectorize_types:85: too many errors encountered, skipping the rest of the input
=== RUN   TestLogic/fakedist-vec
    --- FAIL: TestLogic/fakedist-vec (0.31s)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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