Skip to content

Commit

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

* Mute flaky test testMultiGetWithNetworkDisruption_FailOpenEnabled

Signed-off-by: Anshu Agarwal <[email protected]>

* mute flaky test testShardRoutingWithNetworkDisruption_FailOpenEnabled

Signed-off-by: Anshu Agarwal <[email protected]>

* spotless fix

Signed-off-by: Anshu Agarwal <[email protected]>

---------

Signed-off-by: Anshu Agarwal <[email protected]>
Co-authored-by: Anshu Agarwal <[email protected]>
  • Loading branch information
anshu1106 and Anshu Agarwal authored Mar 12, 2024
1 parent 96dc820 commit 1e9c05c
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 1e9c05c

Please sign in to comment.