mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
CloseDB in BackupableDBTest to make valgrind happy
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user