[Remove] 6x skip from yml (#2153)
Remove all 6x skip versions from yaml tests since mix 2.0 and 6x clusters are not supported. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
This commit is contained in:
parent
52eaf96a88
commit
3e9a420533
|
@ -24,9 +24,6 @@
|
|||
|
||||
---
|
||||
"ngram_exception":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: only starting from version 7.x this throws an error
|
||||
- do:
|
||||
catch: /The difference between max_gram and min_gram in NGram Tokenizer must be less than or equal to[:] \[1\] but was \[2\]\. This limit can be set by changing the \[index.max_ngram_diff\] index level setting\./
|
||||
indices.analyze:
|
||||
|
|
|
@ -141,10 +141,6 @@
|
|||
|
||||
---
|
||||
"Test with new response format":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: hits.total is returned as an object in 7.0.0
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test
|
||||
|
|
|
@ -174,10 +174,6 @@ setup:
|
|||
|
||||
---
|
||||
"Test with rest_total_hits_as_int":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: hits.total is returned as an object in 7.0.0
|
||||
|
||||
- do:
|
||||
put_script:
|
||||
id: stored_template_1
|
||||
|
|
|
@ -452,10 +452,6 @@
|
|||
---
|
||||
|
||||
"Exception on negative score":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: "check on negative scores was added from 7.0.0 on"
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
# Sanity integration test to make sure the custom context and whitelist work for moving_fn pipeline agg
|
||||
#
|
||||
setup:
|
||||
- skip:
|
||||
version: " - 6.3.99"
|
||||
reason: "moving_fn added in 6.4.0"
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
# Integration tests for ScriptScoreQuery using Painless
|
||||
|
||||
setup:
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: "script score query was introduced in 7.0.0"
|
||||
|
||||
---
|
||||
"Math functions":
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
setup:
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: "Implemented in 7.0"
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
setup:
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: "The rank feature field/query was introduced in 7.0.0"
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
setup:
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: "The rank_features field was introduced in 7.0.0"
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
---
|
||||
"Test percolator basics via rest":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: queries_index
|
||||
|
@ -74,7 +69,7 @@
|
|||
percolate:
|
||||
field: query
|
||||
index: documents_index
|
||||
id: some_id
|
||||
id: some_id
|
||||
- match: { hits.total: 1 }
|
||||
|
||||
- do:
|
||||
|
|
|
@ -40,11 +40,6 @@ setup:
|
|||
|
||||
---
|
||||
"Response format":
|
||||
|
||||
- skip:
|
||||
version: " - 6.2.99"
|
||||
reason: response format was updated in 6.3
|
||||
|
||||
- do:
|
||||
rank_eval:
|
||||
index: foo,
|
||||
|
@ -121,11 +116,6 @@ setup:
|
|||
|
||||
---
|
||||
"Mean Reciprocal Rank":
|
||||
|
||||
- skip:
|
||||
version: " - 6.2.99"
|
||||
reason: response format was updated in 6.3
|
||||
|
||||
- do:
|
||||
rank_eval:
|
||||
body: {
|
||||
|
@ -160,11 +150,6 @@ setup:
|
|||
|
||||
---
|
||||
"Expected Reciprocal Rank":
|
||||
|
||||
- skip:
|
||||
version: " - 6.3.99"
|
||||
reason: ERR was introduced in 6.4
|
||||
|
||||
- do:
|
||||
rank_eval:
|
||||
body: {
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
---
|
||||
"Response format":
|
||||
|
||||
- skip:
|
||||
version: " - 6.1.99"
|
||||
reason: the ranking evaluation feature is available since 6.2
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: foo
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
---
|
||||
"Response format":
|
||||
|
||||
- skip:
|
||||
version: " - 6.2.99"
|
||||
reason: response format was updated in 6.3
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: foo
|
||||
|
|
|
@ -48,11 +48,6 @@ setup:
|
|||
|
||||
---
|
||||
"Basic rank-eval request with template":
|
||||
|
||||
- skip:
|
||||
version: " - 6.1.99"
|
||||
reason: the ranking evaluation feature is available since 6.2
|
||||
|
||||
- do:
|
||||
rank_eval:
|
||||
body: {
|
||||
|
|
|
@ -91,7 +91,6 @@
|
|||
- skip:
|
||||
version: "6.7.0 - "
|
||||
reason: reindex moved to rely on sequence numbers for concurrency control
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test
|
||||
|
@ -145,10 +144,6 @@
|
|||
|
||||
---
|
||||
"Response for version conflict (seq no powered)":
|
||||
- skip:
|
||||
version: " - 6.6.99"
|
||||
reason: reindex moved to rely on sequence numbers for concurrency control
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test
|
||||
|
|
|
@ -116,9 +116,6 @@
|
|||
|
||||
---
|
||||
"Response for version conflict (seq no powered)":
|
||||
- skip:
|
||||
version: " - 6.6.99"
|
||||
reason: reindex moved to rely on sequence numbers for concurrency control
|
||||
- do:
|
||||
indices.create:
|
||||
index: test
|
||||
|
|
|
@ -3,10 +3,6 @@
|
|||
|
||||
---
|
||||
"annotated highlighter on annotated text":
|
||||
- skip:
|
||||
version: " - 6.4.99"
|
||||
reason: Annotated text type introduced in 6.5.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: annotated
|
||||
|
@ -80,10 +76,6 @@
|
|||
|
||||
---
|
||||
"issue 39395 thread safety issue -requires multiple calls to reveal":
|
||||
- skip:
|
||||
version: " - 6.4.99"
|
||||
reason: Annotated text type introduced in 6.5.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: annotated
|
||||
|
|
|
@ -96,10 +96,6 @@
|
|||
|
||||
---
|
||||
"skip_unavailable is returned as part of _remote/info response":
|
||||
- skip:
|
||||
version: " - 6.0.99"
|
||||
reason: "skip_unavailable is only returned from 6.1.0 on"
|
||||
|
||||
- do:
|
||||
cluster.get_settings:
|
||||
include_defaults: true
|
||||
|
|
|
@ -80,9 +80,6 @@
|
|||
|
||||
---
|
||||
"Create index with java style index in 6":
|
||||
- skip:
|
||||
version: " - 6.7.99, 7.0.0 -"
|
||||
reason: java.time patterns are allowed since 6.8
|
||||
- do:
|
||||
indices.create:
|
||||
index: java_for_range
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
---
|
||||
"Test with date processor":
|
||||
- skip:
|
||||
version: " - 6.9.99"
|
||||
reason: pre-7.0.0 requires the 8 prefix for Java time formats, so would treat the format in this test as a Joda time format
|
||||
features: "warnings"
|
||||
|
||||
- do:
|
||||
ingest.put_pipeline:
|
||||
id: "_id"
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
---
|
||||
"Array of objects":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
bulk:
|
||||
refresh: true
|
||||
|
@ -28,11 +23,6 @@
|
|||
|
||||
---
|
||||
"Empty _id":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
bulk:
|
||||
refresh: true
|
||||
|
@ -107,12 +97,8 @@
|
|||
|
||||
---
|
||||
"empty action":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
features: headers
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
features: headers
|
||||
- do:
|
||||
catch: /Malformed action\/metadata line \[3\], expected FIELD_NAME but found \[END_OBJECT\]/
|
||||
headers:
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"List of strings":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
- do:
|
||||
bulk:
|
||||
refresh: true
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"One big string":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
- do:
|
||||
bulk:
|
||||
refresh: true
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"Source filtering":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
- do:
|
||||
index:
|
||||
refresh: true
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"refresh=true immediately makes changes are visible in search":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
- do:
|
||||
bulk:
|
||||
refresh: true
|
||||
|
@ -20,10 +16,6 @@
|
|||
|
||||
---
|
||||
"refresh=empty string immediately makes changes are visible in search":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
- do:
|
||||
bulk:
|
||||
refresh: ""
|
||||
|
@ -41,10 +33,6 @@
|
|||
|
||||
---
|
||||
"refresh=wait_for waits until changes are visible in search":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
- do:
|
||||
bulk:
|
||||
refresh: wait_for
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
|
||||
---
|
||||
"Deprecated parameters should fail in Bulk query":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: some parameters are removed starting from 7.0, their equivalents without underscore are used instead
|
||||
features: "warnings"
|
||||
|
||||
- do:
|
||||
catch: bad_request
|
||||
bulk:
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
---
|
||||
"Compare And Swap Sequence Numbers":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: typeless API are add in 7.0.0
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test_1
|
||||
|
|
|
@ -94,10 +94,6 @@
|
|||
|
||||
---
|
||||
"cluster health basic test, one index with wait for no initializing shards":
|
||||
- skip:
|
||||
version: " - 6.1.99"
|
||||
reason: "wait_for_no_initializing_shards is introduced in 6.2.0"
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_index
|
||||
|
|
|
@ -75,10 +75,6 @@
|
|||
|
||||
---
|
||||
"get cluster stats returns discovery types":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: "discovery types are added for v7.0.0"
|
||||
|
||||
- do:
|
||||
cluster.stats: {}
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
setup:
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_1
|
||||
|
@ -16,9 +13,6 @@ setup:
|
|||
|
||||
---
|
||||
"Indexing a doc with No. nested objects less or equal to index.mapping.nested_objects.limit should succeed":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: index.mapping.nested_objects setting has been added in 7.0.0
|
||||
- do:
|
||||
create:
|
||||
index: test_1
|
||||
|
@ -29,9 +23,6 @@ setup:
|
|||
|
||||
---
|
||||
"Indexing a doc with No. nested objects more than index.mapping.nested_objects.limit should fail":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: index.mapping.nested_objects setting has been added in 7.0.0
|
||||
- do:
|
||||
catch: /The number of nested documents has exceeded the allowed limit of \[2\]. This limit can be set by changing the \[index.mapping.nested_objects.limit\] index level setting\./
|
||||
create:
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"Basic":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
exists:
|
||||
index: test_1
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"Client-side default type":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test_1
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
setup:
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_1
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"Source filtering":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test_1
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"explain with query_string parameters":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test
|
||||
|
|
|
@ -149,10 +149,6 @@ setup:
|
|||
- is_false: fields.geo.keyword.on_aggregatable_indices
|
||||
---
|
||||
"Get date_nanos field caps":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: date_nanos field mapping type has been introcued in 7.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
include_type_name: false
|
||||
|
@ -204,10 +200,6 @@ setup:
|
|||
- is_false: fields.object\.nested2.keyword.non_searchable_indices
|
||||
---
|
||||
"Get object and nested field caps":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: object and nested fields are returned since 7.0
|
||||
|
||||
- do:
|
||||
field_caps:
|
||||
index: 'test1,test2,test3'
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
---
|
||||
"Basic":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test_1
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"Default values":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
- do:
|
||||
index:
|
||||
index: test_1
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"Stored fields":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_1
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"Source filtering":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_1
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"Missing document with catch":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
- do:
|
||||
catch: missing
|
||||
get:
|
||||
|
@ -12,10 +8,6 @@
|
|||
|
||||
---
|
||||
"Missing document with ignore":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
- do:
|
||||
get:
|
||||
index: test_1
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
---
|
||||
"Basic":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test_1
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
---
|
||||
"Default values":
|
||||
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test_1
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
---
|
||||
"Source filtering":
|
||||
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test_1
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"Index result field":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
- do:
|
||||
index:
|
||||
index: test_index
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
---
|
||||
"Compare And Swap Sequence Numbers":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: typesless api was introduces in 7.0
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test_1
|
||||
|
|
|
@ -9,9 +9,6 @@ setup:
|
|||
|
||||
---
|
||||
"_analyze with No. generated tokens less than or equal to index.analyze.max_token_count should succeed":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: index.analyze.max_token_count setting has been added in 7.0.0
|
||||
- do:
|
||||
indices.analyze:
|
||||
index: test_1
|
||||
|
@ -25,9 +22,6 @@ setup:
|
|||
|
||||
---
|
||||
"_analyze with No. generated tokens more than index.analyze.max_token_count should fail":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: index.analyze.max_token_count setting has been added in 7.0.0
|
||||
- do:
|
||||
catch: /The number of tokens produced by calling _analyze has exceeded the allowed maximum of \[3\]. This limit can be set by changing the \[index.analyze.max_token_count\] index level setting\./
|
||||
indices.analyze:
|
||||
|
@ -39,9 +33,6 @@ setup:
|
|||
|
||||
---
|
||||
"_analyze with explain with No. generated tokens more than index.analyze.max_token_count should fail":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: index.analyze.max_token_count setting has been added in 7.0.0
|
||||
- do:
|
||||
catch: /The number of tokens produced by calling _analyze has exceeded the allowed maximum of \[3\]. This limit can be set by changing the \[index.analyze.max_token_count\] index level setting\./
|
||||
indices.analyze:
|
||||
|
|
|
@ -11,10 +11,6 @@
|
|||
|
||||
---
|
||||
"clear_cache with fielddata set to true":
|
||||
- skip:
|
||||
version: " - 6.2.99"
|
||||
reason: fielddata was deprecated before 6.3.0
|
||||
|
||||
- do:
|
||||
indices.clear_cache:
|
||||
fielddata: true
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"Create index with mappings":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_index
|
||||
|
@ -19,10 +15,6 @@
|
|||
|
||||
---
|
||||
"Create index with settings":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_index
|
||||
|
@ -38,10 +30,6 @@
|
|||
|
||||
---
|
||||
"Create index":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_index
|
||||
|
@ -51,10 +39,6 @@
|
|||
|
||||
---
|
||||
"Create index with wait_for_active_shards set to all":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_index
|
||||
|
@ -68,10 +52,6 @@
|
|||
|
||||
---
|
||||
"Create index with aliases":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_index
|
||||
|
@ -102,9 +82,6 @@
|
|||
|
||||
---
|
||||
"Create index with write aliases":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: is_write_index is not implemented in ES <= 6.x
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_index
|
||||
|
@ -138,9 +115,6 @@
|
|||
|
||||
---
|
||||
"Create index with explicit _doc type":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0
|
||||
- do:
|
||||
catch: bad_request
|
||||
indices.create:
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
"Flush stats":
|
||||
- skip:
|
||||
version: " - 6.2.99"
|
||||
reason: periodic flush stats is introduced in 6.3.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test
|
||||
|
|
|
@ -44,10 +44,6 @@ setup:
|
|||
|
||||
---
|
||||
"Test include_type_name":
|
||||
- skip:
|
||||
version: " - 6.6.99"
|
||||
reason: the include_type_name parameter is not supported before 6.7
|
||||
|
||||
- do:
|
||||
indices.get:
|
||||
include_type_name: true
|
||||
|
@ -66,10 +62,6 @@ setup:
|
|||
|
||||
---
|
||||
"Test include_type_name dafaults to false":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: the include_type_name parameter default is different on 6.x and 7.0, so only test this on 7.0 clusters
|
||||
|
||||
- do:
|
||||
indices.get:
|
||||
index: test_index
|
||||
|
|
|
@ -26,9 +26,6 @@ setup:
|
|||
|
||||
---
|
||||
"Get aliases wildcard and simple exclusion":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: Exclusions in the alias expression are not handled
|
||||
- do:
|
||||
indices.get_alias:
|
||||
name: test_blias_2,test_alias*,-test_alias_1
|
||||
|
@ -41,9 +38,6 @@ setup:
|
|||
|
||||
---
|
||||
"Get aliases and wildcard exclusion":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: Exclusions in the alias expression are not handled
|
||||
- do:
|
||||
indices.get_alias:
|
||||
name: test_alias_1,test_blias_1,-test_alias*
|
||||
|
@ -66,9 +60,6 @@ setup:
|
|||
|
||||
---
|
||||
"Non-existent exclusion alias before wildcard returns 404":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: Exclusions in the alias expression are not handled
|
||||
- do:
|
||||
catch: missing
|
||||
indices.get_alias:
|
||||
|
@ -97,9 +88,6 @@ setup:
|
|||
|
||||
---
|
||||
"Missing exclusions does not fire 404":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: Exclusions in the alias expression are not handled
|
||||
- do:
|
||||
indices.get_alias:
|
||||
name: test_alias*,-non-existent,test_blias*,-test
|
||||
|
@ -112,9 +100,6 @@ setup:
|
|||
|
||||
---
|
||||
"Exclusion of non wildcarded aliases":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: Exclusions in the alias expression are not handled
|
||||
- do:
|
||||
indices.get_alias:
|
||||
name: test_alias_1,test_blias_2,-test_alias*,-test_blias_2
|
||||
|
@ -123,9 +108,6 @@ setup:
|
|||
|
||||
---
|
||||
"Wildcard exclusions does not trigger 404":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: Exclusions in the alias expression are not handled
|
||||
- do:
|
||||
catch: missing
|
||||
indices.get_alias:
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
setup:
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_index
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
"Return empty object if field doesn't exist, but type and index do":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_index
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
setup:
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_index
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
setup:
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_1
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
catch: missing
|
||||
indices.get_mapping:
|
||||
index: test_index
|
||||
|
||||
|
||||
---
|
||||
"Index missing, no indexes":
|
||||
- do:
|
||||
|
@ -14,9 +14,6 @@
|
|||
|
||||
---
|
||||
"Index missing, ignore_unavailable=true":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: ignore_unavailable was ignored in previous versions
|
||||
- do:
|
||||
indices.get_mapping:
|
||||
index: test_index
|
||||
|
|
|
@ -102,9 +102,6 @@ setup:
|
|||
|
||||
---
|
||||
"Get test-* with wildcard_expansion=none":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: allow_no_indices (defaults to true) was ignored in previous versions
|
||||
- do:
|
||||
indices.get_mapping:
|
||||
index: test-x*
|
||||
|
@ -113,9 +110,6 @@ setup:
|
|||
- match: { '': {} }
|
||||
---
|
||||
"Get test-* with wildcard_expansion=none allow_no_indices=false":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: allow_no_indices was ignored in previous versions
|
||||
- do:
|
||||
catch: missing
|
||||
indices.get_mapping:
|
||||
|
|
|
@ -10,9 +10,6 @@ setup:
|
|||
index: test-index
|
||||
---
|
||||
Test retrieval of default settings:
|
||||
- skip:
|
||||
version: " - 6.3.99"
|
||||
reason: include_defaults will not work in mixed-mode clusters containing nodes pre-6.4
|
||||
- do:
|
||||
indices.get_settings:
|
||||
flat_settings: true
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
setup:
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0.0
|
||||
- do:
|
||||
indices.put_template:
|
||||
name: test
|
||||
|
|
|
@ -38,10 +38,6 @@
|
|||
|
||||
---
|
||||
"Open index with wait_for_active_shards set to all":
|
||||
- skip:
|
||||
version: " - 6.0.99"
|
||||
reason: wait_for_active_shards parameter was added in 6.1.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_index
|
||||
|
|
|
@ -59,11 +59,6 @@
|
|||
|
||||
---
|
||||
"Can set is_write_index":
|
||||
|
||||
- skip:
|
||||
version: " - 6.3.99"
|
||||
reason: "is_write_index is only available from 6.4.0 on"
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_index
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
"Test Create and update mapping":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_index
|
||||
|
@ -53,10 +50,6 @@
|
|||
|
||||
---
|
||||
"Create index with invalid mappings":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_index
|
||||
|
@ -71,10 +64,6 @@
|
|||
|
||||
---
|
||||
"Put mappings with explicit _doc type":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_index
|
||||
|
|
|
@ -53,12 +53,6 @@
|
|||
|
||||
---
|
||||
"PUT mapping with _doc on an index that has types":
|
||||
|
||||
- skip:
|
||||
version: " - 6.6.99"
|
||||
reason: include_type_name is only supported as of 6.7
|
||||
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
include_type_name: true
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
setup:
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_index1
|
||||
|
@ -162,4 +159,4 @@ setup:
|
|||
indices.get_mapping: {}
|
||||
|
||||
- match: {test_index1.mappings.properties.text.type: text}
|
||||
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"Put template":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0.0
|
||||
|
||||
- do:
|
||||
indices.put_template:
|
||||
name: test
|
||||
|
@ -28,10 +24,6 @@
|
|||
|
||||
---
|
||||
"Put multiple template":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0.0
|
||||
|
||||
- do:
|
||||
indices.put_template:
|
||||
name: test
|
||||
|
@ -56,10 +48,6 @@
|
|||
|
||||
---
|
||||
"Put template with empty mappings":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0.0
|
||||
|
||||
- do:
|
||||
indices.put_template:
|
||||
name: test
|
||||
|
@ -241,10 +229,6 @@
|
|||
|
||||
---
|
||||
"Put template with explicit _doc type":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0
|
||||
|
||||
- do:
|
||||
catch: bad_request
|
||||
indices.put_template:
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
---
|
||||
"Rollover with max_size condition":
|
||||
|
||||
- skip:
|
||||
version: " - 6.0.99"
|
||||
reason: max_size condition is introduced in 6.1.0
|
||||
|
||||
# create index with alias and replica
|
||||
- do:
|
||||
indices.create:
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"Typeless mapping":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: logs-1
|
||||
|
@ -44,10 +40,6 @@
|
|||
|
||||
---
|
||||
"Mappings with explicit _doc type":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: include_type_name defaults to true before 7.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: logs-1
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
---
|
||||
"Shrink index via API":
|
||||
- skip:
|
||||
version: " - 6.9.99"
|
||||
reason: expects warnings that pre-7.0.0 will not send
|
||||
features: [warnings, arbitrary_key]
|
||||
|
||||
# creates an index with one document solely allocated on a particular data node
|
||||
# and shrinks it into a new index with a single shard
|
||||
# we don't do the relocation to a single node after the index is created
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
---
|
||||
"Copy settings during shrink index":
|
||||
- skip:
|
||||
version: " - 6.9.99"
|
||||
reason: expects warnings that pre-7.0.0 will not send
|
||||
features: [allowed_warnings, arbitrary_key]
|
||||
|
||||
features: allowed_warnings
|
||||
- do:
|
||||
nodes.info:
|
||||
node_id: data:true
|
||||
|
|
|
@ -29,11 +29,6 @@ setup:
|
|||
|
||||
---
|
||||
"Split index via API":
|
||||
- skip:
|
||||
version: " - 6.9.99"
|
||||
reason: pre-7.0.0 will send warnings
|
||||
features: "warnings"
|
||||
|
||||
# make it read-only
|
||||
- do:
|
||||
indices.put_settings:
|
||||
|
@ -95,9 +90,6 @@ setup:
|
|||
|
||||
---
|
||||
"Split from 1 to N":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: automatic preparation for splitting was added in 7.0.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: source_one_shard
|
||||
|
@ -184,11 +176,6 @@ setup:
|
|||
|
||||
---
|
||||
"Create illegal split indices":
|
||||
- skip:
|
||||
version: " - 6.9.99"
|
||||
reason: pre-7.0.0 will send warnings
|
||||
features: "warnings"
|
||||
|
||||
# try to do an illegal split with number_of_routing_shards set
|
||||
- do:
|
||||
catch: /illegal_argument_exception/
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
---
|
||||
"Split index ignores target template mapping":
|
||||
- skip:
|
||||
version: " - 6.9.99"
|
||||
reason: pre-7.0.0 will send warnings
|
||||
features: "warnings"
|
||||
|
||||
# create index
|
||||
- do:
|
||||
indices.create:
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
---
|
||||
"Copy settings during split index":
|
||||
- skip:
|
||||
version: " - 6.9.99"
|
||||
reason: expects warnings that pre-7.0.0 will not send
|
||||
features: [arbitrary_key, allowed_warnings]
|
||||
|
||||
features: allowed_warnings
|
||||
- do:
|
||||
nodes.info:
|
||||
node_id: data:true
|
||||
|
|
|
@ -39,10 +39,6 @@ setup:
|
|||
|
||||
---
|
||||
"Index - all":
|
||||
- skip:
|
||||
version: " - 6.3.99"
|
||||
reason: "uuid is only available from 6.4.0 on"
|
||||
|
||||
- do:
|
||||
indices.stats: { index: _all }
|
||||
|
||||
|
|
|
@ -86,9 +86,6 @@
|
|||
|
||||
---
|
||||
"Translog last modified age stats":
|
||||
- skip:
|
||||
version: " - 6.2.99"
|
||||
reason: translog last modified age stats was added in 6.3.0
|
||||
- do:
|
||||
index:
|
||||
index: test
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"Basic multi-get":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_2
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"Non-existent index":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test_1
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"Missing metadata":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test_1
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"IDs":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_1
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"Default index/type":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_2
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
---
|
||||
"Stored fields":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_1
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
setup:
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test_1
|
||||
|
|
|
@ -1,11 +1,6 @@
|
|||
|
||||
---
|
||||
"Deprecated parameters should fail in Multi Get query":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: _version, _routing are removed starting from 7.0, their equivalents without underscore are used instead
|
||||
features: "warnings"
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test_1
|
||||
|
|
|
@ -94,10 +94,6 @@ setup:
|
|||
|
||||
---
|
||||
"Search with new response format":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: hits.total is returned as an object in 7.0.0
|
||||
|
||||
- do:
|
||||
msearch:
|
||||
body:
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
setup:
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: testidx
|
||||
|
|
|
@ -1,16 +1,5 @@
|
|||
setup:
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
---
|
||||
"Deprecated camel case and _ parameters should fail in Term Vectors query":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: camel case and _ parameters (e.g. versionType, _version_type) should fail from 7.0
|
||||
features: "warnings"
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: testidx
|
||||
|
|
|
@ -198,9 +198,6 @@
|
|||
|
||||
---
|
||||
"Scroll cannot used the request cache":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: the error message has been added in v7.0.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_scroll
|
||||
|
@ -217,9 +214,6 @@
|
|||
|
||||
---
|
||||
"Scroll with size 0":
|
||||
- skip:
|
||||
version: " - 6.1.99"
|
||||
reason: the error message has been added in v6.2.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_scroll
|
||||
|
@ -237,10 +231,6 @@
|
|||
|
||||
---
|
||||
"Scroll max_score is null":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: max_score was set to 0 rather than null before 7.0
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_scroll
|
||||
|
@ -285,9 +275,6 @@
|
|||
|
||||
---
|
||||
"Scroll with new response format":
|
||||
- skip:
|
||||
version: " - 6.9.99"
|
||||
reason: hits.total is returned as an object in 7.0.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_scroll
|
||||
|
|
|
@ -103,10 +103,6 @@ setup:
|
|||
|
||||
---
|
||||
"Sliced scroll with invalid arguments":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: Prior versions return 500 rather than 404
|
||||
|
||||
- do:
|
||||
catch: bad_request
|
||||
search:
|
||||
|
|
|
@ -10,10 +10,6 @@
|
|||
|
||||
---
|
||||
"Max keep alive":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: search.max_keep_alive was added in 7.0.0
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test_scroll
|
||||
|
|
|
@ -49,10 +49,6 @@ setup:
|
|||
|
||||
---
|
||||
"top_hits aggregation with nested documents":
|
||||
- skip:
|
||||
version: " - 6.1.99"
|
||||
reason: "<= 6.1 nodes don't always include index or id in nested top hits"
|
||||
|
||||
- do:
|
||||
search:
|
||||
rest_total_hits_as_int: true
|
||||
|
|
|
@ -702,11 +702,6 @@ setup:
|
|||
|
||||
---
|
||||
"Global ordinals are not loaded with the map execution hint":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: bug fixed in 7.0
|
||||
|
||||
- do:
|
||||
index:
|
||||
refresh: true
|
||||
|
@ -752,11 +747,6 @@ setup:
|
|||
|
||||
---
|
||||
"Global ordinals are loaded with the global_ordinals execution hint":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: bug fixed in 7.0
|
||||
|
||||
- do:
|
||||
index:
|
||||
refresh: true
|
||||
|
|
|
@ -84,10 +84,6 @@ setup:
|
|||
|
||||
---
|
||||
"Simple Composite aggregation":
|
||||
- skip:
|
||||
version: " - 6.0.99"
|
||||
reason: this uses a new API that has been added in 6.1
|
||||
|
||||
- do:
|
||||
search:
|
||||
rest_total_hits_as_int: true
|
||||
|
@ -113,11 +109,6 @@ setup:
|
|||
|
||||
---
|
||||
"Nested Composite aggregation":
|
||||
- skip:
|
||||
version: " - 6.0.99"
|
||||
reason: this uses a new API that has been added in 6.1
|
||||
|
||||
|
||||
- do:
|
||||
search:
|
||||
rest_total_hits_as_int: true
|
||||
|
@ -163,11 +154,6 @@ setup:
|
|||
|
||||
---
|
||||
"Aggregate After":
|
||||
- skip:
|
||||
version: " - 6.0.99"
|
||||
reason: this uses a new API that has been added in 6.1
|
||||
|
||||
|
||||
- do:
|
||||
search:
|
||||
rest_total_hits_as_int: true
|
||||
|
@ -205,11 +191,6 @@ setup:
|
|||
|
||||
---
|
||||
"Aggregate After Missing":
|
||||
- skip:
|
||||
version: " - 6.1.99"
|
||||
reason: bug fixed in 6.2.0
|
||||
|
||||
|
||||
- do:
|
||||
search:
|
||||
rest_total_hits_as_int: true
|
||||
|
@ -236,10 +217,6 @@ setup:
|
|||
|
||||
---
|
||||
"Invalid Composite aggregation":
|
||||
- skip:
|
||||
version: " - 6.0.99"
|
||||
reason: this uses a new API that has been added in 6.1
|
||||
|
||||
- do:
|
||||
catch: /\[composite\] aggregation cannot be used with a parent aggregation/
|
||||
search:
|
||||
|
@ -426,10 +403,6 @@ setup:
|
|||
|
||||
---
|
||||
"Composite aggregation with after_key in the response":
|
||||
- skip:
|
||||
version: " - 6.2.99"
|
||||
reason: starting in 6.3.0 after_key is returned in the response
|
||||
|
||||
- do:
|
||||
search:
|
||||
rest_total_hits_as_int: true
|
||||
|
@ -455,10 +428,6 @@ setup:
|
|||
|
||||
---
|
||||
"Composite aggregation and array size":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: starting in 7.0 the composite aggregation throws an execption if the provided size is greater than search.max_buckets.
|
||||
|
||||
- do:
|
||||
catch: /.*Trying to create too many buckets.*/
|
||||
search:
|
||||
|
@ -481,10 +450,6 @@ setup:
|
|||
|
||||
---
|
||||
"Composite aggregation with nested parent":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: the ability to set a nested parent aggregation was added in 7.0.
|
||||
|
||||
- do:
|
||||
search:
|
||||
rest_total_hits_as_int: true
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
setup:
|
||||
- skip:
|
||||
version: " - 6.3.99"
|
||||
reason: "moving_fn added in 6.4.0"
|
||||
|
||||
---
|
||||
"Bad window":
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
setup:
|
||||
- skip:
|
||||
version: " - 6.3.99"
|
||||
reason: weighted_avg is only available as of 6.4.0
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_1
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
setup:
|
||||
- skip:
|
||||
version: " - 6.5.99"
|
||||
reason: "added in 6.6.0"
|
||||
- do:
|
||||
indices.create:
|
||||
index: test
|
||||
|
|
|
@ -31,10 +31,6 @@ setup:
|
|||
---
|
||||
"Filter aggs with terms lookup and ensure it's cached":
|
||||
# Because the filter agg rewrites the terms lookup in the rewrite phase the request can be cached
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: types are required in requests before 7.0.0
|
||||
|
||||
- do:
|
||||
search:
|
||||
rest_total_hits_as_int: true
|
||||
|
@ -78,10 +74,6 @@ setup:
|
|||
|
||||
---
|
||||
"As a child of terms":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: the test is written for hits.total.value
|
||||
|
||||
- do:
|
||||
bulk:
|
||||
refresh: true
|
||||
|
|
|
@ -28,9 +28,6 @@ setup:
|
|||
|
||||
---
|
||||
"Unified highlighter on a field WITHOUT OFFSETS exceeding index.highlight.max_analyzed_offset should FAIL":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: index.highlight.max_analyzed_offset setting has been added in 7.0.0
|
||||
- do:
|
||||
catch: bad_request
|
||||
search:
|
||||
|
@ -42,9 +39,6 @@ setup:
|
|||
|
||||
---
|
||||
"Plain highlighter on a field WITHOUT OFFSETS exceeding index.highlight.max_analyzed_offset should FAIL":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: index.highlight.max_analyzed_offset setting has been added in 7.0.0
|
||||
- do:
|
||||
catch: bad_request
|
||||
search:
|
||||
|
@ -56,9 +50,6 @@ setup:
|
|||
|
||||
---
|
||||
"Unified highlighter on a field WITH OFFSETS exceeding index.highlight.max_analyzed_offset should SUCCEED":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: index.highligt.max_analyzed_offset setting has been added in 7.0.0
|
||||
- do:
|
||||
search:
|
||||
rest_total_hits_as_int: true
|
||||
|
@ -69,9 +60,6 @@ setup:
|
|||
|
||||
---
|
||||
"Plain highlighter on a field WITH OFFSETS exceeding index.highlight.max_analyzed_offset should FAIL":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: index.highlight.max_analyzed_offset setting has been added in 7.0.0
|
||||
- do:
|
||||
catch: bad_request
|
||||
search:
|
||||
|
|
|
@ -141,9 +141,6 @@ setup:
|
|||
|
||||
---
|
||||
"docvalue_fields":
|
||||
- skip:
|
||||
version: " - 6.9.99"
|
||||
reason: Triggers a deprecation warning before 7.0
|
||||
- do:
|
||||
search:
|
||||
body:
|
||||
|
@ -152,9 +149,6 @@ setup:
|
|||
|
||||
---
|
||||
"multiple docvalue_fields":
|
||||
- skip:
|
||||
version: " - 6.9.99"
|
||||
reason: Triggered a deprecation warning before 7.0
|
||||
- do:
|
||||
search:
|
||||
body:
|
||||
|
@ -163,9 +157,6 @@ setup:
|
|||
|
||||
---
|
||||
"docvalue_fields as url param":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: Triggered a deprecation warning before 7.0
|
||||
- do:
|
||||
search:
|
||||
docvalue_fields: [ "count" ]
|
||||
|
@ -174,8 +165,6 @@ setup:
|
|||
---
|
||||
"docvalue_fields with default format":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: Only triggers warnings on 7.0+
|
||||
features: allowed_warnings
|
||||
- do:
|
||||
allowed_warnings:
|
||||
|
@ -189,9 +178,6 @@ setup:
|
|||
|
||||
---
|
||||
"docvalue_fields with explicit format":
|
||||
- skip:
|
||||
version: " - 6.3.99"
|
||||
reason: format option was added in 6.4
|
||||
- do:
|
||||
search:
|
||||
body:
|
||||
|
@ -202,9 +188,6 @@ setup:
|
|||
|
||||
---
|
||||
"docvalue_fields - double":
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: Triggered a deprecation warning before 7.0
|
||||
- do:
|
||||
search:
|
||||
body:
|
||||
|
|
|
@ -315,11 +315,6 @@ setup:
|
|||
|
||||
---
|
||||
"no hits and inner_hits max_score null":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.99"
|
||||
reason: max_score was set to 0 rather than null before 7.0
|
||||
|
||||
- do:
|
||||
search:
|
||||
rest_total_hits_as_int: true
|
||||
|
@ -390,11 +385,6 @@ setup:
|
|||
|
||||
---
|
||||
"field collapsing, inner_hits and version":
|
||||
|
||||
- skip:
|
||||
version: " - 6.1.0"
|
||||
reason: "bug fixed in 6.1.1"
|
||||
|
||||
- do:
|
||||
count:
|
||||
index: test
|
||||
|
@ -493,11 +483,6 @@ setup:
|
|||
|
||||
---
|
||||
"field collapsing, inner_hits and seq_no":
|
||||
|
||||
- skip:
|
||||
version: " - 6.99.0"
|
||||
reason: "sequence numbers introduced in 7.0.0"
|
||||
|
||||
- do:
|
||||
search:
|
||||
rest_total_hits_as_int: true
|
||||
|
|
|
@ -550,9 +550,6 @@ setup:
|
|||
|
||||
---
|
||||
"Test exists query on _index field":
|
||||
- skip:
|
||||
version: " - 6.0.99"
|
||||
reason: exists on _index not supported prior to 6.1.0
|
||||
- do:
|
||||
search:
|
||||
rest_total_hits_as_int: true
|
||||
|
@ -566,9 +563,6 @@ setup:
|
|||
|
||||
---
|
||||
"Test exists query on _type field":
|
||||
- skip:
|
||||
version: " - 6.0.99"
|
||||
reason: exists on _type not supported prior to 6.1.0
|
||||
- do:
|
||||
search:
|
||||
rest_total_hits_as_int: true
|
||||
|
@ -608,9 +602,6 @@ setup:
|
|||
|
||||
---
|
||||
"Test exists query on _source field":
|
||||
- skip:
|
||||
version: " - 6.0.99"
|
||||
reason: exists on _source not supported prior to 6.1.0
|
||||
- do:
|
||||
catch: /query_shard_exception/
|
||||
search:
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue