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

Closed
cockroach-teamcity opened this issue Apr 1, 2023 · 1 comment
Closed

sql/logictest: TestLogic failed #100394

cockroach-teamcity opened this issue Apr 1, 2023 · 1 comment
Labels
branch-release-22.1 Used to mark GA and release blockers, technical advisories, and bugs for 22.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. T-sql-queries SQL Queries Team
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Apr 1, 2023

sql/logictest.TestLogic failed with artifacts on release-22.1 @ 252d0a041cc72c1f5763bcd08f010e4b6602a2aa:

            │
            ├ Node 1
            │ └ *colrpc.Outbox
            │   └ *rowexec.joinReader
            │     └ *colfetcher.ColBatchScan
            ├ Node 2
            │ └ *colexec.ParallelUnorderedSynchronizer
            │   ├ *colrpc.Inbox
            │   ├ *rowexec.joinReader
            │   │ └ *colfetcher.ColBatchScan
            │   └ *colrpc.Inbox
            └ Node 3
              └ *colrpc.Outbox
                └ *rowexec.joinReader
                  └ *colfetcher.ColBatchScan
            
        but found (query options: "nodeidx=1,retry") :
            │
            ├ Node 1
            │ └ *colrpc.Outbox
            │   └ *rowexec.joinReader
            │     └ *colfetcher.ColBatchScan
            └ Node 2
              └ *colexec.ParallelUnorderedSynchronizer
                ├ *colrpc.Inbox
                └ *rowexec.joinReader
                  └ *colfetcher.ColBatchScan
        goroutine 13140282 [running]:
        runtime/debug.Stack()
        	GOROOT/src/runtime/debug/stack.go:24 +0x65
        github.com/cockroachdb/cockroach/pkg/testutils.SucceedsWithin({0x54e57b8, 0xc012fad520}, 0x44929b8, 0x0)
        	github.com/cockroachdb/cockroach/pkg/testutils/soon.go:60 +0x5f
        github.com/cockroachdb/cockroach/pkg/testutils.SucceedsSoon({0x54e57b8, 0xc012fad520}, 0x22)
        	github.com/cockroachdb/cockroach/pkg/testutils/soon.go:41 +0x4a
        github.com/cockroachdb/cockroach/pkg/sql/logictest.(*logicTest).processSubtest(0xc06453a000, {{0x0, 0x0}, 0xc028416720, 0x0}, {0xc000e33d40, 0x0}, {{0x4252355, 0x13}, 0x5, ...}, ...)
        	github.com/cockroachdb/cockroach/pkg/sql/logictest/logic.go:3227 +0x3919
        github.com/cockroachdb/cockroach/pkg/sql/logictest.(*logicTest).processTestFile(0xc06453a000, {0xc000e33d40, 0x15}, {{0x4252355, 0x13}, 0x5, 0x0, {0x42251ee, 0x2}, {0x0, ...}, ...})
        	github.com/cockroachdb/cockroach/pkg/sql/logictest/logic.go:2542 +0x75c
        github.com/cockroachdb/cockroach/pkg/sql/logictest.(*logicTest).runFile(0xc06453a000, {0xc000e33d40, 0x0}, {{0x4252355, 0x13}, 0x5, 0x0, {0x42251ee, 0x2}, {0x0, ...}, ...})
        	github.com/cockroachdb/cockroach/pkg/sql/logictest/logic.go:4284 +0xdd
        github.com/cockroachdb/cockroach/pkg/sql/logictest.RunLogicTestWithDefaultConfig.func2.1(0xc012fad520)
        	github.com/cockroachdb/cockroach/pkg/sql/logictest/logic.go:4513 +0x451
        testing.tRunner(0xc012fad520, 0xc06ce8a240)
        	GOROOT/src/testing/testing.go:1259 +0x102
        created by testing.(*T).Run
        	GOROOT/src/testing/testing.go:1306 +0x35a
[12:49:20] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/2020/execroot/cockroach/bazel-out/k8-dbg/bin/pkg/sql/logictest/logictest_test_/logictest_test.runfiles/cockroach/pkg/sql/logictest/testdata/logic_test/distsql_enum with config 5node-spec-planning: 7 tests, 0 failures
        --- FAIL: TestLogic/5node-spec-planning/distsql_enum (54.70s)
=== RUN   TestLogic/5node-spec-planning
    --- FAIL: TestLogic/5node-spec-planning (0.00s)

Parameters: TAGS=bazel,gss

Help

See also: How To Investigate a Go Test Failure (internal)

Same failure on other branches

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

Jira issue: CRDB-26408

@cockroach-teamcity cockroach-teamcity added branch-release-22.1 Used to mark GA and release blockers, technical advisories, and bugs for 22.1 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. labels Apr 1, 2023
@cockroach-teamcity cockroach-teamcity added this to the 22.1 milestone Apr 1, 2023
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Apr 1, 2023
@yuzefovich
Copy link
Member

This was fixed in #93895 on master and was backported to 22.2. If we see it again on 22.1, then we should backport #93895 to 22.1 too (I'm being lazy because 22.1 is soon to be out of non-security updates).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-22.1 Used to mark GA and release blockers, technical advisories, and bugs for 22.1 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