CloseDB in BackupableDBTest to make valgrind happy
This commit is contained in:
parent
e8ecca9e86
commit
2b5155fb29
@ -740,6 +740,7 @@ TEST(BackupableDBTest, FailOverwritingBackups) {
|
||||
ASSERT_OK(db_->DeleteBackup(5));
|
||||
// now, the backup can succeed
|
||||
ASSERT_OK(db_->CreateNewBackup(true));
|
||||
CloseBackupableDB();
|
||||
}
|
||||
|
||||
TEST(BackupableDBTest, NoShareTableFiles) {
|
||||
|
Loading…
Reference in New Issue
Block a user