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 2aad499 commit dbfb860Copy full SHA for dbfb860
server/src/internalClusterTest/java/org/opensearch/discovery/ClusterManagerDisruptionIT.java
@@ -198,11 +198,13 @@ public void testIsolateClusterManagerAndVerifyClusterStateConsensus() throws Exc
198
+ nodeState
199
);
200
}
201
-
202
203
- ClusterStateStats clusterStateStats = internalCluster().clusterService().getClusterManagerService().getClusterStateStats();
204
- assertTrue(clusterStateStats.getUpdateFailed() > 0);
+
205
});
+ ClusterStateStats clusterStateStats = internalCluster().clusterService(isolatedNode).getClusterManagerService().getClusterStateStats();
206
+ assertTrue(clusterStateStats.getUpdateFailed() > 0);
207
208
209
210
/**
0 commit comments