Skip to content

Commit bbd1ffe

Browse files
committed
keep_local_sst_files needs to be true in NoDestOrSrc test
1 parent ce32a72 commit bbd1ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/db_cloud_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ TEST_F(CloudTest, MigrateFromPureRocksDB) {
10361036
// This is useful for tests.
10371037
TEST_F(CloudTest, NoDestOrSrc) {
10381038
DestroyDir(dbname_);
1039-
// cloud_env_options_.keep_local_sst_files = true;
1039+
cloud_env_options_.keep_local_sst_files = true;
10401040
cloud_env_options_.src_bucket.SetBucketName("");
10411041
cloud_env_options_.src_bucket.SetObjectPath("");
10421042
cloud_env_options_.dest_bucket.SetBucketName("");

0 commit comments

Comments
 (0)