Skip to content

Commit 29c99cb

Browse files
committed
Change some test comments
1 parent 4183ac9 commit 29c99cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/contract/AbstractContractTrashTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,7 @@ public void testTrashPolicy() throws Throwable {
207207

208208
@Test
209209
public void testEmptier() throws Throwable {
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.
213211
final FileSystem fs = getFileSystem();
214212

215213
// Start Emptier in background
@@ -256,7 +254,9 @@ public void testEmptier() throws Throwable {
256254

257255
@Test
258256
public void testTrash() throws Throwable {
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
259+
// checkpoint requirements
260260
final FileSystem fs = getFileSystem();
261261
Trash trash = new Trash(fs, getContract().getConf());
262262

0 commit comments

Comments
 (0)