Skip to content

Commit 80a4583

Browse files
committed
Make tests resilient against multi-nodes and serverless
Added SORT to the ES|QL queries
1 parent 490976b commit 80a4583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/65_enrich_geo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ setup:
7575
- "No limit defined, adding default limit of \\[.*\\]"
7676
esql.query:
7777
body:
78-
query: 'FROM regions | ENRICH locations-policy ON shape'
78+
query: 'FROM regions | ENRICH locations-policy ON shape | SORT region'
7979

8080
- match: { columns.0.name: "region" }
8181
- match: { columns.0.type: "keyword" }
@@ -142,7 +142,7 @@ setup:
142142
- "No limit defined, adding default limit of \\[.*\\]"
143143
esql.query:
144144
body:
145-
query: 'FROM regions | ENRICH locations-policy ON shape'
145+
query: 'FROM regions | ENRICH locations-policy ON shape | SORT region'
146146

147147
- match: { columns.0.name: "region" }
148148
- match: { columns.0.type: "keyword" }

0 commit comments

Comments
 (0)