parent
7c43da280b
commit
d07b4ecfa3
|
@ -97,6 +97,7 @@ public class IndicesClusterStateServiceRandomUpdatesTests extends AbstractIndice
|
||||||
terminate(threadPool);
|
terminate(threadPool);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32308")
|
||||||
public void testRandomClusterStateUpdates() {
|
public void testRandomClusterStateUpdates() {
|
||||||
// we have an IndicesClusterStateService per node in the cluster
|
// we have an IndicesClusterStateService per node in the cluster
|
||||||
final Map<DiscoveryNode, IndicesClusterStateService> clusterStateServiceMap = new HashMap<>();
|
final Map<DiscoveryNode, IndicesClusterStateService> clusterStateServiceMap = new HashMap<>();
|
||||||
|
|
Loading…
Reference in New Issue