Skip to content

Commit dcff4d3

Browse files
authored
update code and unmute test| (#132648)
1 parent de4245c commit dcff4d3

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
@@ -214,9 +214,6 @@ tests:
214214
- class: org.elasticsearch.action.RejectionActionIT
215215
method: testSimulatedSearchRejectionLoad
216216
issue: https://github.com/elastic/elasticsearch/issues/125901
217-
- class: org.elasticsearch.search.CCSDuelIT
218-
method: testTerminateAfter
219-
issue: https://github.com/elastic/elasticsearch/issues/126085
220217
- class: org.elasticsearch.search.basic.SearchWithRandomDisconnectsIT
221218
method: testSearchWithRandomDisconnects
222219
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)