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
Copy file name to clipboardExpand all lines: rest-api-spec/src/main/resources/rest-api-spec/test/search/30_limits.yml
+24-2Lines changed: 24 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -107,8 +107,8 @@ setup:
107
107
---
108
108
"Regexp length limit":
109
109
- skip:
110
-
version: " - 6.99.99"
111
-
reason: "The regex length limit was introduced in 7.0.0"
110
+
version: " - 6.3.99"
111
+
reason: "The regex length limit was introduced in 6.4.0"
112
112
113
113
- do:
114
114
catch: /The length of regex \[1110\] used in the Regexp Query request has exceeded the allowed maximum of \[1000\]\. This maximum can be set by changing the \[index.max_regex_length\] index level setting\./
0 commit comments