Skip to content

Commit 3db74af

Browse files
committed
conflict resolution
1 parent 787a686 commit 3db74af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-backup/src/test/java/org/apache/hadoop/hbase/backup/TestBackupBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public void ensurePreviousBackupTestsAreCleanedUp() throws Exception {
124124
// some often being no-ops. the goal is to help ensure atomicity
125125
// of that tests that implement TestBackupBase
126126
try (BackupAdmin backupAdmin = getBackupAdmin()) {
127-
backupManager.finishBackupSession();
127+
backupManager.finishBackupSession(backupId);
128128
backupAdmin.listBackupSets().forEach(backupSet -> {
129129
try {
130130
backupAdmin.deleteBackupSet(backupSet.getName());

0 commit comments

Comments
 (0)