Skip to content

Commit

Permalink
Update supported version for the wait_for_completion parameter in ope…
Browse files Browse the repository at this point in the history
…n&clone&shrink&split APIs (opensearch-project#12819)

Signed-off-by: Gao Binlong <gbinlong@amazon.com>
Signed-off-by: Shivansh Arora <hishiv@amazon.com>
  • Loading branch information
gaobinlong authored and shiv0408 committed Apr 25, 2024
1 parent 67daa95 commit 3fdd3a8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# will return a task immediately and the clone operation will run in background.

- skip:
version: " - 2.99.99"
reason: "only available in 3.0+"
version: " - 2.6.99"
reason: "wait_for_completion was introduced in 2.7.0"
features: allowed_warnings

- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# will return a task immediately and the open operation will run in background.

- skip:
version: " - 2.99.99"
reason: "only available in 3.0+"
version: " - 2.6.99"
reason: "wait_for_completion was introduced in 2.7.0"
features: allowed_warnings

- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# will return a task immediately and the shrink operation will run in background.

- skip:
version: " - 2.99.99"
reason: "only available in 3.0+"
version: " - 2.6.99"
reason: "wait_for_completion was introduced in 2.7.0"
features: allowed_warnings

- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# will return a task immediately and the split operation will run in background.

- skip:
version: " - 2.99.99"
reason: "only available in 3.0+"
version: " - 2.6.99"
reason: "wait_for_completion was introduced in 2.7.0"
features: allowed_warnings

- do:
Expand Down

0 comments on commit 3fdd3a8

Please sign in to comment.