We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7776f75 commit c5eed7eCopy full SHA for c5eed7e
server/src/test/java/org/elasticsearch/cluster/allocation/FilteringAllocationIT.java
@@ -181,6 +181,7 @@ public void testInvalidIPFilterClusterSettings() {
181
assertEquals("invalid IP address [192.168.1.1.] for [" + filterSetting.getKey() + ipKey + "]", e.getMessage());
182
}
183
184
+ @AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/45003")
185
public void testTransientSettingsStillApplied() {
186
List<String> nodes = internalCluster().startNodes(6);
187
Set<String> excludeNodes = new HashSet<>(nodes.subList(0, 3));
0 commit comments