Skip to content

Commit

Permalink
minor, remove use_local_format
Browse files Browse the repository at this point in the history
  • Loading branch information
lwz9103 authored and loneylee committed Jul 31, 2024
1 parent 8706b3c commit 05ba863
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public void testCancelAndDeleteMetadataBackup() throws IOException {
Assert.assertEquals(OpsService.MetadataBackupStatus.CANCELED,
OpsService.getMetadataBackupList(UnitOfWork.GLOBAL_UNIT).stream()
.filter(backup -> backup.getPath().equals(backupPath)).findFirst().get().getStatus());
await().atMost(10, TimeUnit.SECONDS)
await().atMost(60, TimeUnit.SECONDS)
.until(() -> !HadoopUtil.getWorkingFileSystem().exists(new Path(backupPath)));
}

Expand Down

0 comments on commit 05ba863

Please sign in to comment.