-
Notifications
You must be signed in to change notification settings - Fork 8.3k
00926_adaptive_index_granularity_pk and 00489_pk_subexpression are flaky #37786
Copy link
Copy link
Closed
Labels
testingSpecial issue with list of bugs found by CISpecial issue with list of bugs found by CI
Description
2022-06-02 09:08:15 00489_pk_subexpression: [ FAIL ] 0.72 sec. - return code: 158
2022-06-02 09:08:15 [f113471967e4] 2022.06.02 09:08:14.824325 [ 18780 ] {7aab104a-61d6-41a5-8f56-dc354e0da1eb} <Error> executeQuery: Code: 158. DB::Exception: Limit for rows (controlled by 'max_rows_to_read' setting) exceeded, max rows: 5.00, current rows: 12.00. (TOO_MANY_ROWS) (version 22.6.1.1) (from [::1]:60026) (comment: 00489_pk_subexpression.sql) (in query: SELECT toUInt32(x), y, z FROM pk WHERE x BETWEEN toDateTime(0) AND toDateTime(59);), Stack trace (when copying this message, always include the lines below):
2022-06-02 09:29:30 00926_adaptive_index_granularity_pk: [ FAIL ] 0.68 sec. - return code: 158
2022-06-02 09:29:30 Received exception from server (version 22.6.1):
2022-06-02 09:29:30 Code: 158. DB::Exception: Received from localhost:9000. DB::Exception: Limit for rows (controlled by 'max_rows_to_read' setting) exceeded, max rows: 5.00, current rows: 12.00. (TOO_MANY_ROWS)
2022-06-02 09:29:30 (query: SELECT toUInt32(x), y, z FROM pk WHERE x BETWEEN toDateTime(0) AND toDateTime(59);)
Probably it's related to randomized timezones in tests.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
testingSpecial issue with list of bugs found by CISpecial issue with list of bugs found by CI