Fix incorrect merge in db/db_compaction_test.cc

Summary: Fix incorrect merge in db/db_compaction_test.cc

Test Plan: db_compaction_test

Reviewers: igor, sdong, anthony, IslamAbdelRahman, rven, kradhakrishnan

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D51531
This commit is contained in:
Yueh-Hsuan Chiang 2015-12-02 14:08:12 -08:00
parent bd7a49d448
commit a330f0b3bb

View File

@ -471,7 +471,6 @@ TEST_P(DBCompactionTestWithParam, CompactionTrigger) {
options.max_subcompactions = max_subcompactions_;
options.memtable_factory.reset(new SpecialSkipListFactory(kNumKeysPerFile));
options = CurrentOptions(options);
options.memtable_factory.reset(new SpecialSkipListFactory(kNumKeysPerFile));
CreateAndReopenWithCF({"pikachu"}, options);
Random rnd(301);