Skip to content

Commit

Permalink
Update version check in yml test file (opensearch-project#15999)
Browse files Browse the repository at this point in the history
Signed-off-by: Gao Binlong <[email protected]>
Co-authored-by: Gao Binlong <[email protected]>
  • Loading branch information
2 people authored and dk2k committed Oct 17, 2024
1 parent 0777074 commit 82075e2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
---
"Test setting search backpressure cancellation settings":
- skip:
version: "- 2.99.99"
reason: "Fixed in 3.0.0"
version: "- 2.17.99"
reason: "Fixed in 2.18.0"

- do:
cluster.put_settings:
Expand Down Expand Up @@ -181,8 +181,8 @@
---
"Test setting invalid search backpressure cancellation_rate and cancellation_ratio":
- skip:
version: "- 2.99.99"
reason: "Fixed in 3.0.0"
version: "- 2.17.99"
reason: "Fixed in 2.18.0"

- do:
catch: /search_backpressure.search_task.cancellation_rate must be > 0/
Expand Down

0 comments on commit 82075e2

Please sign in to comment.