Skip to content

Commit 19d8df0

Browse files
retagaobinlong
andauthored
Update version check in yml test file (#15999)
Signed-off-by: Gao Binlong <[email protected]> Co-authored-by: Gao Binlong <[email protected]>
1 parent 1bc81d3 commit 19d8df0

File tree

1 file changed

+4
-4
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/test/cluster.put_settings

1 file changed

+4
-4
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/cluster.put_settings/10_basic.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
---
104104
"Test setting search backpressure cancellation settings":
105105
- skip:
106-
version: "- 2.99.99"
107-
reason: "Fixed in 3.0.0"
106+
version: "- 2.17.99"
107+
reason: "Fixed in 2.18.0"
108108

109109
- do:
110110
cluster.put_settings:
@@ -181,8 +181,8 @@
181181
---
182182
"Test setting invalid search backpressure cancellation_rate and cancellation_ratio":
183183
- skip:
184-
version: "- 2.99.99"
185-
reason: "Fixed in 3.0.0"
184+
version: "- 2.17.99"
185+
reason: "Fixed in 2.18.0"
186186

187187
- do:
188188
catch: /search_backpressure.search_task.cancellation_rate must be > 0/

0 commit comments

Comments
 (0)