Skip to content

Commit

Permalink
Update version check in yml test file
Browse files Browse the repository at this point in the history
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
  • Loading branch information
gaobinlong committed Sep 18, 2024
1 parent 1e59f38 commit c97fcc4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,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 @@ -185,8 +185,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 c97fcc4

Please sign in to comment.