diff --git a/db/db_test.cc b/db/db_test.cc index 8e437157f..62ba5c9a8 100644 --- a/db/db_test.cc +++ b/db/db_test.cc @@ -10292,12 +10292,12 @@ TEST(DBTest, PreShutdownMultipleCompaction) { std::vector thread_list; // Delay both flush and compaction rocksdb::SyncPoint::GetInstance()->LoadDependency( - {{"FlushJob::Run:Start", "CompactionJob::Run:Start"}, - {"CompactionJob::Run:Start", + {{"FlushJob::FlushJob()", "CompactionJob::Run():Start"}, + {"CompactionJob::Run():Start", "DBTest::PreShutdownMultipleCompaction:Preshutdown"}, {"DBTest::PreShutdownMultipleCompaction:Preshutdown", - "CompactionJob::Run:End"}, - {"CompactionJob::Run:End", + "CompactionJob::Run():End"}, + {"CompactionJob::Run():End", "DBTest::PreShutdownMultipleCompaction:VerifyPreshutdown"}}); rocksdb::SyncPoint::GetInstance()->EnableProcessing();