Skip to content

Commit 059465c

Browse files
authored
Merge pull request ceph#59533 from ifed01/wip-ifed-no-async-compact-in-splillover-tests
test/store_test: enforce sync compaction for spillover test cases. Reviewed-by: Md Mahamudur Rahaman Sajib [email protected]
2 parents 80d1e29 + 6f2c849 commit 059465c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/objectstore/store_test.cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11505,6 +11505,8 @@ TEST_P(StoreTestSpecificAUSize, SpilloverLegacyTest) {
1150511505
SetVal(g_conf(), "bluestore_block_db_create", "true");
1150611506
SetVal(g_conf(), "bluestore_block_db_size", "3221225472");
1150711507
SetVal(g_conf(), "bluestore_volume_selection_policy", "rocksdb_original");
11508+
SetVal(g_conf(), "bluestore_async_db_compaction", "false");
11509+
1150811510
// original RocksDB settings used before https://github.com/ceph/ceph/pull/47221/
1150911511
// which enable BlueFS spillover.
1151011512
SetVal(g_conf(), "bluestore_rocksdb_options",
@@ -11536,6 +11538,8 @@ TEST_P(StoreTestSpecificAUSize, SpilloverLegacyFixedByFitToFastTest) {
1153611538
SetVal(g_conf(), "bluestore_block_db_create", "true");
1153711539
SetVal(g_conf(), "bluestore_block_db_size", "3221225472");
1153811540
SetVal(g_conf(), "bluestore_volume_selection_policy", "fit_to_fast");
11541+
SetVal(g_conf(), "bluestore_async_db_compaction", "false");
11542+
1153911543
// original RocksDB settings used before https://github.com/ceph/ceph/pull/47221/
1154011544
// which enable BlueFS spillover.
1154111545
SetVal(g_conf(), "bluestore_rocksdb_options",

0 commit comments

Comments
 (0)