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 <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>
(cherry picked from commit 1e9c05c)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Anshu Agarwal committed Mar 12, 2024
1 parent 4bfc93d commit ae441d1
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 ae441d1

Please sign in to comment.