Skip to content

Commit d3b400a

Browse files
committed
Added another assertion and it will help to trigger CI
1 parent 734729c commit d3b400a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestViewDistributedFileSystem.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public void testRenameWithOptions() throws IOException {
110110
fileSystem.mkdirs(testDir);
111111
fileSystem.rename(testDir, renameDir, Options.Rename.TO_TRASH);
112112
Assert.assertTrue(fileSystem.exists(renameDir));
113+
Assert.assertFalse(fileSystem.exists(testDir));
113114
}
114115
} finally {
115116
if (cluster != null) {

0 commit comments

Comments
 (0)