Skip to content

Commit a228dfc

Browse files
authored
Update supported version for the bug fix of from and size parameter can be negative when searching (opensearch-project#13408)
Signed-off-by: Gao Binlong <gbinlong@amazon.com>
1 parent 95dcce8 commit a228dfc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search/360_from_and_size.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ teardown:
3737
---
3838
"Throws exception if from or size query parameter is negative":
3939
- skip:
40-
version: " - 2.99.99"
41-
reason: "fixed in 3.0.0"
40+
version: " - 2.13.99"
41+
reason: "fixed in 2.14.0"
4242
- do:
4343
catch: '/\[from\] parameter cannot be negative, found \[-5\]/'
4444
search:
@@ -76,8 +76,8 @@ teardown:
7676
---
7777
"Throws exception if from or size request body parameter is negative":
7878
- skip:
79-
version: " - 2.99.99"
80-
reason: "fixed in 3.0.0"
79+
version: " - 2.13.99"
80+
reason: "fixed in 2.14.0"
8181
- do:
8282
catch: '/\[from\] parameter cannot be negative, found \[-5\]/'
8383
search:

0 commit comments

Comments
 (0)