diff --git a/db/db_flush_test.cc b/db/db_flush_test.cc index 83895ea6c..6c24b716e 100644 --- a/db/db_flush_test.cc +++ b/db/db_flush_test.cc @@ -137,7 +137,7 @@ TEST_F(DBFlushTest, ManualFlushWithMinWriteBufferNumberToMerge) { {{"DBImpl::BGWorkFlush", "DBFlushTest::ManualFlushWithMinWriteBufferNumberToMerge:1"}, {"DBFlushTest::ManualFlushWithMinWriteBufferNumberToMerge:2", - "DBImpl::FlushMemTableToOutputFile:BeforeInstallSV"}}); + "FlushJob::WriteLevel0Table"}}); SyncPoint::GetInstance()->EnableProcessing(); ASSERT_OK(Put("key1", "value1")); diff --git a/db/db_impl_compaction_flush.cc b/db/db_impl_compaction_flush.cc index df097f478..6776a2478 100644 --- a/db/db_impl_compaction_flush.cc +++ b/db/db_impl_compaction_flush.cc @@ -134,7 +134,6 @@ Status DBImpl::FlushMemTableToOutputFile( } if (s.ok()) { - TEST_SYNC_POINT("DBImpl::FlushMemTableToOutputFile:BeforeInstallSV"); InstallSuperVersionAndScheduleWork(cfd, &job_context->superversion_context, mutable_cf_options); if (made_progress) {