Fix a unit test in error_handler_test.cc
This commit is contained in:
parent
07786d9d8e
commit
f5f46ade44
@ -288,7 +288,7 @@ TEST_F(DBErrorHandlingTest, CompactionManifestWriteError) {
|
|||||||
|
|
||||||
rocksdb::SyncPoint::GetInstance()->LoadDependency(
|
rocksdb::SyncPoint::GetInstance()->LoadDependency(
|
||||||
// Wait for flush of 2nd L0 file before starting compaction
|
// Wait for flush of 2nd L0 file before starting compaction
|
||||||
{{"DBImpl::FlushMemTable:FlushMemTableFinished",
|
{{"FlushMemTableFinished",
|
||||||
"BackgroundCallCompaction:0"},
|
"BackgroundCallCompaction:0"},
|
||||||
// Wait for compaction to detect manifest write error
|
// Wait for compaction to detect manifest write error
|
||||||
{"BackgroundCallCompaction:1",
|
{"BackgroundCallCompaction:1",
|
||||||
|
Loading…
Reference in New Issue
Block a user