Skip to content

Commit 53c0ce3

Browse files
authored
Update supported version for the wait_for_completion parameter in open&clone&shrink&split APIs (opensearch-project#12819)
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
1 parent 2069bd8 commit 53c0ce3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/indices.clone/40_wait_for_completion.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# will return a task immediately and the clone operation will run in background.
55

66
- skip:
7-
version: " - 2.99.99"
8-
reason: "only available in 3.0+"
7+
version: " - 2.6.99"
8+
reason: "wait_for_completion was introduced in 2.7.0"
99
features: allowed_warnings
1010

1111
- do:

rest-api-spec/src/main/resources/rest-api-spec/test/indices.open/30_wait_for_completion.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# will return a task immediately and the open operation will run in background.
55

66
- skip:
7-
version: " - 2.99.99"
8-
reason: "only available in 3.0+"
7+
version: " - 2.6.99"
8+
reason: "wait_for_completion was introduced in 2.7.0"
99
features: allowed_warnings
1010

1111
- do:

rest-api-spec/src/main/resources/rest-api-spec/test/indices.shrink/50_wait_for_completion.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# will return a task immediately and the shrink operation will run in background.
55

66
- skip:
7-
version: " - 2.99.99"
8-
reason: "only available in 3.0+"
7+
version: " - 2.6.99"
8+
reason: "wait_for_completion was introduced in 2.7.0"
99
features: allowed_warnings
1010

1111
- do:

rest-api-spec/src/main/resources/rest-api-spec/test/indices.split/40_wait_for_completion.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# will return a task immediately and the split operation will run in background.
55

66
- skip:
7-
version: " - 2.99.99"
8-
reason: "only available in 3.0+"
7+
version: " - 2.6.99"
8+
reason: "wait_for_completion was introduced in 2.7.0"
99
features: allowed_warnings
1010

1111
- do:

0 commit comments

Comments
 (0)