Skip to content

Commit e00112a

Browse files
committed
Update muted tests after method name changes
1 parent f88bf96 commit e00112a

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

muted-tests.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -561,11 +558,10 @@ tests:
561558
# issue: "https://github.com/elastic/elasticsearch/..."
562559
# Note that this mutes for the unit-test-like CsvTests only.
563560
# 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.
565561
# To mute all 3 tests safely everywhere use:
566562
# - class: "org.elasticsearch.xpack.esql.**"
567563
# method: "test {union_types.MultiIndexIpStringStatsInline}"
568564
# issue: "https://github.com/elastic/elasticsearch/..."
569565
# - class: "org.elasticsearch.xpack.esql.**"
570566
# method: "test {union_types.MultiIndexIpStringStatsInline *}"
571-
# issue: "https://github.com/elastic/elasticsearch/..."
567+
# issue: "https://github.com/elastic/elasticsearch/..."

0 commit comments

Comments
 (0)