Fix corruption test

This commit is contained in:
Igor Canadi 2014-04-24 14:56:37 -04:00
parent 478990c81b
commit 4cd9f58c04

View File

@ -360,6 +360,7 @@ TEST(CorruptionTest, CompactionInputErrorParanoid) {
options.max_mem_compaction_level = 0;
Reopen(&options);
dbi = reinterpret_cast<DBImpl*>(db_);
Build(10);
dbi->TEST_FlushMemTable();
dbi->TEST_WaitForCompact();