Skip to content

Commit

Permalink
Update supported version for the bug fix of from and size parameter c…
Browse files Browse the repository at this point in the history
…an be negative when searching (opensearch-project#13408)

Signed-off-by: Gao Binlong <[email protected]>
  • Loading branch information
gaobinlong authored May 7, 2024
1 parent 95dcce8 commit a228dfc
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ teardown:
---
"Throws exception if from or size query parameter is negative":
- skip:
version: " - 2.99.99"
reason: "fixed in 3.0.0"
version: " - 2.13.99"
reason: "fixed in 2.14.0"
- do:
catch: '/\[from\] parameter cannot be negative, found \[-5\]/'
search:
Expand Down Expand Up @@ -76,8 +76,8 @@ teardown:
---
"Throws exception if from or size request body parameter is negative":
- skip:
version: " - 2.99.99"
reason: "fixed in 3.0.0"
version: " - 2.13.99"
reason: "fixed in 2.14.0"
- do:
catch: '/\[from\] parameter cannot be negative, found \[-5\]/'
search:
Expand Down

0 comments on commit a228dfc

Please sign in to comment.