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: potential flake in TestLogic/5node-spec-planning/distsql_union/Except #73972

Closed
mgartner opened this issue Dec 17, 2021 · 0 comments · Fixed by #74163
Closed

sql: potential flake in TestLogic/5node-spec-planning/distsql_union/Except #73972

mgartner opened this issue Dec 17, 2021 · 0 comments · Fixed by #74163
Assignees
Labels
C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-sql-queries SQL Queries Team

Comments

@mgartner
Copy link
Collaborator

Seen in this build:

------- Stdout: -------
=== RUN   TestLogic/5node-spec-planning/distsql_union/Except
    logic.go:2704:
        testdata/logic_test/distsql_union:348: (SELECT x FROM xyz WHERE x < 2) EXCEPT (SELECT x FROM xyz WHERE x >= 2) ORDER BY x
        expected success, but found
        (58C01) inbox communication error: rpc error: code = Canceled desc = context canceled
        inbox.go:361: in Next()
    logic.go:2430:
         pq: inbox communication error: rpc error: code = Canceled desc = context canceled
    logic.go:1976:
         testdata/logic_test/distsql_union:353: too many errors encountered, skipping the rest of the input
--- done: testdata/logic_test/distsql_union with config 5node-spec-planning: 38 tests, 3 failures
--- done: testdata/logic_test/distsql_numtables with config 5node-spec-planning: 27 tests, 0 failures
--- done: testdata/logic_test/distsql_crdb_internal with config 5node-spec-planning: 8 tests, 0 failures
--- progress: testdata/logic_test/distsql_agg: 35 statements/queries
--- progress: testdata/logic_test/hash_join_dist: 16 statements/queries
--- done: testdata/logic_test/hash_join_dist with config 5node-spec-planning: 18 tests, 0 failures
--- total progress: 159492 statements/queries
--- progress: testdata/logic_test/distsql_distinct_on: 8 statements/queries
--- done: testdata/logic_test/distsql_distinct_on with config 5node-spec-planning: 15 tests, 0 failures
--- progress: testdata/logic_test/distsql_agg: 81 statements/queries
--- done: testdata/logic_test/distsql_agg with config 5node-spec-planning: 81 tests, 0 failures
            --- FAIL: TestLogic/5node-spec-planning/distsql_union/Except (0.13s)
@mgartner mgartner added the C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. label Dec 17, 2021
@blathers-crl blathers-crl bot added the T-sql-queries SQL Queries Team label Dec 17, 2021
@yuzefovich yuzefovich self-assigned this Dec 17, 2021
@craig craig bot closed this as completed in #74163 Dec 22, 2021
@craig craig bot closed this as completed in 3a94842 Dec 22, 2021
@mgartner mgartner moved this to Done in SQL Queries Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior. T-sql-queries SQL Queries Team
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants