Skip to content

Commit

Permalink
Update version check for fix the bug of missing validation for the se…
Browse files Browse the repository at this point in the history
…arch_backpressure.mode setting (#15500)

Signed-off-by: Gao Binlong <gbinlong@amazon.com>
  • Loading branch information
gaobinlong authored Aug 29, 2024
1 parent e982a16 commit e5fadba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"Test set invalid search backpressure mode":

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

- do:
catch: bad_request
Expand Down

0 comments on commit e5fadba

Please sign in to comment.