-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Expand file tree
/
Copy pathmuted-tests.yml
More file actions
620 lines (619 loc) · 38.6 KB
/
Copy pathmuted-tests.yml
File metadata and controls
620 lines (619 loc) · 38.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
tests:
- class: org.elasticsearch.xpack.apmdata.APMYamlTestSuiteIT
method: test {yaml=/10_apm/Test template reinstallation}
issue: https://github.com/elastic/elasticsearch/issues/116445
- class: org.elasticsearch.action.admin.cluster.node.tasks.CancellableTasksIT
method: testChildrenTasksCancelledOnTimeout
issue: https://github.com/elastic/elasticsearch/issues/123568
- class: org.elasticsearch.xpack.profiling.action.GetStatusActionIT
method: testWaitsUntilResourcesAreCreated
issue: https://github.com/elastic/elasticsearch/issues/129486
- class: org.elasticsearch.xpack.inference.action.filter.ShardBulkInferenceActionFilterBasicLicenseIT
method: testLicenseInvalidForInference {p0=true}
issue: https://github.com/elastic/elasticsearch/issues/137690
- class: org.elasticsearch.xpack.inference.action.filter.ShardBulkInferenceActionFilterBasicLicenseIT
method: testLicenseInvalidForInference {p0=false}
issue: https://github.com/elastic/elasticsearch/issues/137691
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecSpatialIT
method: test {csv-spec:spatial.convertFromStringParseError}
issue: https://github.com/elastic/elasticsearch/issues/139213
- class: org.elasticsearch.xpack.analytics.cumulativecardinality.CumulativeCardinalityAggregatorTests
method: testSimple
issue: https://github.com/elastic/elasticsearch/issues/142408
- class: org.elasticsearch.xpack.esql.common.spatial.H3SphericalGeometryTests
method: testIndexPoints
issue: https://github.com/elastic/elasticsearch/issues/142439
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
method: test {feature:METRICS}
issue: https://github.com/elastic/elasticsearch/issues/153507
- class: org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT
method: test {feature:METRICS}
issue: https://github.com/elastic/elasticsearch/issues/153507
- class: org.elasticsearch.xpack.application.OpenAiServiceUpgradeIT
method: testOpenAiEmbeddings {upgradedNodes=3}
issue: https://github.com/elastic/elasticsearch/issues/144440
- class: org.elasticsearch.xpack.esql.planner.LocalExecutionPlannerTests
method: testLuceneTopNSourceOperator {estimatedRowSizeIsHuge=true}
issue: https://github.com/elastic/elasticsearch/issues/152799
- class: org.elasticsearch.xpack.esql.CsvIT
method: test {csv-spec:spatial.convertCartesianFromStringParseError}
issue: https://github.com/elastic/elasticsearch/issues/144580
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecSpatialShapesIT
method: test {csv-spec:spatial_shapes.convertFromStringParseError}
issue: https://github.com/elastic/elasticsearch/issues/144672
- class: org.elasticsearch.xpack.esql.CsvIT
method: test {csv-spec:spatial_shapes.convertFromStringParseError}
issue: https://github.com/elastic/elasticsearch/issues/145655
- class: org.elasticsearch.xpack.autoscaling.storage.ReactiveStorageIT
method: testScaleWhileShrinking
issue: https://github.com/elastic/elasticsearch/issues/145669
- class: org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvPercentileTests
method: "testEvaluateBlockWithNulls {TestCase=field: <random mv DEDUPLICATED_UNORDERD doubles>, percentile: <positive int>}"
issue: https://github.com/elastic/elasticsearch/issues/145886
- class: org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvPercentileTests
method: "testEvaluateBlockWithNulls {TestCase=field: <random mv DEDUPLICATED_AND_SORTED_ASCENDING doubles>, percentile: <positive int>}"
issue: https://github.com/elastic/elasticsearch/issues/145887
- class: org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvPercentileTests
method: "testEvaluateBlockWithNulls {TestCase=field: <random mv SORTED_ASCENDING doubles>, percentile: <positive int>}"
issue: https://github.com/elastic/elasticsearch/issues/145888
- class: org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvPercentileTests
method: "testEvaluateBlockWithNulls {TestCase=field: <random mv UNORDERED doubles>, percentile: <positive int>}"
issue: https://github.com/elastic/elasticsearch/issues/145889
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecLookupJoinIT
method: test {csv-spec:lookup-join.mvKeywordFieldJoinWarningsFromLeftSide}
issue: https://github.com/elastic/elasticsearch/issues/145904
- class: org.elasticsearch.cluster.routing.allocation.decider.WriteLoadConstraintDeciderIT
method: testMaxQueueLatencyMetricIsPublished
issue: https://github.com/elastic/elasticsearch/issues/146283
- class: org.elasticsearch.xpack.ml.integration.DatafeedJobsIT
method: testStopLookback_forceTrue_closeJobFalse
issue: https://github.com/elastic/elasticsearch/issues/146955
- class: org.elasticsearch.xpack.prometheus.PrometheusMetadataRestIT
method: testMultipleEntriesForSameMetricAcrossStreams
issue: https://github.com/elastic/elasticsearch/issues/147170
- class: org.elasticsearch.xpack.esql.expression.function.scalar.spatial.StSimplifyPreserveTopologyTests
method: testEvaluateBlockWithNulls
issue: https://github.com/elastic/elasticsearch/issues/147773
- class: org.elasticsearch.test.apmintegration.OtelAuditLogsIT
method: testAuditEventArrivesAsOtlpLogRecord
issue: https://github.com/elastic/elasticsearch/issues/154330
# Examples:
#
# Mute a single test case in a YAML test suite:
# - class: org.elasticsearch.analysis.common.CommonAnalysisClientYamlTestSuiteIT
# method: test {yaml=analysis-common/30_tokenizers/letter}
# issue: https://github.com/elastic/elasticsearch/...
#
# Mute several methods of a Java test:
# - class: org.elasticsearch.common.CharArraysTests
# methods:
# - testCharsBeginsWith
# - testCharsToBytes
# - testConstantTimeEquals
# issue: https://github.com/elastic/elasticsearch/...
#
# Mute an entire test class:
# - class: org.elasticsearch.common.unit.TimeValueTests
# issue: https://github.com/elastic/elasticsearch/...
#
# Mute a single method in a test class:
# - class: org.elasticsearch.xpack.esql.expression.function.scalar.convert.ToIPTests
# method: testCrankyEvaluateBlockWithoutNulls
# issue: https://github.com/elastic/elasticsearch/...
#
# Mute a single test in an ES|QL csv-spec test file:
# - class: "org.elasticsearch.xpack.esql.CsvTests"
# method: "test {union_types.MultiIndexIpStringStatsInline}"
# issue: "https://github.com/elastic/elasticsearch/..."
# Note that this mutes for the unit-test-like CsvTests only.
# Muting all the integration tests can be done using the class "org.elasticsearch.xpack.esql.**".
# To mute all 3 tests safely everywhere use:
# - class: "org.elasticsearch.xpack.esql.**"
# method: "test {union_types.MultiIndexIpStringStatsInline}"
# issue: "https://github.com/elastic/elasticsearch/..."
# - class: "org.elasticsearch.xpack.esql.**"
# method: "test {union_types.MultiIndexIpStringStatsInline *}"
# issue: "https://github.com/elastic/elasticsearch/..."
- class: org.elasticsearch.xpack.stateless.engine.translog.StatelessTranslogIT
method: testTranslogMasterFailureOnlyStressRecoveryTest
issue: https://github.com/elastic/elasticsearch/issues/147835
- class: org.elasticsearch.xpack.stateless.cache.StatelessOnlinePrewarmingIT
method: testShardPrewarming
issue: https://github.com/elastic/elasticsearch/issues/147838
- class: org.elasticsearch.xpack.stateless.autoscaling.search.AutoscalingReplicaIT
method: testSearchSizeAffectsReplicasSPBetween100And250
issue: https://github.com/elastic/elasticsearch-serverless/issues/5731
- class: org.elasticsearch.xpack.stateless.objectstore.AzureMultiProjectObjectStoreIT
method: testObjectStoreSeparation
issue: https://github.com/elastic/elasticsearch-serverless/issues/6311
- class: org.elasticsearch.xpack.stateless.cache.SearchCommitPrefetcherIT
method: testForceCommitPrefetch
issue: https://github.com/elastic/elasticsearch/issues/147847
- class: org.elasticsearch.backwards.RareTermsIT
method: testSingleValuedString
issue: https://github.com/elastic/elasticsearch/issues/147853
- class: org.elasticsearch.search.aggregations.metrics.LargeTopHitsIT
method: test500Queries
issue: https://github.com/elastic/elasticsearch/issues/148056
- class: org.elasticsearch.xpack.stateless.StatelessHollowIndexShardsIT
method: testStressWithRelocationFailures
issue: https://github.com/elastic/elasticsearch/issues/148129
- class: org.elasticsearch.xpack.stateless.StatelessHollowIndexShardsIT
method: testStressWithoutFailures
issue: https://github.com/elastic/elasticsearch/issues/148310
- class: org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT
method: test {feature:UNMAPPED_FIELDS_LOAD}
issue: https://github.com/elastic/elasticsearch/issues/148619
- class: org.elasticsearch.xpack.esql.optimizer.rules.logical.local.ReplaceDateTruncBucketWithRoundToTests
method: testRightClosedBucketIsNotSubstituted
issue: https://github.com/elastic/elasticsearch/issues/149133
- class: org.elasticsearch.xpack.stateless.engine.translog.StatelessTranslogIT
method: testTranslogLocalFailureOnlyStressRecoveryTest
issue: https://github.com/elastic/elasticsearch/issues/149343
- class: org.elasticsearch.xpack.esql.qa.csv.CsvFormatSpecIT
method: test {csv-spec:csv-union-by-name.* [LOCAL]}
issue: https://github.com/elastic/elasticsearch/issues/149482
- class: org.elasticsearch.gateway.PersistedClusterStateServiceTests
method: testLimitsFileCount
issue: https://github.com/elastic/elasticsearch/issues/149557
- class: org.elasticsearch.xpack.ml.integration.RevertModelSnapshotIT
method: testRevertModelSnapshot
issue: https://github.com/elastic/elasticsearch/issues/147383
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeRandomMappingIT
method: test
issue: https://github.com/elastic/elasticsearch/issues/148190
- class: org.elasticsearch.indices.state.OpenCloseIndexIT
method: testTranslogStats
issue: https://github.com/elastic/elasticsearch/issues/149852
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIntsIT
method: test {csv-spec:ints.valuesLongGrouped}
issue: https://github.com/elastic/elasticsearch/issues/149905
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
method: test {feature:UNMAPPED_FIELDS_LOAD}
issue: https://github.com/elastic/elasticsearch/issues/148619
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecLookupJoinIT
method: test {csv-spec:lookup-join.floatEqualsDouble}
issue: https://github.com/elastic/elasticsearch/issues/149952
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecK8sTimeseriesCountDistinctOverTimeIT
method: test {csv-spec:k8s-timeseries-count-distinct-over-time.valuesNull}
issue: https://github.com/elastic/elasticsearch/issues/149961
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecK8sTimeseriesCountDistinctOverTimeIT
method: test {csv-spec:k8s-timeseries-count-distinct-over-time.countDistinctNull}
issue: https://github.com/elastic/elasticsearch/issues/149962
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecWhereLikeIT
method: test {csv-spec:where-like.likePrefixSuffix}
issue: https://github.com/elastic/elasticsearch/issues/149964
- class: org.elasticsearch.xpack.esql.CsvIT
method: test {csv-spec:k8s-timeseries-increase.increase_of_double_no_grouping_promql}
issue: https://github.com/elastic/elasticsearch/issues/150045
- class: org.elasticsearch.xpack.esql.heap_attack.HeapAttackIT
method: testGroupOnManyLongs
issue: https://github.com/elastic/elasticsearch/issues/150104
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecK8sTimeseriesCountDistinctOverTimeIT
method: test {csv-spec:k8s-timeseries-count-distinct-over-time.countDistinctNull}
issue: https://github.com/elastic/elasticsearch/issues/150187
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecK8sTimeseriesCountDistinctOverTimeIT
method: test {csv-spec:k8s-timeseries-count-distinct-over-time.valuesNull}
issue: https://github.com/elastic/elasticsearch/issues/150188
- class: org.elasticsearch.index.reindex.ReindexRelocationOnShutdownIT
method: testReindexTaskRelocatesOnNodeShutdown
issue: https://github.com/elastic/elasticsearch/issues/150294
- class: org.elasticsearch.index.reindex.ReindexRelocationOnShutdownIT
method: testReindexTaskFailsWhenDataNodeIsShuttingDownAndTaskDoesNotFinishInTime
issue: https://github.com/elastic/elasticsearch/issues/150295
- class: org.elasticsearch.xpack.stateless.engine.translog.StatelessTranslogIT
method: testTranslogStressRecoveryTest
issue: https://github.com/elastic/elasticsearch/issues/150297
- class: org.elasticsearch.repositories.gcs.GoogleCloudStorageBlobContainerRetriesTests
method: testWriteLargeBlob
issue: https://github.com/elastic/elasticsearch/issues/150356
- class: org.elasticsearch.xpack.esql.action.FileSourceSecretDecryptionAcrossNodesIT
method: testJoinedDataNodeDecryptsTheSecret
issue: https://github.com/elastic/elasticsearch/issues/150440
- class: org.elasticsearch.upgrades.TransformSurvivesUpgradeIT
method: testTransformRollingUpgrade
issue: https://github.com/elastic/elasticsearch/issues/150442
- class: org.elasticsearch.compute.aggregation.SumLongAggregatorFunctionTests
method: testOverflowFails
issue: https://github.com/elastic/elasticsearch/issues/150455
- class: org.elasticsearch.xpack.stateless.recovery.BlockRefreshUponIndexCreationIT
method: testRefreshesAreBlockedUntilBlockIsRemoved
issue: https://github.com/elastic/elasticsearch/issues/150492
- class: org.elasticsearch.xpack.ml.integration.DatafeedCcsIT
method: testDatafeedWithCcsRemoteUnavailable
issue: https://github.com/elastic/elasticsearch/issues/150541
- class: org.elasticsearch.multiproject.test.XpackWithMultipleProjectsClientYamlTestSuiteIT
method: test {yaml=ml/data_frame_analytics_crud/Test put classification given max_trees is greater than 2k}
issue: https://github.com/elastic/elasticsearch/issues/150629
- class: org.elasticsearch.xpack.stateless.recovery.BlockRefreshUponIndexCreationIT
method: testRefreshBlockRemovedAfterDelay
issue: https://github.com/elastic/elasticsearch/issues/150662
- class: org.elasticsearch.xpack.eql.qa.ccs_rolling_upgrade.EqlCcsRollingUpgradeIT
method: testSequences
issue: https://github.com/elastic/elasticsearch/issues/150762
- class: org.elasticsearch.xpack.esql.core.anonymizer.AnonymizationContextTests
method: testNullClusterUuidDoesNotNpe
issue: https://github.com/elastic/elasticsearch/issues/150887
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecTopNIT
method: test {csv-spec:topN.topNLongRangeWildcardSort}
issue: https://github.com/elastic/elasticsearch/issues/150874
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecUnionTypesIT
method: test {csv-spec:union_types.singleIndexIpStats}
issue: https://github.com/elastic/elasticsearch/issues/150982
- class: org.elasticsearch.xpack.stateless.StatelessHollowIndexShardsIT
method: testUnhollowOnUpdates
issue: https://github.com/elastic/elasticsearch/issues/151100
- class: org.elasticsearch.xpack.ccr.CcrTimeSeriesDataStreamsIT
method: testCrossClusterReplicationForTSDBWithSyntheticId
issue: https://github.com/elastic/elasticsearch/issues/151326
- class: org.elasticsearch.xpack.esql.optimizer.promql.PromqlGoldenTests
method: testBinaryWithDifferentSelectors
issue: https://github.com/elastic/elasticsearch/issues/151327
- class: org.elasticsearch.xpack.stateless.cluster.coordination.TransportConsistentClusterStateReadIT
method: testWaitsUntilTheNodeRejoinsTheClusterToReturnAValidClusterState
issue: https://github.com/elastic/elasticsearch/issues/151402
- class: org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT
method: test {p0=esql/160_union_types/load four indices with single conversion function TO_IP}
issue: https://github.com/elastic/elasticsearch/issues/151413
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
method: test {feature:SUBQUERIES}
issue: https://github.com/elastic/elasticsearch/issues/149681
- class: org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT
method: test {feature:SUBQUERIES}
issue: https://github.com/elastic/elasticsearch/issues/149681
- class: org.elasticsearch.datastreams.lifecycle.ExplainDataStreamLifecycleIT
method: testExplainFailuresLifecycle
issue: https://github.com/elastic/elasticsearch/issues/151602
- class: org.elasticsearch.xpack.searchablesnapshots.cache.blob.SearchableSnapshotsBlobStoreCacheMaintenanceIntegTests
method: testCleanUpMigratedSystemIndexAfterIndicesAreDeleted
issue: https://github.com/elastic/elasticsearch/issues/151732
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
method: test {p0=aggregations/terms/Double test}
issue: https://github.com/elastic/elasticsearch/issues/151793
- class: org.elasticsearch.xpack.searchablesnapshots.cache.blob.SearchableSnapshotsBlobStoreCacheMaintenanceIntegTests
method: testCleanUpAfterIndicesAreDeleted
issue: https://github.com/elastic/elasticsearch/issues/151819
- class: org.elasticsearch.cluster.ClusterInfoServiceIT
method: testMaxQueueLatenciesInClusterInfo
issue: https://github.com/elastic/elasticsearch/issues/151837
- class: org.elasticsearch.xpack.stateless.commits.StatelessFileDeletionIT
method: testDeleteIndexAfterRecovery
issue: https://github.com/elastic/elasticsearch/issues/151884
- class: org.elasticsearch.xpack.stateless.cache.SearchCommitPrefetcherIT
method: testSearchNodePrefetchesOnlyLatestGenerationOnFirstCommitNotification
issue: https://github.com/elastic/elasticsearch/issues/151992
- class: org.elasticsearch.snapshots.SnapshotStressTestsIT
method: testRandomActivities
issue: https://github.com/elastic/elasticsearch/issues/152005
- class: org.elasticsearch.upgrades.MlMappingsUpgradeIT
method: testMappingsUpgrade
issue: https://github.com/elastic/elasticsearch/issues/152115
- class: org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT
method: test {feature:SUBQUERIES}
issue: https://github.com/elastic/elasticsearch/issues/149681
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
method: test {feature:SUBQUERIES}
issue: https://github.com/elastic/elasticsearch/issues/149681
- class: org.elasticsearch.xpack.esql.action.ExternalSourceProfileIT
method: testCsvCountStarScansColdThenSkipsWarm
issue: https://github.com/elastic/elasticsearch/issues/152132
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecDateRangeIT
method: test {csv-spec:date_range.rangeWithinPointMultiValueSomeMatch}
issue: https://github.com/elastic/elasticsearch/issues/152267
- class: org.elasticsearch.reindex.management.CancelTasksRelocationIT
method: testCancelAllReindexTasksByActionWithMixedRelocationState
issue: https://github.com/elastic/elasticsearch/issues/152291
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {yaml=ml/delete_expired_data/Test delete expired data with path parameters}
issue: https://github.com/elastic/elasticsearch/issues/152311
- class: org.elasticsearch.xpack.esql.expression.function.aggregate.SumSerializationTests
method: testSerializeSumWithOverflowingLongSupplier
issue: https://github.com/elastic/elasticsearch/issues/152506
- class: org.elasticsearch.xpack.stateless.recovery.IndexingShardRelocationIT
method: testRelocatingIndexShardFetchesFirstRegionOnly
issue: https://github.com/elastic/elasticsearch/issues/152526
- class: org.elasticsearch.xpack.stateless.commits.VirtualBatchedCompoundCommitsIT
method: testGetVirtualBatchedCompoundCommitChunkFailureWhenIndexIsDeleted
issue: https://github.com/elastic/elasticsearch/issues/152539
- class: org.elasticsearch.xpack.stateless.StatelessRealTimeGetIT
method: testStress
issue: https://github.com/elastic/elasticsearch/issues/152671
- class: org.elasticsearch.index.codec.tsdb.DISIAccumulatorTests
method: testRandom
issue: https://github.com/elastic/elasticsearch/issues/152677
- class: org.elasticsearch.xpack.stateless.StatelessHollowIndexShardsIT
method: testCloseWhileShardsAreHollowed
issue: https://github.com/elastic/elasticsearch/issues/151861
- class: org.elasticsearch.xpack.encryption.KeyRotationIT
method: testRotationCycleWithNoHandlers
issue: https://github.com/elastic/elasticsearch/issues/152913
- class: org.elasticsearch.repositories.azure.AzureBlobContainerRetriesTests
method: testWriteLargeBlob
issue: https://github.com/elastic/elasticsearch/issues/152914
- class: org.elasticsearch.reindex.management.ReindexCancelRelocationIT
method: testCancelReindexCancelsRelocatedTaskByOriginalTaskId
issue: https://github.com/elastic/elasticsearch/issues/152925
- class: org.elasticsearch.xpack.encryption.KeyRotationIT
method: testEachInstallOrRotationAddsExactlyOneNewKey
issue: https://github.com/elastic/elasticsearch/issues/153024
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
method: test {csv-spec:lookup-join.mvKeywordFieldJoinWarningsFromRightSideWhenNotKept}
issue: https://github.com/elastic/elasticsearch/issues/153046
- class: org.elasticsearch.xpack.stateless.reshard.StatelessReshardIT
method: testMultiTermVectorsApiRealtimeGet
issue: https://github.com/elastic/elasticsearch/issues/150101
- class: org.elasticsearch.xpack.stateless.StatelessHollowIndexShardsIT
method: testRelocateHollowableShardWithConnectionFailure
issue: https://github.com/elastic/elasticsearch/issues/153156
- class: org.elasticsearch.xpack.esql.action.FromDatasetIT
method: testNdjsonBadDateTokenHonorsErrorPolicyMatchingColumnar
issue: https://github.com/elastic/elasticsearch/issues/153158
- class: org.elasticsearch.xpack.stateless.reshard.StatelessReshardIT
method: testSourceRelocationAndTargetRestart
issue: https://github.com/elastic/elasticsearch/issues/153173
- class: org.elasticsearch.xpack.esql.action.FromDatasetIT
method: testColumnarBadDateTokenNullsCellEagerAndDeferred
issue: https://github.com/elastic/elasticsearch/issues/153187
- class: org.elasticsearch.xpack.esql.datasources.StreamingParallelParsingCoordinatorTests
method: testConcurrentProducerLoopsThroughStatsCapturingWrapperDoNotDeadlock
issue: https://github.com/elastic/elasticsearch/issues/153210
- class: org.elasticsearch.xpack.stateless.commits.StatelessClusterIntegrityStressIT
method: testRandomActivities
issue: https://github.com/elastic/elasticsearch/issues/147841
- class: org.elasticsearch.xpack.stateless.cache.SharedBlobCacheWarmingServiceTests
method: testShardRecoveryWarmingPropagatesTimestamp
issue: https://github.com/elastic/elasticsearch/issues/153223
- class: org.elasticsearch.xpack.stateless.reshard.StatelessReshardIT
method: testTermVectorsApiRealtimeGet
issue: https://github.com/elastic/elasticsearch/issues/153282
- class: org.elasticsearch.xpack.spatial.search.aggregations.metrics.InternalCartesianCentroidTests
method: testReduceRandom
issue: https://github.com/elastic/elasticsearch/issues/153353
- class: org.elasticsearch.xpack.transform.integration.TransformCrossProjectIT
method: testUpdateTransformWithProjectRouting
issue: https://github.com/elastic/elasticsearch/issues/147534
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
method: "test {p0=mapping/70_columnar_prefix_dynamic_properties/columnar: no prefix_properties when dynamic is only set at root level}"
issue: https://github.com/elastic/elasticsearch/issues/153390
- class: org.elasticsearch.upgrades.DataStreamsUpgradeIT
method: testDataStreamValidationDoesNotBreakUpgrade
issue: https://github.com/elastic/elasticsearch/issues/153413
- class: org.elasticsearch.upgrades.DataStreamsUpgradeIT
method: testDataStreams
issue: https://github.com/elastic/elasticsearch/issues/153414
- class: org.elasticsearch.upgrades.DataStreamsUpgradeIT
method: testMigrateDoesNotRestartOnUpgrade
issue: https://github.com/elastic/elasticsearch/issues/153415
- class: org.elasticsearch.upgrades.MLModelDeploymentsUpgradeIT
method: testTrainedModelDeployment
issue: https://github.com/elastic/elasticsearch/issues/153416
- class: org.elasticsearch.upgrades.IndexingIT
method: testIndexing
issue: https://github.com/elastic/elasticsearch/issues/140728
- class: org.elasticsearch.upgrades.MlAssignmentPlannerUpgradeIT
method: testMlAssignmentPlannerUpgrade
issue: https://github.com/elastic/elasticsearch/issues/153417
- class: org.elasticsearch.xpack.transform.checkpoint.TransformGetCheckpointIT
method: testGetCheckpointTimeoutExceeded
issue: https://github.com/elastic/elasticsearch/issues/150934
- class: org.elasticsearch.xpack.esql.CsvIT
method: test {csv-spec:k8s-timeseries.firstAndLastWithNullSort}
issue: https://github.com/elastic/elasticsearch/issues/153555
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecK8sTimeseriesIT
method: test {csv-spec:k8s-timeseries.firstAndLastWithNullSort}
issue: https://github.com/elastic/elasticsearch/issues/153565
- class: org.elasticsearch.xpack.esql.action.CrossClusterQueryIT
method: testRemoteFailureInlinestats
issue: https://github.com/elastic/elasticsearch/issues/153576
- class: org.elasticsearch.geometry.utils.CircleUtilsTests
method: testCreateRegularGeoShapePolygon
issue: https://github.com/elastic/elasticsearch/issues/153600
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecK8sTimeseriesIT
method: test {csv-spec:k8s-timeseries.firstAndLastWithNullSort}
issue: https://github.com/elastic/elasticsearch/issues/153613
- class: org.elasticsearch.xpack.esql.CsvFlattenedKeywordIT
method: test {csv-spec:scoring.testMatchAndQueryStringFunctionsWithScore}
issue: https://github.com/elastic/elasticsearch/issues/153614
- class: org.elasticsearch.xpack.esql.CsvFlattenedKeywordIT
method: test {csv-spec:k8s-timeseries.firstAndLastWithNullSort}
issue: https://github.com/elastic/elasticsearch/issues/153638
- class: org.elasticsearch.xpack.esql.datasources.AsyncExternalSourceBufferTests
method: testRecordInformationalWarningAppliesOneGlobalCapAcrossManyCallers
issue: https://github.com/elastic/elasticsearch/issues/153652
- class: org.elasticsearch.exponentialhistogram.ExponentialHistogramMergerTests
method: testDifferenceForCumulativeHistos
issue: https://github.com/elastic/elasticsearch/issues/153665
- class: org.elasticsearch.simdvec.internal.IndexInputUtilsTests
method: testES92ConstructorRejectsUnwrappedFilterIndexInput
issue: https://github.com/elastic/elasticsearch/issues/153738
- class: org.elasticsearch.simdvec.internal.IndexInputUtilsTests
method: testES92ConstructorAcceptsMMapInput
issue: https://github.com/elastic/elasticsearch/issues/153739
- class: org.elasticsearch.simdvec.internal.IndexInputUtilsTests
method: testES92ConstructorAcceptsDirectAccessInput
issue: https://github.com/elastic/elasticsearch/issues/153740
- class: org.elasticsearch.simdvec.internal.IndexInputUtilsTests
method: testES92ConstructorAcceptsPlainInput
issue: https://github.com/elastic/elasticsearch/issues/153741
- class: org.elasticsearch.xpack.esql.parser.ParamsParserTests
method: testMixedSingleDoubleParams
issue: https://github.com/elastic/elasticsearch/issues/153746
- class: org.elasticsearch.xpack.encryption.KeyRotationIT
method: testRotationCompletesWithMultipleHandlers
issue: https://github.com/elastic/elasticsearch/issues/153747
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {yaml=ml/inference_crud/Test delete already-deleted model returns 404 not 409}
issue: https://github.com/elastic/elasticsearch/issues/153812
- class: org.elasticsearch.xpack.esql.action.S3ManagedIdentityAuthIT
method: testManagedIdentityAuthReadsRowsAndUsesWorkloadIdentityCredential
issue: https://github.com/elastic/elasticsearch/issues/153820
- class: org.elasticsearch.xpack.esql.action.S3ManagedIdentityAuthIT
method: testQueryFailsWhenWrongCredentialIsUsed
issue: https://github.com/elastic/elasticsearch/issues/153821
- class: org.elasticsearch.action.RejectionActionIT
method: testSimulatedSearchRejectionLoad
issue: https://github.com/elastic/elasticsearch/issues/153848
- class: org.elasticsearch.xpack.stateless.StatelessAbortRunningMergesOnRelocationIT
method: testConcurrentForceMergeIsNotAborted
issue: https://github.com/elastic/elasticsearch/issues/153854
- class: org.elasticsearch.xpack.stateless.commits.VirtualBatchedCompoundCommitsIT
method: testGetVirtualBatchedCompoundCommitChunkFailureWhenIndexCloses
issue: https://github.com/elastic/elasticsearch/issues/153888
- class: org.elasticsearch.xpack.stateless.reshard.StatelessReshardMixedOperationsIT
method: testMixedOperationsDuringSplitWithDisruption
issue: https://github.com/elastic/elasticsearch/issues/153891
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecUnmappedLoadIT
method: test {csv-spec:unmapped-load.replaceUnmappedFieldFromEmptyMapping}
issue: https://github.com/elastic/elasticsearch/issues/153892
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecFuseIT
method: test {csv-spec:fuse.fuseWithRowLinearAndMultiValueScoreColumn}
issue: https://github.com/elastic/elasticsearch/issues/153902
- class: org.elasticsearch.xpack.esql.CsvIT
method: test {csv-spec:inlinestats.afterWhere}
issue: https://github.com/elastic/elasticsearch/issues/152591
- class: org.elasticsearch.xpack.esql.action.ExternalParquetCoercionWarningFloodIT
method: testDeclaredCoercionWarningsStayBoundedAcrossFanOut
issue: https://github.com/elastic/elasticsearch/issues/154023
- class: org.elasticsearch.xpack.ccr.CcrSeqNoPruningIT
method: testSeqNoPartiallyRetainedByCcrLease
issue: https://github.com/elastic/elasticsearch/issues/152498
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
method: "test {p0=mapping/70_columnar_prefix_dynamic_properties/logsdb_columnar: no prefix_properties when dynamic is only set at root level}"
issue: https://github.com/elastic/elasticsearch/issues/154062
- class: org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvPercentileTests
method: "testEvaluateInManyThreads {TestCase=field: <random mv DEDUPLICATED_AND_SORTED_ASCENDING doubles>, percentile: <positive int>}"
issue: https://github.com/elastic/elasticsearch/issues/154070
- class: org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvPercentileTests
method: "testEvaluateInManyThreads {TestCase=field: <random mv SORTED_ASCENDING doubles>, percentile: <positive int>}"
issue: https://github.com/elastic/elasticsearch/issues/154071
- class: org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvPercentileTests
method: "testEvaluateInManyThreads {TestCase=field: <random mv DEDUPLICATED_UNORDERD doubles>, percentile: <positive int>}"
issue: https://github.com/elastic/elasticsearch/issues/154072
- class: org.elasticsearch.xpack.esql.expression.function.scalar.multivalue.MvPercentileTests
method: "testEvaluateInManyThreads {TestCase=field: <random mv UNORDERED doubles>, percentile: <positive int>}"
issue: https://github.com/elastic/elasticsearch/issues/154073
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecSpatialShapesIT
method: test {csv-spec:spatial_shapes.convertFromStringParseError}
issue: https://github.com/elastic/elasticsearch/issues/154157
- class: org.elasticsearch.xpack.esql.action.FromDatasetIT
method: testWildcardSpanningIndexAndDatasetSucceeds
issue: https://github.com/elastic/elasticsearch/issues/154200
- class: org.elasticsearch.xpack.esql.optimizer.PhysicalPlanOptimizerTests
method: testMaxExpressionDepth_nestedAbs_minOverflow {default}
issue: https://github.com/elastic/elasticsearch/issues/154341
- class: org.elasticsearch.xpack.restart.MLModelDeploymentFullClusterRestartIT
method: testDeploymentSurvivesRestart {cluster=UPGRADED}
issue: https://github.com/elastic/elasticsearch/issues/151923
- class: org.elasticsearch.xpack.search.CrossClusterAsyncSearchIT
method: testClusterDetailsAfterCCSWithFailuresOnOneShardOnly_AllowPartialResultsFalse_MinimizeRoundtripsFalse
issue: https://github.com/elastic/elasticsearch/issues/154363
- class: org.elasticsearch.xpack.esql.optimizer.PhysicalPlanOptimizerTests
method: testMaxExpressionDepth_nestedAbs_maxAllowed {default}
issue: https://github.com/elastic/elasticsearch/issues/154380
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
method: "test {p0=mapping/70_columnar_prefix_dynamic_properties/logsdb_columnar: multiple sub-objects with all three supported dynamic values}"
issue: https://github.com/elastic/elasticsearch/issues/154464
- class: org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT
method: "test {yaml=mapping/70_columnar_prefix_dynamic_properties/logsdb_columnar: no prefix_properties when dynamic is only set at root level}"
issue: https://github.com/elastic/elasticsearch/issues/154537
- class: org.elasticsearch.xpack.remotecluster.RemoteClusterSecurityCcrMigrationIT
method: testRcs1SetupAgain
issue: https://github.com/elastic/elasticsearch/issues/154539
- class: org.elasticsearch.xpack.remotecluster.RemoteClusterSecurityCcrMigrationIT
method: testRcs2Setup
issue: https://github.com/elastic/elasticsearch/issues/154540
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
method: test {feature:BASELINE}
issue: https://github.com/elastic/elasticsearch/issues/154058
- class: org.elasticsearch.search.fetch.chunk.TransportFetchPhaseCoordinationActionTests
method: testDoExecuteReleasesRegistrationOnLastChunkDeserializationFailure
issue: https://github.com/elastic/elasticsearch/issues/154568
- class: org.elasticsearch.upgrades.DataStreamsUpgradeIT
method: testUpgradeDataStream
issue: https://github.com/elastic/elasticsearch/issues/154593
- class: org.elasticsearch.xpack.stateless.cache.SharedBlobCacheWarmingServiceTests
method: testPopulateCacheWithSharedSourceInputStreamFactory
issue: https://github.com/elastic/elasticsearch/issues/154597
- class: org.elasticsearch.search.CCSDuelIT
method: testShardFailures
issue: https://github.com/elastic/elasticsearch/issues/154600
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
method: test {p0=indices.sort/30_multi_value/Index Sort with doc_values multi_value false - integer}
issue: https://github.com/elastic/elasticsearch/issues/154602
- class: org.elasticsearch.xpack.stateless.recovery.BlockRefreshUponIndexCreationIT
method: testIndexWithZeroReplicasAndAutoExpandReplicasHasClusterBlocks
issue: https://github.com/elastic/elasticsearch/issues/154605
- class: org.elasticsearch.xpack.stateless.commits.StatelessCommitServiceTests
method: testFullyUploadedListenerDoesNotFireBeforeItsCopyCompletes
issue: https://github.com/elastic/elasticsearch/issues/154606
- class: org.elasticsearch.upgrades.SearchableSnapshotsRollingUpgradeIT
method: testMountPartialCopyAndRecoversCorrectly
issue: https://github.com/elastic/elasticsearch/issues/154614
- class: org.elasticsearch.upgrades.SearchableSnapshotsRollingUpgradeIT
method: testBlobStoreCacheWithFullCopyInMixedVersions
issue: https://github.com/elastic/elasticsearch/issues/154615
- class: org.elasticsearch.upgrades.SearchableSnapshotsRollingUpgradeIT
method: testMountFullCopyAndRecoversCorrectly
issue: https://github.com/elastic/elasticsearch/issues/154616
- class: org.elasticsearch.upgrades.SearchableSnapshotsRollingUpgradeIT
method: testBlobStoreCacheWithPartialCopyInMixedVersions
issue: https://github.com/elastic/elasticsearch/issues/154617
- class: org.elasticsearch.upgrades.TokenBackwardsCompatibilityIT
method: testAccessTokensWorkInMixedCluster
issue: https://github.com/elastic/elasticsearch/issues/154618
- class: org.elasticsearch.upgrades.TokenBackwardsCompatibilityIT
method: testTokensStayInvalidatedInMixedCluster
issue: https://github.com/elastic/elasticsearch/issues/154619
- class: org.elasticsearch.upgrades.TokenBackwardsCompatibilityIT
method: testInvalidatingTokensInMixedCluster
issue: https://github.com/elastic/elasticsearch/issues/154620
- class: org.elasticsearch.upgrades.TokenBackwardsCompatibilityIT
method: testTokensStayInvalidatedInUpgradedCluster
issue: https://github.com/elastic/elasticsearch/issues/154627
- class: org.elasticsearch.xpack.stateless.StatelessHollowIndexShardsIT
method: testStressWithRelocationOrObjectStoreFailures
issue: https://github.com/elastic/elasticsearch/issues/154655
- class: org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT
method: test {yaml=indices.create/10_basic/Create index with write aliases}
issue: https://github.com/elastic/elasticsearch/issues/154659
- class: org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT
method: test {feature:BASELINE}
issue: https://github.com/elastic/elasticsearch/issues/154058
- class: org.elasticsearch.xpack.stateless.snapshots.StatelessSnapshotResiliencyWithEnabledTests
method: testSuccessfulSnapshotWithConcurrentDynamicMappingUpdates
issue: https://github.com/elastic/elasticsearch/issues/154731
- class: org.elasticsearch.xpack.esql.action.ExternalCsvHivePartitionedIT
method: testCommaSeparatedResourceFirstFileWinsRoundTrips
issue: https://github.com/elastic/elasticsearch/issues/154662
- class: org.elasticsearch.xpack.remotecluster.RemoteClusterSecurityTransformMigrationIT
method: testRcs1SetupAgain
issue: https://github.com/elastic/elasticsearch/issues/154836
- class: org.elasticsearch.oldrepos.OldRepositoriesIT
issue: https://github.com/elastic/elasticsearch/issues/154229
- class: org.elasticsearch.xpack.esql.CsvIT
method: test {csv-spec:change_point.values null column}
issue: https://github.com/elastic/elasticsearch/issues/154877
- class: org.elasticsearch.cluster.routing.ShardRoutingTests
method: testEqualsIgnoringVersion
issue: https://github.com/elastic/elasticsearch/issues/154886
- class: org.elasticsearch.xpack.core.ml.datafeed.DatafeedUpdateTests
method: testIsUserInitiatedProjectRoutingChangeWhenRoutingNarrowsShouldReturnTrue
issue: https://github.com/elastic/elasticsearch/issues/154908
- class: org.elasticsearch.xpack.core.ml.datafeed.DatafeedUpdateTests
method: testIsUserInitiatedProjectRoutingChangeWhenRoutingOmittedShouldReturnFalse
issue: https://github.com/elastic/elasticsearch/issues/154909
- class: org.elasticsearch.xpack.core.ml.datafeed.DatafeedUpdateTests
method: testIsUserInitiatedProjectRoutingChangeWhenRoutingUnchangedShouldReturnFalse
issue: https://github.com/elastic/elasticsearch/issues/154910
- class: org.elasticsearch.xpack.core.ml.datafeed.DatafeedUpdateTests
method: testIsUserInitiatedProjectRoutingChangeWhenRoutingWidensShouldReturnTrue
issue: https://github.com/elastic/elasticsearch/issues/154911
- class: org.elasticsearch.packaging.test.ArchiveGenerateInitialCredentialsTests
method: test40VerifyAutogeneratedCredentials
issue: https://github.com/elastic/elasticsearch/issues/154510
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecChangePointIT
method: test {csv-spec:change_point.not enough buckets per group}
issue: https://github.com/elastic/elasticsearch/issues/154932
- class: org.elasticsearch.xpack.esql.analysis.AnalyzerSubqueryGoldenTests
method: testTSSubqueryInFromWithOuterTimeSeriesAggregate
issue: https://github.com/elastic/elasticsearch/issues/154940