Skip to content

Commit 84916b2

Browse files
authored
Add wait for remote start for the test (#131124)
1 parent 79e2e04 commit 84916b2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,6 @@ tests:
341341
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
342342
method: test {p0=ml/data_frame_analytics_cat_apis/Test cat data frame analytics all jobs with header}
343343
issue: https://github.com/elastic/elasticsearch/issues/127625
344-
- class: org.elasticsearch.xpack.search.CrossClusterAsyncSearchIT
345-
method: testCancellationViaTimeoutWithAllowPartialResultsSetToFalse
346-
issue: https://github.com/elastic/elasticsearch/issues/127096
347344
- class: org.elasticsearch.xpack.ccr.action.ShardFollowTaskReplicationTests
348345
method: testChangeFollowerHistoryUUID
349346
issue: https://github.com/elastic/elasticsearch/issues/127680

x-pack/plugin/async-search/src/internalClusterTest/java/org/elasticsearch/xpack/search/CrossClusterAsyncSearchIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1778,6 +1778,7 @@ public void testCancellationViaTimeoutWithAllowPartialResultsSetToFalse() throws
17781778
}
17791779

17801780
SearchListenerPlugin.waitLocalSearchStarted();
1781+
SearchListenerPlugin.waitRemoteSearchStarted();
17811782

17821783
// ensure tasks are present on both clusters and not cancelled
17831784
try {

0 commit comments

Comments
 (0)