add splitstore compaction test with badger markset

This commit is contained in:
vyzo 2021-07-23 11:38:01 +03:00
parent dec5e13c85
commit 9d5cf4177b

View File

@ -210,6 +210,10 @@ func TestSplitStoreCompaction(t *testing.T) {
testSplitStore(t, &Config{MarkSetType: "map"})
}
func TestSplitStoreCompactionWithBadger(t *testing.T) {
testSplitStore(t, &Config{MarkSetType: "badger"})
}
type mockChain struct {
t testing.TB