Commit 906c8ea
committed
test(execution): make the split test independent of the compaction threshold
Built the oversized batch from one huge string, which compaction offloads to a
tiny ref as soon as the value threshold drops below it — leaving the batch under
the single-write cap and the test silently exercising nothing. Build it from many
modest fields instead, which stay inline at any threshold.1 parent 8bed4ae commit 906c8ea
1 file changed
Lines changed: 13 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
414 | | - | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
415 | 424 | | |
416 | 425 | | |
417 | | - | |
418 | | - | |
| 426 | + | |
| 427 | + | |
419 | 428 | | |
420 | 429 | | |
421 | 430 | | |
| |||
0 commit comments