Skip to content

Commit c71562f

Browse files
committed
roachtest: update backup fixtures compaction threshold/windows to new min
#145895 updated the minimum values for the compaction threshold/window size cluster setting. This commit updates the roachtest fixture generation to keep the settings above the new minimum. Epic: None Release note: None
1 parent 6b5994c commit c71562f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pkg/cmd/roachtest/tests/backup_fixtures.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ var TinyFixture = TpccFixture{
4949
ImportWarehouses: 10,
5050
WorkloadWarehouses: 10,
5151
IncrementalChainLength: 4,
52-
CompactionThreshold: 3,
53-
CompactionWindow: 2,
52+
CompactionThreshold: 4,
53+
CompactionWindow: 3,
5454
RestoredSizeEstimate: "700MiB",
5555
}
5656

@@ -61,8 +61,8 @@ var SmallFixture = TpccFixture{
6161
ImportWarehouses: 5000,
6262
WorkloadWarehouses: 1000,
6363
IncrementalChainLength: 48,
64-
CompactionThreshold: 3,
65-
CompactionWindow: 2,
64+
CompactionThreshold: 4,
65+
CompactionWindow: 3,
6666
RestoredSizeEstimate: "350GiB",
6767
}
6868

@@ -73,8 +73,8 @@ var MediumFixture = TpccFixture{
7373
ImportWarehouses: 30000,
7474
WorkloadWarehouses: 5000,
7575
IncrementalChainLength: 400,
76-
CompactionThreshold: 3,
77-
CompactionWindow: 2,
76+
CompactionThreshold: 4,
77+
CompactionWindow: 3,
7878
RestoredSizeEstimate: "2TiB",
7979
}
8080

@@ -87,8 +87,8 @@ var LargeFixture = TpccFixture{
8787
ImportWarehouses: 300000,
8888
WorkloadWarehouses: 7500,
8989
IncrementalChainLength: 400,
90-
CompactionThreshold: 3,
91-
CompactionWindow: 2,
90+
CompactionThreshold: 4,
91+
CompactionWindow: 3,
9292
RestoredSizeEstimate: "20TiB",
9393
}
9494

0 commit comments

Comments
 (0)