Skip to content

Commit

Permalink
update function count
Browse files Browse the repository at this point in the history
  • Loading branch information
idegtiarenko committed Dec 13, 2024
1 parent 8dfca90 commit be91871
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ setup:
- gt: {esql.functions.to_long: $functions_to_long}
- match: {esql.functions.coalesce: $functions_coalesce}
# Testing for the entire function set isn't feasbile, so we just check that we return the correct count as an approximation.
- length: {esql.functions: 129} # check the "sister" test below for a likely update to the same esql.functions length check
- length: {esql.functions: 130} # check the "sister" test below for a likely update to the same esql.functions length check

---
"Basic ESQL usage output (telemetry) non-snapshot version":
Expand Down Expand Up @@ -163,4 +163,4 @@ setup:
- match: {esql.functions.cos: $functions_cos}
- gt: {esql.functions.to_long: $functions_to_long}
- match: {esql.functions.coalesce: $functions_coalesce}
- length: {esql.functions: 125} # check the "sister" test above for a likely update to the same esql.functions length check
- length: {esql.functions: 126} # check the "sister" test above for a likely update to the same esql.functions length check

0 comments on commit be91871

Please sign in to comment.