Skip to content

Commit 352db86

Browse files
ES|QL: Fix generative tests (#127469)
1 parent eb479e5 commit 352db86

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

muted-tests.yml

-3
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,6 @@ tests:
420420
- class: org.elasticsearch.xpack.esql.plugin.DataNodeRequestSenderIT
421421
method: testSearchWhileRelocating
422422
issue: https://github.com/elastic/elasticsearch/issues/127188
423-
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
424-
method: test
425-
issue: https://github.com/elastic/elasticsearch/issues/127157
426423
- class: org.elasticsearch.geometry.utils.SpatialEnvelopeVisitorTests
427424
method: testVisitGeoPointsWrapping
428425
issue: https://github.com/elastic/elasticsearch/issues/123425

x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/generative/GenerativeRestTest.java

+4-2
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,12 @@ public abstract class GenerativeRestTest extends ESRestTestCase {
5050
// Awaiting fixes
5151
"Unknown column \\[<all-fields-projected>\\]", // https://github.com/elastic/elasticsearch/issues/121741,
5252
"Plan \\[ProjectExec\\[\\[<no-fields>.* optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/125866
53-
"token recognition error at: '``", // https://github.com/elastic/elasticsearch/issues/125870
54-
// https://github.com/elastic/elasticsearch/issues/127167
53+
"token recognition error at: ", // https://github.com/elastic/elasticsearch/issues/125870
54+
// https://github.com/elastic/elasticsearch/issues/127167
5555
"optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/116781
5656
"No matches found for pattern", // https://github.com/elastic/elasticsearch/issues/126418
57+
"Unknown column", // https://github.com/elastic/elasticsearch/issues/127467
58+
"only supports KEYWORD or TEXT values", // https://github.com/elastic/elasticsearch/issues/127468
5759
"The incoming YAML document exceeds the limit:" // still to investigate, but it seems to be specific to the test framework
5860
);
5961

0 commit comments

Comments
 (0)