Skip to content

Commit

Permalink
Mute flaky test testMultiGetWithNetworkDisruption_FailOpenEnabled (op…
Browse files Browse the repository at this point in the history
…ensearch-project#12562)

* Mute flaky test testMultiGetWithNetworkDisruption_FailOpenEnabled

Signed-off-by: Anshu Agarwal <anshukag@amazon.com>

* mute flaky test testShardRoutingWithNetworkDisruption_FailOpenEnabled

Signed-off-by: Anshu Agarwal <anshukag@amazon.com>

* spotless fix

Signed-off-by: Anshu Agarwal <anshukag@amazon.com>

---------

Signed-off-by: Anshu Agarwal <anshukag@amazon.com>
Co-authored-by: Anshu Agarwal <anshukag@amazon.com>
  • Loading branch information
2 people authored and rayshrey committed Mar 18, 2024
1 parent 7e09b30 commit c74cd86
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 c74cd86

Please sign in to comment.