Skip to content

Commit a5c52c5

Browse files
authored
ESQL: Mute only required mixed cluster tests (#116947)
Fix #116444. Relates #116945.
1 parent e4f4c95 commit a5c52c5

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

muted-tests.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ tests:
205205
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
206206
method: test {categorize.Categorize SYNC}
207207
issue: https://github.com/elastic/elasticsearch/issues/113722
208+
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
209+
method: test {categorize.Categorize ASYNC}
210+
issue: https://github.com/elastic/elasticsearch/issues/116373
208211
- class: org.elasticsearch.kibana.KibanaThreadPoolIT
209212
method: testBlockedThreadPoolsRejectUserRequests
210213
issue: https://github.com/elastic/elasticsearch/issues/113939
@@ -327,11 +330,21 @@ tests:
327330
issue: https://github.com/elastic/elasticsearch/issues/116542
328331
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
329332
issue: https://github.com/elastic/elasticsearch/issues/116817
330-
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
331-
issue: https://github.com/elastic/elasticsearch/issues/116444
332333
- class: org.elasticsearch.xpack.spatial.search.GeoGridAggAndQueryConsistencyIT
333334
method: testGeoShapeGeoHex
334335
issue: https://github.com/elastic/elasticsearch/issues/115705
336+
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
337+
method: test {spatial.CentroidFromAirportsAfterIntersectsCompoundPredicateNoDocValues SYNC}
338+
issue: https://github.com/elastic/elasticsearch/issues/116945
339+
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
340+
method: test {spatial.CentroidFromAirportsAfterIntersectsCompoundPredicateNoDocValues ASYNC}
341+
issue: https://github.com/elastic/elasticsearch/issues/116945
342+
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
343+
method: test {spatial.CentroidFromAirportsAfterIntersectsCompoundPredicateNotIndexedNorDocValues SYNC}
344+
issue: https://github.com/elastic/elasticsearch/issues/116945
345+
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
346+
method: test {spatial.CentroidFromAirportsAfterIntersectsCompoundPredicateNotIndexedNorDocValues ASYNC}
347+
issue: https://github.com/elastic/elasticsearch/issues/116945
335348

336349
# Examples:
337350
#

x-pack/plugin/esql/qa/testFixtures/src/main/resources/stats.csv-spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2468,6 +2468,7 @@ count:long |values:keyword |job_positions:keyword
24682468
;
24692469

24702470
prunedStatsFollowedByStats
2471+
required_capability: per_agg_filtering
24712472
from employees
24722473
| eval my_length = length(concat(first_name, null))
24732474
| stats count = count(my_length) where false,

0 commit comments

Comments
 (0)