mirror of https://github.com/facebook/rocksdb.git
Fix CompactBetweenSnapshots
This commit is contained in:
parent
2717422e21
commit
90f156402c
|
@ -5272,7 +5272,7 @@ TEST(DBTest, CompactBetweenSnapshots) {
|
|||
do {
|
||||
Options options = CurrentOptions();
|
||||
options.disable_auto_compactions = true;
|
||||
CreateAndReopenWithCF({"pikachu"});
|
||||
CreateAndReopenWithCF({"pikachu"}, &options);
|
||||
Random rnd(301);
|
||||
FillLevels("a", "z", 1);
|
||||
|
||||
|
|
Loading…
Reference in New Issue