Fix versions for reindex max_docs tests (#42951)

Versions were assuming this went into 7.2, but this ended up going into
7.3, updated test versions to reflect that.

Related to #41894
This commit is contained in:
Henning Andersen 2019-06-14 08:16:11 +02:00 committed by Henning Andersen
parent 8a341a3ea5
commit 41ac1cd16c
7 changed files with 51 additions and 51 deletions

View File

@ -286,8 +286,8 @@
---
"Limit by size":
- skip:
version: " - 7.1.99"
reason: "deprecation warnings only emitted on 7.2+"
version: " - 7.2.99"
reason: "deprecation warnings only emitted on 7.3+"
features: warnings
- do:
@ -330,10 +330,10 @@
- match: {count: 1}
---
"Limit by size pre 7.2":
"Limit by size pre 7.3":
- skip:
version: "7.2.0 - "
reason: "7.2 should use max_docs or get deprecation warning"
version: "7.3.0 - "
reason: "7.3 should use max_docs or get deprecation warning"
- do:
index:
@ -375,8 +375,8 @@
---
"Limit by max_docs in URL":
- skip:
version: " - 7.1.99"
reason: "max_docs introduced in 7.2.0"
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"
- do:
index:
@ -418,8 +418,8 @@
---
"Limit by max_docs in body":
- skip:
version: " - 7.1.99"
reason: "max_docs introduced in 7.2.0"
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"
- do:
index:

View File

@ -49,8 +49,8 @@
---
"invalid max_docs fails":
- skip:
version: " - 7.1.99"
reason: "max_docs introduced in 7.2.0"
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"
- do:
index:
@ -69,8 +69,8 @@
---
"both max_docs and size fails":
- skip:
version: " - 7.1.99"
reason: "max_docs introduced in 7.2.0"
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"
- do:
index:

View File

@ -114,8 +114,8 @@
---
"invalid max_docs in body fails":
- skip:
version: " - 7.1.99"
reason: "max_docs introduced in 7.2.0"
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"
- do:
index:
@ -135,8 +135,8 @@
---
"invalid max_docs in URL fails":
- skip:
version: " - 7.1.99"
reason: "max_docs introduced in 7.2.0"
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"
- do:
index:
@ -156,8 +156,8 @@
---
"inconsistent max_docs and size fails":
- skip:
version: " - 7.1.99"
reason: "max_docs introduced in 7.2.0"
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"
- do:
index:
@ -178,8 +178,8 @@
---
"inconsistent max_docs in body and max_docs in URL fails":
- skip:
version: " - 7.1.99"
reason: "max_docs introduced in 7.2.0"
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"
- do:
index:

View File

@ -34,8 +34,8 @@
---
"Sorting and size combined":
- skip:
version: " - 7.1.99"
reason: "deprecation warnings only emitted on 7.2+"
version: " - 7.2.99"
reason: "deprecation warnings only emitted on 7.3+"
features: warnings
- do:
@ -78,10 +78,10 @@
- match: { hits.total: 1 }
---
"Sorting and size combined pre 7.2":
"Sorting and size combined pre 7.3":
- skip:
version: "7.2.0 - "
reason: "7.2 should use max_docs or get deprecation warning"
version: "7.3.0 - "
reason: "7.3 should use max_docs or get deprecation warning"
- do:
index:
@ -123,8 +123,8 @@
---
"Sorting and max_docs in body combined":
- skip:
version: " - 7.1.99"
reason: "max_docs introduced in 7.2.0"
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"
- do:
index:
@ -166,8 +166,8 @@
---
"max_docs in URL":
- skip:
version: " - 7.1.99"
reason: "max_docs introduced in 7.2.0"
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"
- do:
index:

View File

@ -220,8 +220,8 @@
---
"Reindex from remote with size":
- skip:
version: "7.2.0 - "
reason: "7.2 should use max_docs or get deprecation warning"
version: "7.3.0 - "
reason: "7.3 should use max_docs or get deprecation warning"
- do:
index:
@ -286,8 +286,8 @@
---
"Reindex from remote with max_docs":
- skip:
version: " - 7.1.99"
reason: "max_docs introduced in 7.2.0"
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"
- do:
index:

View File

@ -223,8 +223,8 @@
---
"Limit by size":
- skip:
version: " - 7.1.99"
reason: "deprecation warnings only emitted on 7.2+"
version: " - 7.2.99"
reason: "deprecation warnings only emitted on 7.3+"
features: warnings
- do:
@ -254,10 +254,10 @@
- gte: { took: 0 }
---
"Limit by size pre 7.2":
"Limit by size pre 7.3":
- skip:
version: "7.2.0 - "
reason: "7.2 should use max_docs or get deprecation warning"
version: "7.3.0 - "
reason: "7.3 should use max_docs or get deprecation warning"
- do:
index:
@ -286,8 +286,8 @@
---
"Limit by max_docs in URL":
- skip:
version: " - 7.1.99"
reason: "max_docs introduced in 7.2.0"
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"
- do:
index:
@ -316,8 +316,8 @@
---
"Limit by max_docs in body":
- skip:
version: " - 7.1.99"
reason: "max_docs introduced in 7.2.0"
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"
- do:
index:

View File

@ -27,8 +27,8 @@
---
"invalid max_docs in URL fails":
- skip:
version: " - 7.1.99"
reason: "max_docs introduced in 7.2.0"
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"
- do:
index:
@ -44,8 +44,8 @@
---
"invalid max_docs in body fails":
- skip:
version: " - 7.1.99"
reason: "max_docs introduced in 7.2.0"
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"
- do:
index:
@ -62,8 +62,8 @@
---
"inconsistent max_docs and size fails":
- skip:
version: " - 7.1.99"
reason: "max_docs introduced in 7.2.0"
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"
- do:
index:
@ -83,8 +83,8 @@
---
"inconsistent max_docs in body and max_docs in URL fails":
- skip:
version: " - 7.1.99"
reason: "max_docs introduced in 7.2.0"
version: " - 7.2.99"
reason: "max_docs introduced in 7.3.0"
- do:
index: