-
Notifications
You must be signed in to change notification settings - Fork 8.3k
00365_statistics_in_formats is flaky with parallel replicas #85785
Copy link
Copy link
Closed
Labels
comp-parallel-replicasParallel reading from replicas for query speed (not data replication consistency).Parallel reading from replicas for query speed (not data replication consistency).flaky testflaky test found by CIflaky test found by CI
Description
Example of the failure:
2025-08-12 20:05:24 Reason: result differs with reference:
2025-08-12 20:05:24 --- /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/00365_statistics_in_formats.reference 2025-08-12 19:57:52.941944373 +0845
2025-08-12 20:05:24 +++ /home/ubuntu/actions-runner/_work/ClickHouse/ClickHouse/tests/queries/0_stateless/00365_statistics_in_formats.stdout 2025-08-12 20:05:24.121339211 +0845
2025-08-12 20:05:24 @@ -1,6 +1,6 @@
2025-08-12 20:05:24 "rows_read": 10,
2025-08-12 20:05:24 "rows_read": 10,
2025-08-12 20:05:24 <rows_read>10</rows_read>
2025-08-12 20:05:24 "rows_read": 10,
2025-08-12 20:05:24 - "rows_read": 10,
2025-08-12 20:05:24 + "rows_read": 0,
2025-08-12 20:05:24 <rows_read>10</rows_read>
2025-08-12 20:05:24
2025-08-12 20:05:24
2025
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
comp-parallel-replicasParallel reading from replicas for query speed (not data replication consistency).Parallel reading from replicas for query speed (not data replication consistency).flaky testflaky test found by CIflaky test found by CI