Skip to content

Commit e5fadba

Browse files
authored
Update version check for fix the bug of missing validation for the search_backpressure.mode setting (#15500)
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
1 parent e982a16 commit e5fadba

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)