Skip to content

Commit

Permalink
fix broken ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuehappy committed Jul 10, 2024
1 parent 2f491ed commit fce8b86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions db/import_column_family_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,8 @@ TEST_F(ImportColumnFamilyTest, AssignEpochNumberToMultipleCF) {
metadata_ptr2_};
ASSERT_OK(db_->CreateColumnFamilyWithImport(options, "CF3", import_options,
metadatas, &import_cfh_));
WaitForCompactOptions o;
ASSERT_OK(db_->WaitForCompact(o));
delete checkpoint1;
}
} // namespace ROCKSDB_NAMESPACE
Expand All @@ -1052,5 +1054,4 @@ int main(int argc, char** argv) {
ROCKSDB_NAMESPACE::port::InstallStackTraceHandler();
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}

}

0 comments on commit fce8b86

Please sign in to comment.