Commit c9451a1
committed
storage/metamorphic: increase min bound of target file size
When the target file size is less than an empty table writer,
we try to split the table as soon as possible (and emit just a
small piece of a span in many cases). These many tiny tables slow down
the tests a lot, to the point of timing out certain operations.
This change sets the minimum target file size in the metamorphic
tests to 570 as the estimated size of an empty column writer is 565.
Epic: none
Fixes: #156842
Release note: None1 parent 9d2b6d9 commit c9451a1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments