Skip to content

Commit

Permalink
Fix: org.opensearch.clustermanager.ClusterManagerTaskThrottlingIT is …
Browse files Browse the repository at this point in the history
…flaky. (#5152)

Signed-off-by: dblock <[email protected]>

Signed-off-by: dblock <[email protected]>
(cherry picked from commit 88757b4)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 8, 2022
1 parent 877f891 commit f74c7db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ public void onResponse(Object o) {

@Override
public void onFailure(Exception e) {
timedoutRequest.incrementAndGet();
latch.countDown();
assertTrue(e instanceof ProcessClusterEventTimeoutException);
timedoutRequest.incrementAndGet();
}
};
executePutMappingRequests(totalRequest, node, listener);
Expand Down

0 comments on commit f74c7db

Please sign in to comment.