You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/contract/AbstractContractTrashTest.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -207,9 +207,7 @@ public void testTrashPolicy() throws Throwable {
207
207
208
208
@Test
209
209
publicvoidtestEmptier() throwsThrowable {
210
-
// Adapted from TestTrash#testTrashEmptier. There are some tests that are excluded,
211
-
// such as checkpoint format tests since the trash does not specify the trash
212
-
// checkpoint requirements
210
+
// Adapted from TestTrash#testTrashEmptier.
213
211
finalFileSystemfs = getFileSystem();
214
212
215
213
// Start Emptier in background
@@ -256,7 +254,9 @@ public void testEmptier() throws Throwable {
256
254
257
255
@Test
258
256
publicvoidtestTrash() throwsThrowable {
259
-
// Adapted from TestTrash#testTrash
257
+
// Adapted from TestTrash#testTrash. There are some tests that are excluded,
258
+
// such as checkpoint format tests since the trash does not specify the trash
0 commit comments