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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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