@@ -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
@@ -530,6 +527,12 @@ tests:
530527- class : org.elasticsearch.xpack.sql.qa.mixed_node.SqlCompatIT
531528 method : testNullsOrderWithMissingOrderSupportQueryingNewNode
532529 issue : https://github.com/elastic/elasticsearch/issues/132249
530+ - class : org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT
531+ method : test
532+ 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
533536
534537# Examples:
535538#
@@ -561,11 +564,10 @@ tests:
561564# issue: "https://github.com/elastic/elasticsearch/..."
562565# Note that this mutes for the unit-test-like CsvTests only.
563566# Muting all the integration tests can be done using the class "org.elasticsearch.xpack.esql.**".
564- # Consider however, that some tests are named as "test {file.test SYNC}" and "ASYNC" in the integration tests.
565567# To mute all 3 tests safely everywhere use:
566568# - class: "org.elasticsearch.xpack.esql.**"
567569# method: "test {union_types.MultiIndexIpStringStatsInline}"
568570# issue: "https://github.com/elastic/elasticsearch/..."
569571# - class: "org.elasticsearch.xpack.esql.**"
570572# method: "test {union_types.MultiIndexIpStringStatsInline *}"
571- # issue: "https://github.com/elastic/elasticsearch/..."
573+ # issue: "https://github.com/elastic/elasticsearch/..."
0 commit comments