]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Fix a unit test in error_handler_test.cc
authoranand76 <anand76@devvm1373.frc2.facebook.com>
Fri, 31 Jan 2020 20:58:44 +0000 (12:58 -0800)
committeranand76 <anand76@devvm1373.frc2.facebook.com>
Fri, 31 Jan 2020 20:58:44 +0000 (12:58 -0800)
db/error_handler_test.cc

index 87b825062f56ec16fe4facbf8cea9fa0762f3bf1..5103fd43ee955ebd2c9c69e3d95f469a70fa1a0d 100644 (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",