Skip to content

Commit 89a6c77

Browse files
committed
Update supported version for the wait_for_completion parameter in open&clone&shrink&split APIs
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
1 parent f3d2bee commit 89a6c77

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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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)