You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/src/internalClusterTest/java/org/elasticsearch/action/admin/cluster/allocation/ClusterAllocationExplainIT.java
+18-14Lines changed: 18 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -461,12 +461,10 @@ public void testAllocationFilteringOnIndexCreation() throws Exception {
461
461
for (Decisiond : result.getCanAllocateDecision().getDecisions()) {
462
462
if (d.label().equals("filter")) {
463
463
assertEquals(Decision.Type.NO, d.type());
464
-
assertEquals(
465
-
"node does not match index setting [index.routing.allocation.include] filters [_name:\"non_existent_node\"]; for more information, see ["
0 commit comments