Skip to content

Commit 2b5155f

Browse files
committed
CloseDB in BackupableDBTest to make valgrind happy
1 parent e8ecca9 commit 2b5155f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utilities/backupable/backupable_db_test.cc

+1
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@ TEST(BackupableDBTest, FailOverwritingBackups) {
740740
ASSERT_OK(db_->DeleteBackup(5));
741741
// now, the backup can succeed
742742
ASSERT_OK(db_->CreateNewBackup(true));
743+
CloseBackupableDB();
743744
}
744745

745746
TEST(BackupableDBTest, NoShareTableFiles) {

0 commit comments

Comments
 (0)