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

Closed
cockroach-teamcity opened this issue Nov 24, 2021 · 1 comment
Closed

sql/logictest: TestLogic failed #73109

cockroach-teamcity opened this issue Nov 24, 2021 · 1 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

Comments

@cockroach-teamcity
Copy link
Member

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

        github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecwindow/window_peer_grouper.eg.go:97: Next()
        github.com/cockroachdb/cockroach/pkg/sql/colexec/colexecutils/operator.go:137: Next()
        
        NOTE: internal errors may have more details in logs. Use -show-logs.
    logic.go:2400: 
         pq: internal error: unexpected error from the vectorized engine: runtime error: slice bounds out of range [:544499315] with capacity 658
--- done: testdata/logic_test/window with config fakedist-disk: 316 tests, 2 failures
    logic.go:3282: 
        testdata/logic_test/window:3245: error while processing
    logic.go:3282: testdata/logic_test/window:3245: too many errors encountered, skipping the rest of the input
        --- FAIL: TestLogic/fakedist-disk/window (1.98s)
=== RUN   TestLogic/fakedist-disk
    --- FAIL: TestLogic/fakedist-disk (0.01s)
=== RUN   TestLogic/fakedist-disk/aggregate/string_agg
    logic.go:2400: 
         
        testdata/logic_test/aggregate:2879: SELECT
            *
        FROM
            (
                SELECT
                    count(1) AS count_1,
                    count(lower(col3)) AS count_lower,
                    count(upper(col3)) AS count_upper,
                    concat_agg(col3 ORDER BY col1) AS concat
                FROM
                    tab
                GROUP BY
                    upper(col3)
            )
        ORDER BY
            concat
        expected:
            count_1  count_lower  count_upper  concat
            3        3            3            aaa
            3        3            3            bbb
            
        but found (query options: "colnames") :
            count_1  count_lower  count_upper  concat
            3        3            3            ���
            3        3            3            bbb
    logic.go:1946: 
         testdata/logic_test/aggregate:2901: too many errors encountered, skipping the rest of the input
--- done: testdata/logic_test/aggregate with config fakedist-disk: 490 tests, 2 failures
--- total progress: 117909 statements/queries
            --- FAIL: TestLogic/fakedist-disk/aggregate/string_agg (0.32s)
=== RUN   TestLogic/fakedist-disk/aggregate
=== PAUSE TestLogic/fakedist-disk/aggregate
=== CONT  TestLogic/fakedist-disk/aggregate
        --- FAIL: TestLogic/fakedist-disk/aggregate (4.01s)
Help

See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)Parameters in this failure:

  • GOFLAGS=-parallel=2

Same failure on other branches

/cc @cockroachdb/sql-queries

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

dup of #70715

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

No branches or pull requests

2 participants