Skip to content

Commit dd447d3

Browse files
committed
Fix tests
1 parent 21fe40d commit dd447d3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/VerifierTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2158,7 +2158,6 @@ public void testFullTextFunctionsInStats() {
21582158
checkFullTextFunctionsInStats("title : \"Meditation\"");
21592159
checkFullTextFunctionsInStats("qstr(\"title: Meditation\")");
21602160
checkFullTextFunctionsInStats("kql(\"title: Meditation\")");
2161-
checkFullTextFunctionsInStats("match_phrase(title, \"Meditation\")");
21622161
if (EsqlCapabilities.Cap.KNN_FUNCTION.isEnabled()) {
21632162
checkFullTextFunctionsInStats("knn(vector, [0, 1, 2])");
21642163
}

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
@@ -101,7 +101,7 @@ setup:
101101
- gt: {esql.functions.to_long: $functions_to_long}
102102
- match: {esql.functions.coalesce: $functions_coalesce}
103103
# Testing for the entire function set isn't feasible, so we just check that we return the correct count as an approximation.
104-
- length: {esql.functions: 145} # check the "sister" test below for a likely update to the same esql.functions length check
104+
- length: {esql.functions: 146} # check the "sister" test below for a likely update to the same esql.functions length check
105105

106106
---
107107
"Basic ESQL usage output (telemetry) non-snapshot version":

0 commit comments

Comments
 (0)