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

Closed
cockroach-teamcity opened this issue Sep 30, 2021 · 1 comment
Closed

sql/logictest: TestLogic failed #70903

cockroach-teamcity opened this issue Sep 30, 2021 · 1 comment
Labels
C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-queries SQL Queries Team

Comments

@cockroach-teamcity
Copy link
Member

sql/logictest.TestLogic failed with artifacts on release-21.2 @ 88d8c1ce72a3988332e502e103421996d3908ab3:

=== RUN   TestLogic
    test_log_scope.go:79: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestLogic346009887
    test_log_scope.go:80: use -show-logs to present logs inline
=== CONT  TestLogic
    logic.go:3437: -- test log scope end --
test logs left over in: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestLogic346009887
--- FAIL: TestLogic (1220.15s)
=== RUN   TestLogic/local-vec-off/select
=== PAUSE TestLogic/local-vec-off/select
=== CONT  TestLogic/local-vec-off/select
=== CONT  TestLogic/local-vec-off/select
    logic.go:2575: 
        
        testdata/logic_test/select:769: 
        expected success, but found
        (P0003) query ``SELECT * FROM t_disallow_scans`` contains a full table/index scan which is explicitly disallowed
        conn_executor_exec.go:1277: in makeExecPlan()
--- done: testdata/logic_test/select with config local-vec-off: 165 tests, 1 failures
    logic.go:3205: 
        testdata/logic_test/select:769: error while processing
    logic.go:3205: pq: query ``SELECT * FROM t_disallow_scans`` contains a full table/index scan which is explicitly disallowed
        --- FAIL: TestLogic/local-vec-off/select (3.49s)
=== RUN   TestLogic/local-vec-off
    --- FAIL: TestLogic/local-vec-off (0.00s)
Reproduce

To reproduce, try:

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

Parameters in this failure:

  • GOFLAGS=-json

Same failure on other branches

/cc @cockroachdb/sql-queries jordanlewis

This test on roachdash | Improve this report!

@cockroach-teamcity cockroach-teamcity added branch-release-21.2 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Sep 30, 2021
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Sep 30, 2021
@yuzefovich
Copy link
Member

fixed by #70458.

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. T-sql-queries SQL Queries Team
Projects
Archived in project
Development

No branches or pull requests

2 participants