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

pkg/sql/logictest/tests/5node-disk/5node-disk_test: TestLogic_distsql_enum failed #93895

Closed
cockroach-teamcity opened this issue Dec 19, 2022 · 2 comments · Fixed by #94350
Closed
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-sql-queries SQL Queries Team
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Dec 19, 2022

pkg/sql/logictest/tests/5node-disk/5node-disk_test.TestLogic_distsql_enum failed with artifacts on master @ b6667d9c6ea091303cf02ed2050e0350eada5bcb:

=== RUN   TestLogic_distsql_enum
    test_log_scope.go:161: test logs captured to: /artifacts/tmp/_tmp/6e9d563e9f7703abdf07517fb35efb2e/logTestLogic_distsql_enum782437834
    test_log_scope.go:79: use -show-logs to present logs inline
[10:28:40] setting distsql_workmem='27818B';
    logic.go:2860: 
         
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1345/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/5node-disk/5node-disk_test_/5node-disk_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/distsql_enum:68: EXPLAIN (VEC)
        SELECT x from t1 WHERE EXISTS (SELECT x FROM t2 WHERE t1.x=t2.x AND t2.y='hello')
        expected:
            │
            ├ 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
[10:29:27] --- progress: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1345/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/5node-disk/5node-disk_test_/5node-disk_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/distsql_enum: 8 statements
[10:29:27] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1345/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/5node-disk/5node-disk_test_/5node-disk_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/distsql_enum with config 5node-disk: 8 tests, 1 failures
    logic.go:3990: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1345/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/5node-disk/5node-disk_test_/5node-disk_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/distsql_enum:88: error while processing
    logic.go:3990: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/1345/execroot/com_github_cockroachdb_cockroach/bazel-out/k8-fastbuild/bin/pkg/sql/logictest/tests/5node-disk/5node-disk_test_/5node-disk_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/distsql_enum:88: too many errors encountered, skipping the rest of the input
    panic.go:522: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/6e9d563e9f7703abdf07517fb35efb2e/logTestLogic_distsql_enum782437834
--- FAIL: TestLogic_distsql_enum (49.03s)

Parameters: TAGS=bazel,gss

Help

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

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

Jira issue: CRDB-22590

@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 Dec 19, 2022
@cockroach-teamcity cockroach-teamcity added this to the 23.1 milestone Dec 19, 2022
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Dec 19, 2022
@mgartner mgartner removed their assignment Dec 27, 2022
@mgartner
Copy link
Collaborator

I'm unable to reproduce this failure. Closing.

@yuzefovich yuzefovich reopened this Dec 28, 2022
@yuzefovich
Copy link
Member

I hit it here, but I also couldn't reproduce. I do have a speculative fix in mind.

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

Successfully merging a pull request may close this issue.

3 participants