Skip to content

Commit 349a406

Browse files
committed
Modify yaml test description
Signed-off-by: Gao Binlong <[email protected]>
1 parent 476d2e7 commit 349a406

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search/190_index_prefix_search.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,12 @@ setup:
134134

135135
- match: {hits.total: 1}
136136

137+
# related issue: https://github.com/opensearch-project/OpenSearch/issues/9203
137138
---
138-
"search index prefixes with multiple value":
139+
"search index prefixes with multiple values":
139140
- skip:
140141
version: " - 2.99.99"
141-
reason: "the position_increment_gap was fixed in 3.0.0"
142+
reason: "the bug was fixed in 3.0.0"
142143
- do:
143144
search:
144145
rest_total_hits_as_int: true
@@ -151,10 +152,10 @@ setup:
151152
- match: {hits.total: 1}
152153

153154
---
154-
"search index prefixes with multiple value and custom position_increment_gap":
155+
"search index prefixes with multiple values and custom position_increment_gap":
155156
- skip:
156157
version: " - 2.99.99"
157-
reason: "the position_increment_gap was fixed in 3.0.0"
158+
reason: "the bug was fixed in 3.0.0"
158159
- do:
159160
search:
160161
rest_total_hits_as_int: true

0 commit comments

Comments
 (0)