Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,6 @@ tests:
- class: org.elasticsearch.search.query.QueryPhaseTimeoutTests
method: testBulkScorerTimeout
issue: https://github.com/elastic/elasticsearch/issues/127156
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
method: test
issue: https://github.com/elastic/elasticsearch/issues/127157
- class: org.elasticsearch.packaging.test.DockerTests
method: test026InstallBundledRepositoryPluginsViaConfigFile
issue: https://github.com/elastic/elasticsearch/issues/127158
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import org.junit.ClassRule;

/**
* This test generates random queries, runs them agains the CSV test dataset and checks that they don't throw unexpected exceptions.
* This test generates random queries, runs them against the CSV test dataset and checks that they don't throw unexpected exceptions.
*
* If muted, please:
* <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public abstract class GenerativeRestTest extends ESRestTestCase {
"Reference \\[.*\\] is ambiguous",
"Cannot use field \\[.*\\] due to ambiguities",
"cannot sort on .*",
"argument of \\[count_distinct\\(.*\\)\\] must",
"argument of \\[count.*\\] must",
"Cannot use field \\[.*\\] with unsupported type \\[.*_range\\]",
"Unbounded sort not supported yet",
"The field names are too complex to process", // field_caps problem
Expand All @@ -51,6 +51,7 @@ public abstract class GenerativeRestTest extends ESRestTestCase {
"Unknown column \\[<all-fields-projected>\\]", // https://github.com/elastic/elasticsearch/issues/121741,
"Plan \\[ProjectExec\\[\\[<no-fields>.* optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/125866
"token recognition error at: '``", // https://github.com/elastic/elasticsearch/issues/125870
// https://github.com/elastic/elasticsearch/issues/127167
"Unknown column \\[.*\\]", // https://github.com/elastic/elasticsearch/issues/126026
"optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/116781
"No matches found for pattern", // https://github.com/elastic/elasticsearch/issues/126418
Expand Down