@@ -290,7 +290,7 @@ tests:
290290 method : testOneRemoteClusterPartial
291291 issue : https://github.com/elastic/elasticsearch/issues/124055
292292- class : org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
293- method : test {lookup-join.MvJoinKeyOnTheLookupIndex ASYNC }
293+ method : test {csv-spec: lookup-join.MvJoinKeyOnTheLookupIndex}
294294 issue : https://github.com/elastic/elasticsearch/issues/128030
295295- class : org.elasticsearch.packaging.test.EnrollmentProcessTests
296296 method : test20DockerAutoFormCluster
@@ -314,11 +314,8 @@ tests:
314314 method : testEarlyTermination
315315 issue : https://github.com/elastic/elasticsearch/issues/128721
316316- class : org.elasticsearch.xpack.esql.qa.single_node.GenerativeForkIT
317- method : test {lookup-join.EnrichLookupStatsBug ASYNC }
317+ method : test {csv-spec: lookup-join.EnrichLookupStatsBug}
318318 issue : https://github.com/elastic/elasticsearch/issues/129228
319- - class : org.elasticsearch.xpack.esql.qa.single_node.GenerativeForkIT
320- method : test {lookup-join.EnrichLookupStatsBug SYNC}
321- issue : https://github.com/elastic/elasticsearch/issues/129229
322319- class : org.elasticsearch.xpack.esql.qa.single_node.GenerativeForkIT
323320 method : test {lookup-join.MultipleBatches*
324321 issue : https://github.com/elastic/elasticsearch/issues/129210
@@ -363,7 +360,7 @@ tests:
363360 method : testWriteCanRejectOnPrimaryBasedOnMaxOperationSize
364361 issue : https://github.com/elastic/elasticsearch/issues/130281
365362- class : org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
366- method : test {lookup-join.MvJoinKeyOnFrom SYNC }
363+ method : test {csv-spec: lookup-join.MvJoinKeyOnFrom}
367364 issue : https://github.com/elastic/elasticsearch/issues/130296
368365- class : org.elasticsearch.xpack.esql.inference.bulk.BulkInferenceExecutorTests
369366 method : testSuccessfulExecution
@@ -378,7 +375,7 @@ tests:
378375 method : failed tasks output logged to console when spooling true
379376 issue : https://github.com/elastic/elasticsearch/issues/119509
380377- class : org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT
381- method : test {lookup-join.MvJoinKeyFromRow ASYNC }
378+ method : test {csv-spec: lookup-join.MvJoinKeyFromRow}
382379 issue : https://github.com/elastic/elasticsearch/issues/130642
383380- class : org.elasticsearch.indices.stats.IndexStatsIT
384381 method : testFilterCacheStats
@@ -390,7 +387,7 @@ tests:
390387 method : testOpenContextsAfterRejections
391388 issue : https://github.com/elastic/elasticsearch/issues/130821
392389- class : org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
393- method : test {lookup-join.MvJoinKeyOnFromAfterStats ASYNC }
390+ method : test {csv-spec: lookup-join.MvJoinKeyOnFromAfterStats}
394391 issue : https://github.com/elastic/elasticsearch/issues/131148
395392- class : org.elasticsearch.xpack.esql.ccq.MultiClustersIT
396393 method : testLookupJoinAliases
@@ -533,6 +530,9 @@ tests:
533530- class : org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT
534531 method : test
535532 issue : https://github.com/elastic/elasticsearch/issues/132273
533+ - class : org.elasticsearch.common.logging.JULBridgeTests
534+ method : testThrowable
535+ issue : https://github.com/elastic/elasticsearch/issues/132280
536536
537537# Examples:
538538#
@@ -564,7 +564,6 @@ tests:
564564# issue: "https://github.com/elastic/elasticsearch/..."
565565# Note that this mutes for the unit-test-like CsvTests only.
566566# Muting all the integration tests can be done using the class "org.elasticsearch.xpack.esql.**".
567- # Consider however, that some tests are named as "test {file.test SYNC}" and "ASYNC" in the integration tests.
568567# To mute all 3 tests safely everywhere use:
569568# - class: "org.elasticsearch.xpack.esql.**"
570569# method: "test {union_types.MultiIndexIpStringStatsInline}"
0 commit comments