We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 534483d commit 4ccc316Copy full SHA for 4ccc316
cloud/gcp/gcp_db_cloud_test.cc
@@ -51,7 +51,6 @@ class CloudTest : public testing::Test {
51
dbname_ = test::TmpDir() + "/db_cloud-" + test_id_;
52
clone_dir_ = test::TmpDir() + "/ctest-" + test_id_;
53
cloud_fs_options_.TEST_Initialize("dbcloudtest.", dbname_);
54
- cloud_fs_options_.resync_manifest_on_open = true;
55
// To catch any possible file deletion bugs, cloud files are deleted
56
// right away
57
cloud_fs_options_.cloud_file_deletion_delay = std::chrono::seconds(0);
0 commit comments