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: x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/200_queries.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,13 @@ List with no running queries:
28
28
---
29
29
Get with invalid task ID:
30
30
- do:
31
-
catch: /malformed task id foobar/
31
+
catch: /invalid id[:] \[foobar\]/
32
32
esql.get_query:
33
33
id: "foobar"
34
34
35
35
---
36
36
Get with non-existent task ID:
37
37
- do:
38
-
catch: /task \[foobar:1234\] belongs to the node \[foobar\] which isn't part of the cluster and there is no record of the task/
38
+
catch: /task \[X1naBAymScGJ3z-YK6l2nw:52\] belongs to the node \[X1naBAymScGJ3z-YK6l2nw\] which isn't part of the cluster and there is no record of the task/
0 commit comments