Skip to content

Commit e4ff3f8

Browse files
ES|QL: fix generative tests (elastic#131283)
1 parent fa6e3e7 commit e4ff3f8

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

muted-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -523,9 +523,6 @@ tests:
523523
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
524524
method: test {lookup-join.MvJoinKeyOnFromAfterStats ASYNC}
525525
issue: https://github.com/elastic/elasticsearch/issues/131148
526-
- class: org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT
527-
method: test
528-
issue: https://github.com/elastic/elasticsearch/issues/131154
529526
- class: org.elasticsearch.index.engine.ThreadPoolMergeExecutorServiceDiskSpaceTests
530527
method: testEnqueuedMergeTasksAreUnblockedWhenEstimatedMergeSizeChanges
531528
issue: https://github.com/elastic/elasticsearch/issues/131165
@@ -538,9 +535,6 @@ tests:
538535
- class: org.elasticsearch.packaging.test.DockerTests
539536
method: test090SecurityCliPackaging
540537
issue: https://github.com/elastic/elasticsearch/issues/131107
541-
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
542-
method: test
543-
issue: https://github.com/elastic/elasticsearch/issues/131154
544538

545539
# Examples:
546540
#

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public abstract class GenerativeRestTest extends ESRestTestCase {
4040
"Cannot use field \\[.*\\] due to ambiguities",
4141
"cannot sort on .*",
4242
"argument of \\[count.*\\] must",
43-
"Cannot use field \\[.*\\] with unsupported type \\[.*_range\\]",
43+
"Cannot use field \\[.*\\] with unsupported type \\[.*\\]",
4444
"Unbounded sort not supported yet",
4545
"The field names are too complex to process", // field_caps problem
4646
"must be \\[any type except counter types\\]", // TODO refine the generation of count()

0 commit comments

Comments
 (0)