You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Tests] Removing skipping tests in search rest tests
After backporting the script_field soft limit to the 6.x branches, this test can
now also run in a mixed cluster.
Relates to #26598
enter the commit message for your changes. Lines starting
Copy file name to clipboardExpand all lines: rest-api-spec/src/main/resources/rest-api-spec/test/search/30_limits.yml
+2-11Lines changed: 2 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ setup:
5
5
body:
6
6
settings:
7
7
index.max_docvalue_fields_search: 2
8
+
index.max_script_fields: 2
8
9
9
10
- do:
10
11
index:
@@ -72,21 +73,11 @@ setup:
72
73
73
74
---
74
75
"Script_fields size limit":
75
-
- skip:
76
-
version: " - 6.99.99"
77
-
reason: soft limit for script_fields only available as of 7.0.0
78
-
79
-
- do:
80
-
indices.create:
81
-
index: test_2
82
-
body:
83
-
settings:
84
-
index.max_script_fields: 2
85
76
86
77
- do:
87
78
catch: /Trying to retrieve too many script_fields\. Must be less than or equal to[:] \[2\] but was \[3\]\. This limit can be set by changing the \[index.max_script_fields\] index level setting\./
0 commit comments