Commit 1e9c05c 1 parent 96dc820 commit 1e9c05c Copy full SHA for 1e9c05c
File tree 1 file changed +2
-0
lines changed
server/src/internalClusterTest/java/org/opensearch/search
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -480,6 +480,7 @@ public void testShardRoutingWithNetworkDisruption_FailOpenDisabled() throws Exce
480
480
* Assertions are put to make sure such shard search requests are served by data node in zone c.
481
481
* @throws IOException throws exception
482
482
*/
483
+ @ AwaitsFix (bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/10673" )
483
484
public void testShardRoutingWithNetworkDisruption_FailOpenEnabled () throws Exception {
484
485
485
486
Settings commonSettings = Settings .builder ()
@@ -978,6 +979,7 @@ public void testSearchAggregationWithNetworkDisruption_FailOpenEnabled() throws
978
979
* MultiGet with fail open enabled. No request failure on network disruption
979
980
* @throws IOException throws exception
980
981
*/
982
+ @ AwaitsFix (bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/10755" )
981
983
public void testMultiGetWithNetworkDisruption_FailOpenEnabled () throws Exception {
982
984
983
985
Settings commonSettings = Settings .builder ()
You can’t perform that action at this time.
0 commit comments