Fix a unit test in error_handler_test.cc

This commit is contained in:
anand76 2020-01-31 12:58:44 -08:00
parent 07786d9d8e
commit f5f46ade44

View File

@ -288,7 +288,7 @@ TEST_F(DBErrorHandlingTest, CompactionManifestWriteError) {
rocksdb::SyncPoint::GetInstance()->LoadDependency(
// Wait for flush of 2nd L0 file before starting compaction
{{"DBImpl::FlushMemTable:FlushMemTableFinished",
{{"FlushMemTableFinished",
"BackgroundCallCompaction:0"},
// Wait for compaction to detect manifest write error
{"BackgroundCallCompaction:1",