Skip to content

Commit cdb57fa

Browse files
authored
Update supported version in yaml test file for the primary_only parameter in force-merge API (opensearch-project#13279)
* Update supported version for the primary_only parameter in force-merge API Signed-off-by: Gao Binlong <gbinlong@amazon.com> * Update reason to make it consitent with 2.x Signed-off-by: Gao Binlong <gbinlong@amazon.com> --------- Signed-off-by: Gao Binlong <gbinlong@amazon.com>
1 parent 61ff5f8 commit cdb57fa

File tree

1 file changed

+2
-2
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/test/indices.forcemerge

1 file changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/indices.forcemerge/10_basic.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
---
3232
"Test primary_only parameter":
3333
- skip:
34-
version: " - 2.99.99"
35-
reason: "primary_only is available in 3.0+"
34+
version: " - 2.12.99"
35+
reason: "primary_only is available in 2.13.0+"
3636

3737
- do:
3838
indices.create:

0 commit comments

Comments
 (0)