Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
leixianming committed Jul 31, 2023
1 parent 322187c commit ade1243
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,8 @@ public void excludeNodesNoDelayTest() throws Exception {
assertEquals(4, scm.getNodesNum());
assertEquals(2, scm.getExcludeNodes().size());
}
File blacklistFile = new File(excludeNodesPath);
assertTrue(blacklistFile.delete());
}

private void writeExcludeHosts(String path, Set<String> values) throws Exception {
Expand Down

0 comments on commit ade1243

Please sign in to comment.