From 16856b4e2569d1b1f8be6db6c09e1d3853f36169 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 14:01:11 -0700 Subject: [PATCH] Mute flaky test testMultiGetWithNetworkDisruption_FailOpenEnabled (#12562) (#12623) * Mute flaky test testMultiGetWithNetworkDisruption_FailOpenEnabled * mute flaky test testShardRoutingWithNetworkDisruption_FailOpenEnabled * spotless fix --------- (cherry picked from commit 1e9c05cad53b14bb085e33baacc229ecf4dfb107) Signed-off-by: Anshu Agarwal Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] Co-authored-by: Anshu Agarwal --- .../java/org/opensearch/search/SearchWeightedRoutingIT.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/src/internalClusterTest/java/org/opensearch/search/SearchWeightedRoutingIT.java b/server/src/internalClusterTest/java/org/opensearch/search/SearchWeightedRoutingIT.java index 823fd2e55d3a4..464e4dbf85223 100644 --- a/server/src/internalClusterTest/java/org/opensearch/search/SearchWeightedRoutingIT.java +++ b/server/src/internalClusterTest/java/org/opensearch/search/SearchWeightedRoutingIT.java @@ -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() @@ -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()