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

Closed
cockroach-teamcity opened this issue Sep 30, 2021 · 2 comments · Fixed by #71195
Closed

sql/logictest: TestLogic failed #70910

cockroach-teamcity opened this issue Sep 30, 2021 · 2 comments · Fixed by #71195
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. T-kv KV Team T-sql-queries SQL Queries Team

Comments

@cockroach-teamcity
Copy link
Member

sql/logictest.TestLogic failed with artifacts on master @ f4a1848e2863d8aa04688caaa3520cd5cbe9a098:

=== RUN   TestLogic
    test_log_scope.go:79: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestLogic268683927
    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/logTestLogic268683927
--- FAIL: TestLogic (2659.13s)
=== RUN   TestLogic/experimental-span-configs
    --- FAIL: TestLogic/experimental-span-configs (0.00s)
=== RUN   TestLogic/experimental-span-configs/auto_span_config_reconciliation_job
=== PAUSE TestLogic/experimental-span-configs/auto_span_config_reconciliation_job
=== CONT  TestLogic/experimental-span-configs/auto_span_config_reconciliation_job
    logic.go:2323: 
         
        testdata/logic_test/auto_span_config_reconciliation_job:8: SELECT count(*), job_type, status FROM [SHOW AUTOMATIC JOBS] WHERE job_type = 'AUTO SPAN CONFIG RECONCILIATION' GROUP BY (job_type, status)
        expected:
            count  job_type                         status
            1      AUTO SPAN CONFIG RECONCILIATION  running
            
        but found (query options: "colnames") :
            count  job_type  status
--- done: testdata/logic_test/auto_span_config_reconciliation_job with config experimental-span-configs: 2 tests, 1 failures
    logic.go:3205: 
        testdata/logic_test/auto_span_config_reconciliation_job:14: error while processing
    logic.go:3205: testdata/logic_test/auto_span_config_reconciliation_job:14: too many errors encountered, skipping the rest of the input
--- total: 152073 tests, 0 failures
        --- FAIL: TestLogic/experimental-span-configs/auto_span_config_reconciliation_job (0.35s)
Reproduce

To reproduce, try:

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

Parameters in this failure:

  • GOFLAGS=-parallel=2

Same failure on other branches

/cc @cockroachdb/sql-queries jordanlewis

This test on roachdash | Improve this report!

@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 Sep 30, 2021
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Sep 30, 2021
@yuzefovich
Copy link
Member

cc @irfansharif @arulajmani

@irfansharif irfansharif self-assigned this Sep 30, 2021
@blathers-crl blathers-crl bot added the T-kv KV Team label Sep 30, 2021
@ajwerner
Copy link
Contributor

this just needs a retry on the query

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. T-kv KV Team T-sql-queries SQL Queries Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants