Skip to content

Commit 4c07556

Browse files
committed
Update version check on REST test
Signed-off-by: Michael Froh <froh@amazon.com>
1 parent 475bead commit 4c07556

File tree

1 file changed

+5
-5
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/test/cat.shards

1 file changed

+5
-5
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/cat.shards/10_basic.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
"Help":
22
- skip:
3-
version: " - 2.99.99"
3+
version: " - 2.13.99"
44
reason: search idle reactivate count total is only added in 3.0.0
55
features: node_selector
66
- do:
77
cat.shards:
88
help: true
99
node_selector:
10-
version: "3.0.0 - "
10+
version: "2.14.0 - "
1111

1212
- match:
1313
$body: |
@@ -93,16 +93,16 @@
9393
docs.deleted .+ \n
9494
$/
9595
---
96-
"Help from 2.12.0 to 2.99.99":
96+
"Help from 2.12.0 to 2.13.99":
9797
- skip:
98-
version: " - 2.11.99 , 3.0.0 - "
98+
version: " - 2.11.99 , 2.14.0 - "
9999
reason: deleted docs and concurrent search are added in 2.12.0
100100
features: node_selector
101101
- do:
102102
cat.shards:
103103
help: true
104104
node_selector:
105-
version: "2.12.0 - 2.99.99"
105+
version: "2.12.0 - 2.13.99"
106106

107107
- match:
108108
$body: |

0 commit comments

Comments
 (0)