Skip to content

Commit

Permalink
Update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph DellAringa committed Nov 4, 2024
1 parent 8db9776 commit 547278e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2095,7 +2095,7 @@ public void testBalancerExcludeTargetNodesNoMoveBlock() throws Exception {
* Balancer should only move blocks to the included nodes.
*/
@Test(timeout=100000)
public void testBalancerIncludeTargetNodesNoBlockMove() throws Exception {
public void testBalancerIncludeTargetNodesNoMoveBlock() throws Exception {
final Configuration conf = new HdfsConfiguration();
initConf(conf);
Set<String> includeTargetNodes = new HashSet<>();
Expand Down

0 comments on commit 547278e

Please sign in to comment.