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.create_if_missing = true;
|
||||||
options.merge_operator = MergeOperators::CreateUInt64AddOperator();
|
options.merge_operator = MergeOperators::CreateUInt64AddOperator();
|
||||||
options.wal_dir = dbname_ + "/logs";
|
options.wal_dir = dbname_ + "/logs";
|
||||||
Destroy(options);
|
DestroyAndReopen(options);
|
||||||
Reopen(options);
|
|
||||||
|
|
||||||
// fill up the DB
|
// fill up the DB
|
||||||
std::string one, two;
|
std::string one, two;
|
||||||
|
Loading…
Reference in New Issue
Block a user