Skip to content

Commit 0cb8c0d

Browse files
committed
Fix flaky 00156_max_execution_speed_sample_merge by using small data and more predictable timings, #2
1 parent 2972759 commit 0cb8c0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/queries/0_stateless/00156_max_execution_speed_sample_merge.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CREATE TEMPORARY TABLE times (t DateTime);
1313

1414
DROP TABLE IF EXISTS t00156_max_execution_speed_sample_merge;
1515
CREATE TABLE t00156_max_execution_speed_sample_merge (v UInt64);
16-
INSERT INTO t00156_max_execution_speed_sample_merge SELECT number FROM numbers(8);
16+
INSERT INTO t00156_max_execution_speed_sample_merge SELECT number FROM numbers(28);
1717

1818
INSERT INTO times SELECT now();
1919
SELECT * FROM t00156_max_execution_speed_sample_merge WHERE sleepEachRow(0.1) == 0 FORMAT Null;

0 commit comments

Comments
 (0)