mirror of https://github.com/facebook/rocksdb.git
Revert "Fix wal_dir not getting cleaned"
This reverts commit f36d394aed
.
This commit is contained in:
parent
9a52e06a02
commit
7de4e99a8e
|
@ -2596,8 +2596,7 @@ TEST(DBTest, IgnoreRecoveredLog) {
|
|||
options.create_if_missing = true;
|
||||
options.merge_operator = MergeOperators::CreateUInt64AddOperator();
|
||||
options.wal_dir = dbname_ + "/logs";
|
||||
Destroy(options);
|
||||
Reopen(options);
|
||||
DestroyAndReopen(options);
|
||||
|
||||
// fill up the DB
|
||||
std::string one, two;
|
||||
|
|
Loading…
Reference in New Issue