We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2383df6 commit 6fc1f71Copy full SHA for 6fc1f71
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/190_lookup_join.yml
@@ -1,7 +1,7 @@
1
---
2
setup:
3
- requires:
4
- test_runner_features: [capabilities]
+ test_runner_features: [capabilities, contains]
5
capabilities:
6
- method: POST
7
path: /_query
@@ -75,4 +75,4 @@ non-lookup index:
75
catch: "bad_request"
76
77
- match: { error.type: "verification_exception" }
78
- - match: { error.reason: "Found 1 problem\nline 1:43: invalid [test] resolution in lookup mode to an index in [standard] mode" }
+ - contains: { error.reason: "Found 1 problem\nline 1:43: invalid [test] resolution in lookup mode to an index in [standard] mode" }
0 commit comments