[Tests] Remove skip tests in search/30_limits.yml

After backporting the related change to the 6.x branches, this test can now also
be run in a mixed cluster.

Relates to #26574
This commit is contained in:
Christoph Büscher 2017-09-13 13:15:31 +02:00
parent b3e7e85cf1
commit d2cfad6187
1 changed files with 8 additions and 11 deletions

View File

@ -1,4 +1,11 @@
setup:
- do:
indices.create:
index: test_1
body:
settings:
index.max_docvalue_fields_search: 2
- do:
index:
index: test_1
@ -53,21 +60,11 @@ setup:
---
"Docvalues_fields size limit":
- skip:
version: " - 6.99.99"
reason: soft limit for docvalue_fields only available as of 7.0.0
- do:
indices.create:
index: test_2
body:
settings:
index.max_docvalue_fields_search: 2
- do:
catch: /Trying to retrieve too many docvalue_fields\. Must be less than or equal to[:] \[2\] but was \[3\]\. This limit can be set by changing the \[index.max_docvalue_fields_search\] index level setting\./
search:
index: test_2
index: test_1
body:
query:
match_all: {}