Skip to content

Commit 0dff3aa

Browse files
Increment esql function count (#134745)
In #134475 we added another ES|QL function, but forgot to increment the expected function count in the "60_usage/Basic ESQL usage output (telemetry) non-snapshot version" test, causing release tests to fail. This PR fixes that.
1 parent 28f8850 commit 0dff3aa

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql

1 file changed

+1
-1
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ setup:
226226
- gt: {esql.functions.to_long: $functions_to_long}
227227
- match: {esql.functions.coalesce: $functions_coalesce}
228228
- gt: {esql.functions.categorize: $functions_categorize}
229-
- length: {esql.functions: 150} # check the "sister" test above for a likely update to the same esql.functions length check
229+
- length: {esql.functions: 151} # check the "sister" test above for a likely update to the same esql.functions length check
230230

231231
---
232232
took:

0 commit comments

Comments
 (0)