Updated version string in yaml test (#63410) (#63533)

This commit is contained in:
Tomas Della Vedova 2020-10-12 11:19:36 +02:00 committed by GitHub
parent 6ddeaa4791
commit 8b07750a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ setup:
- skip: - skip:
features: headers features: headers
version: " - 7.10.00" version: " - 7.10.0"
reason: "version field is added to 7.10" reason: "version field is added to 7.10"
- do: - do:
@ -51,7 +51,7 @@ setup:
- '{"version": "v3.1.0" }' - '{"version": "v3.1.0" }'
- '{ "index" : { "_index" : "test_malformed", "_id" : "4" } }' - '{ "index" : { "_index" : "test_malformed", "_id" : "4" } }'
- '{"version": "1.el6" }' - '{"version": "1.el6" }'
- do: - do:
search: search:
index: test_malformed index: test_malformed
@ -89,7 +89,7 @@ setup:
query: { "range" : { "version" : { "gte" : "1.1.0", "lt" : "9999" } } } query: { "range" : { "version" : { "gte" : "1.1.0", "lt" : "9999" } } }
- match: { hits.total.value: 3 } - match: { hits.total.value: 3 }
- do: - do:
search: search:
index: test_index index: test_index
@ -97,7 +97,7 @@ setup:
query: { "range" : { "version" : { "gte" : "2.0.0", "lt" : "9999" } } } query: { "range" : { "version" : { "gte" : "2.0.0", "lt" : "9999" } } }
- match: { hits.total.value: 1 } - match: { hits.total.value: 1 }
- do: - do:
search: search:
index: test_index index: test_index

View File

@ -5,7 +5,7 @@ setup:
- skip: - skip:
features: headers features: headers
version: " - 7.10.00" version: " - 7.10.0"
reason: "version field is added to 7.10" reason: "version field is added to 7.10"
- do: - do: