Skip to content

Commit 81e5d9e

Browse files
gaobinlongdk2k
authored andcommitted
Update version check for fix the bug of missing validation for the search_backpressure.mode setting (opensearch-project#15500)
Signed-off-by: Gao Binlong <[email protected]>
1 parent a4fafac commit 81e5d9e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"Test set invalid search backpressure mode":
8686

8787
- skip:
88-
version: "- 2.99.99"
89-
reason: "Parsing and validation of SearchBackpressureMode does not exist in versions < 3.0"
88+
version: "- 2.8.99"
89+
reason: "Fixed in 2.9.0"
9090

9191
- do:
9292
catch: bad_request

0 commit comments

Comments
 (0)