Skip to content

Commit fd6ff2f

Browse files
committed
Add index routing filter handling
1 parent 1d01c0c commit fd6ff2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/test/java/org/elasticsearch/cluster/routing/allocation/decider/IndexBalanceAllocationDeciderTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ public void testCanAllocateHasIndexRoutingFilters() {
352352
"Having DiscoveryNodeFilters disables this decider",
353353
indexBalanceAllocationDecider.canAllocate(indexTierShardRouting, routingNode, routingAllocation),
354354
Decision.Type.YES,
355-
"Decider is disabled."
355+
"Decider is disabled for index level allocation filters."
356356
);
357357
}
358358

@@ -361,7 +361,7 @@ public void testCanAllocateHasIndexRoutingFilters() {
361361
"Having DiscoveryNodeFilters disables this decider",
362362
indexBalanceAllocationDecider.canAllocate(searchTierShardRouting, routingNode, routingAllocation),
363363
Decision.Type.YES,
364-
"Decider is disabled."
364+
"Decider is disabled for index level allocation filters."
365365
);
366366
}
367367
}

0 commit comments

Comments
 (0)