We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787a686 commit 3db74afCopy full SHA for 3db74af
hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestBackupBase.java
@@ -124,7 +124,7 @@ public void ensurePreviousBackupTestsAreCleanedUp() throws Exception {
124
// some often being no-ops. the goal is to help ensure atomicity
125
// of that tests that implement TestBackupBase
126
try (BackupAdmin backupAdmin = getBackupAdmin()) {
127
- backupManager.finishBackupSession();
+ backupManager.finishBackupSession(backupId);
128
backupAdmin.listBackupSets().forEach(backupSet -> {
129
try {
130
backupAdmin.deleteBackupSet(backupSet.getName());
0 commit comments