Skip to content

Commit 4ccc316

Browse files
committed
Fix version conflicts caused when rebase
1 parent 534483d commit 4ccc316

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cloud/gcp/gcp_db_cloud_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class CloudTest : public testing::Test {
5151
dbname_ = test::TmpDir() + "/db_cloud-" + test_id_;
5252
clone_dir_ = test::TmpDir() + "/ctest-" + test_id_;
5353
cloud_fs_options_.TEST_Initialize("dbcloudtest.", dbname_);
54-
cloud_fs_options_.resync_manifest_on_open = true;
5554
// To catch any possible file deletion bugs, cloud files are deleted
5655
// right away
5756
cloud_fs_options_.cloud_file_deletion_delay = std::chrono::seconds(0);

0 commit comments

Comments
 (0)