File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
rest-api-spec/src/main/resources/rest-api-spec/test/cat.shards
server/src/test/java/org/opensearch/index/merge Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 108108 ---
109109" Help from 3.3.0 to 3.3.99 " :
110110 - skip :
111- version : " - 3.2.99"
111+ version : " - 3.2.99, 3.4.0 - "
112112 reason : search query failure stats is added in 3.3.0
113113 features : node_selector
114114 - do :
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ public void testToXContent() throws IOException {
129129 builder .endObject ();
130130
131131 String json = builder .toString ();
132- assertTrue (json .contains ("merged_segment_warmer " ));
132+ assertTrue (json .contains ("warmer " ));
133133 assertTrue (json .contains ("total_invocations_count" ));
134134 assertTrue (json .contains ("total_time_millis" ));
135135 assertTrue (json .contains ("total_failure_count" ));
You can’t perform that action at this time.
0 commit comments