add splitstore compaction test with badger markset

This commit is contained in:
vyzo
2021-07-23 12:47:18 +03:00
parent dec5e13c85
commit 9d5cf4177b
+4
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