Skip to content

Commit ca11a3a

Browse files
committed
tests: make 03770_min_columns_to_activate_adaptive_write_buffer more stable
1 parent e0611d3 commit ca11a3a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
metric_log_0 Compact Horizontal 100000000
1+
metric_log_0 Compact Horizontal 200000000
22
metric_log_0 Wide Horizontal 1500000000
3-
metric_log_1 Compact Horizontal 100000000
4-
metric_log_1 Wide Horizontal 100000000
3+
metric_log_1 Compact Horizontal 200000000
4+
metric_log_1 Wide Horizontal 200000000

tests/queries/0_stateless/03770_min_columns_to_activate_adaptive_write_buffer.sql.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ select
3333
peak_memory_usage,
3434
multiIf(
3535
-- see comments for max_memory_usage
36-
part_type = 'Compact', 100e6,
37-
table = 'metric_log_1', 100e6,
36+
part_type = 'Compact', 200e6,
37+
table = 'metric_log_1', 200e6,
3838
table = 'metric_log_0', 1.5e9,
3939
0.
4040
)

0 commit comments

Comments
 (0)