Skip to content

Commit 2400b7a

Browse files
committed
Fix telemetry test
1 parent dd09bf8 commit 2400b7a

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ setup:
4141
- sum_over_time
4242
- count_over_time
4343
- distinct_over_time
44+
- cosine_vector_similarity_function
4445
reason: "Test that should only be executed on snapshot versions"
4546

4647
- do: {xpack.usage: {}}
@@ -130,7 +131,7 @@ setup:
130131
- match: {esql.functions.coalesce: $functions_coalesce}
131132
- gt: {esql.functions.categorize: $functions_categorize}
132133
# Testing for the entire function set isn't feasible, so we just check that we return the correct count as an approximation.
133-
- length: {esql.functions: 156} # check the "sister" test below for a likely update to the same esql.functions length check
134+
- length: {esql.functions: 157} # check the "sister" test below for a likely update to the same esql.functions length check
134135

135136
---
136137
"Basic ESQL usage output (telemetry) non-snapshot version":

0 commit comments

Comments
 (0)