Skip to content

Commit

Permalink
HDFS-17075. Fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyang1987 committed Jul 10, 2023
1 parent 39107bb commit 7eaa931
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ public void testDataNodeGetReconfigurableProperties() throws IOException, Interr
final List<String> outs = Lists.newArrayList();
final List<String> errs = Lists.newArrayList();
getReconfigurableProperties("datanode", address, outs, errs);
assertEquals(20, outs.size());
assertEquals(22, outs.size());
assertEquals(DFSConfigKeys.DFS_DATANODE_DATA_DIR_KEY, outs.get(1));
}

Expand Down

0 comments on commit 7eaa931

Please sign in to comment.