Fix wal_dir not getting cleaned

This commit is contained in:
Igor Canadi 2015-02-04 18:57:22 -08:00
parent 53ae09c398
commit f36d394aed
1 changed files with 2 additions and 1 deletions

View File

@ -2596,7 +2596,8 @@ TEST(DBTest, IgnoreRecoveredLog) {
options.create_if_missing = true;
options.merge_operator = MergeOperators::CreateUInt64AddOperator();
options.wal_dir = dbname_ + "/logs";
DestroyAndReopen(options);
Destroy(options);
Reopen(options);
// fill up the DB
std::string one, two;