Skip to content

sql: TestLogic/fakedist-disk/aggregate/string_agg is flaky #45905

@thoszhang

Description

@thoszhang

Running make stress TESTS='TestLogic' PKG=./pkg/sql/logictest TESTFLAGS='-config fakedist-disk -d testdata/logic_test/aggregate' on c783185 produces:

            --- FAIL: TestLogic/fakedist-disk/aggregate/string_agg (0.61s)
                logic.go:1706:
                    testdata/logic_test/aggregate:2080: SELECT a, b, count(*) FROM ab RIGHT JOIN tab ON b=col2 GROUP BY a
                    expected:
                        NULL  NULL  4
                        4     7     2
                    but found (query options: "rowsort" -> ignore the following ordering of rows) :
                        NULL  NULL  2
                        NULL  NULL  2
                        4     7     2

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions