adjust compaction test with badger to hit the db
This commit is contained in:
@@ -211,6 +211,11 @@ func TestSplitStoreCompaction(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestSplitStoreCompactionWithBadger(t *testing.T) {
|
||||
bs := badgerMarkSetBatchSize
|
||||
badgerMarkSetBatchSize = 1
|
||||
t.Cleanup(func() {
|
||||
badgerMarkSetBatchSize = bs
|
||||
})
|
||||
testSplitStore(t, &Config{MarkSetType: "badger"})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user