Skip to content

Commit ff4c318

Browse files
authored
update code and unmute test| (#132648) (#132679)
1 parent 6fd5981 commit ff4c318

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
@@ -229,9 +229,6 @@ tests:
229229
- class: org.elasticsearch.action.RejectionActionIT
230230
method: testSimulatedSearchRejectionLoad
231231
issue: https://github.com/elastic/elasticsearch/issues/125901
232-
- class: org.elasticsearch.search.CCSDuelIT
233-
method: testTerminateAfter
234-
issue: https://github.com/elastic/elasticsearch/issues/126085
235232
- class: org.elasticsearch.search.basic.SearchWithRandomDisconnectsIT
236233
method: testSearchWithRandomDisconnects
237234
issue: https://github.com/elastic/elasticsearch/issues/122707

qa/multi-cluster-search/src/test/java/org/elasticsearch/search/CCSDuelIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,6 +1333,7 @@ private static Map<String, Object> responseToMap(ObjectPath response) throws IOE
13331333
Map<String, Object> responseMap = XContentHelper.convertToMap(bytesReference, false, XContentType.JSON).v2();
13341334
assertNotNull(responseMap.put("took", -1));
13351335
responseMap.remove("num_reduce_phases");
1336+
responseMap.remove("terminated_early");
13361337
Map<String, Object> profile = (Map<String, Object>) responseMap.get("profile");
13371338
if (profile != null) {
13381339
List<Map<String, Object>> shards = (List<Map<String, Object>>) profile.get("shards");

0 commit comments

Comments
 (0)