Skip to content

Commit

Permalink
HDFS-17654. Fix bugs in TestRouterMountTable
Browse files Browse the repository at this point in the history
  • Loading branch information
hfutatzhanghb committed Oct 31, 2024
1 parent 7a7b346 commit 160c6f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ public void testMountPointChildrenMultiDest() throws IOException {
assertEquals(2, ((HdfsFileStatus) finfo1[0]).getChildrenNum());
} finally {
nnFs0.delete(new Path("/tmp"), true);
nnFs0.delete(new Path("/tmp"), true);
nnFs1.delete(new Path("/tmp"), true);
}
}

Expand Down

0 comments on commit 160c6f1

Please sign in to comment.