Skip to content

Commit

Permalink
HDFS-17745. TestRouterMountTable should reset defaultNSEnable to true…
Browse files Browse the repository at this point in the history
… after each test method. (#7446). Contributed by hfutatzhanghb.
  • Loading branch information
hfutatzhanghb authored Mar 3, 2025
1 parent 1e139d5 commit 56be78c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public void clearMountTable() throws IOException {
RemoveMountTableEntryRequest.newInstance(entry.getSourcePath());
mountTableManager.removeMountTableEntry(req2);
}
mountTable.setDefaultNSEnable(true);
}

@Test
Expand Down

0 comments on commit 56be78c

Please sign in to comment.