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 <gbinlong@amazon.com>
  • Loading branch information
gaobinlong authored and parv0201 committed Jun 10, 2024
1 parent 91ef0cc commit 77a1885
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 77a1885

Please sign in to comment.