Skip to content

Commit

Permalink
Disable fsync in db_range_del_test (facebook#7637)
Browse files Browse the repository at this point in the history
Summary:
This test often times out in internal test infra.

Pull Request resolved: facebook#7637

Test Plan: watch test to pass

Reviewed By: ajkr

Differential Revision: D24763939

Pulled By: cheng-chang

fbshipit-source-id: 6564ee2ef637e9faf6688d4b6a5d74a72a51c5e8
  • Loading branch information
Cheng Chang authored and codingrhythm committed Mar 5, 2021
1 parent 8e01082 commit 872a88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/db_range_del_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace ROCKSDB_NAMESPACE {

class DBRangeDelTest : public DBTestBase {
public:
DBRangeDelTest() : DBTestBase("/db_range_del_test", /*env_do_fsync=*/true) {}
DBRangeDelTest() : DBTestBase("/db_range_del_test", /*env_do_fsync=*/false) {}

std::string GetNumericStr(int key) {
uint64_t uint64_key = static_cast<uint64_t>(key);
Expand Down

0 comments on commit 872a88e

Please sign in to comment.