Skip to content

Commit 1739f47

Browse files
author
Aditya Khera
committed
test fixes
Signed-off-by: Aditya Khera <[email protected]>
1 parent ba2cec5 commit 1739f47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/cat.shards/10_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
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:

server/src/test/java/org/opensearch/index/merge/MergedSegmentWarmerStatsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"));

0 commit comments

Comments
 (0)