Skip to content

Commit

Permalink
[Tests] Remove skip tests in search/30_limits.yml
Browse files Browse the repository at this point in the history
After backporting the related change to the 6.x branches, this test can now also
be run in a mixed cluster.

Relates to #26574
  • Loading branch information
cbuescher committed Sep 13, 2017
1 parent b3e7e85 commit d2cfad6
Showing 1 changed file with 8 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
setup:
- do:
indices.create:
index: test_1
body:
settings:
index.max_docvalue_fields_search: 2

- do:
index:
index: test_1
Expand Down Expand Up @@ -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: {}
Expand Down

0 comments on commit d2cfad6

Please sign in to comment.