Skip to content

Commit c74cd86

Browse files
anshu1106Anshu Agarwal
authored andcommitted
Mute flaky test testMultiGetWithNetworkDisruption_FailOpenEnabled (opensearch-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>
1 parent 7e09b30 commit c74cd86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/internalClusterTest/java/org/opensearch/search/SearchWeightedRoutingIT.java

+2
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ public void testShardRoutingWithNetworkDisruption_FailOpenDisabled() throws Exce
480480
* Assertions are put to make sure such shard search requests are served by data node in zone c.
481481
* @throws IOException throws exception
482482
*/
483+
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/10673")
483484
public void testShardRoutingWithNetworkDisruption_FailOpenEnabled() throws Exception {
484485

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

983985
Settings commonSettings = Settings.builder()

0 commit comments

Comments
 (0)