Fix CompactBetweenSnapshots

main
Igor Canadi 10 years ago
parent 2717422e21
commit 90f156402c
  1. 2
      db/db_test.cc

@ -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…
Cancel
Save