Skip to content

Commit d66bf7a

Browse files
author
Aswin M Prabhu
committed
HDFS-13538. HDFS DiskChecker should handle disk full situation
1 parent ecce24a commit d66bf7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestDiskCheckerWithDiskIo.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
import java.nio.file.attribute.PosixFilePermissions;
3232
import java.util.concurrent.atomic.AtomicInteger;
3333

34-
import static org.junit.jupiter.api.Assertions.*;
34+
import static org.junit.jupiter.api.Assertions.assertThrows;
35+
import static org.junit.jupiter.api.Assertions.assertTrue;
36+
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
3537

3638

3739
/**

0 commit comments

Comments
 (0)