Skip to content

Commit

Permalink
Mute flaky test testMultiGetWithNetworkDisruption_FailOpenEnabled (#1…
Browse files Browse the repository at this point in the history
…2562) (#12623)

* Mute flaky test testMultiGetWithNetworkDisruption_FailOpenEnabled



* mute flaky test testShardRoutingWithNetworkDisruption_FailOpenEnabled



* spotless fix



---------



(cherry picked from commit 1e9c05c)

Signed-off-by: Anshu Agarwal <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Anshu Agarwal <[email protected]>
  • Loading branch information
3 people authored Mar 15, 2024
1 parent 56fc9b4 commit 16856b4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ public void testShardRoutingWithNetworkDisruption_FailOpenDisabled() throws Exce
* Assertions are put to make sure such shard search requests are served by data node in zone c.
* @throws IOException throws exception
*/
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/10673")
public void testShardRoutingWithNetworkDisruption_FailOpenEnabled() throws Exception {

Settings commonSettings = Settings.builder()
Expand Down Expand Up @@ -978,6 +979,7 @@ public void testSearchAggregationWithNetworkDisruption_FailOpenEnabled() throws
* MultiGet with fail open enabled. No request failure on network disruption
* @throws IOException throws exception
*/
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/10755")
public void testMultiGetWithNetworkDisruption_FailOpenEnabled() throws Exception {

Settings commonSettings = Settings.builder()
Expand Down

0 comments on commit 16856b4

Please sign in to comment.