muted-tests.yml 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649
  1. tests:
  2. - class: "org.elasticsearch.client.RestClientSingleHostIntegTests"
  3. issue: "https://github.com/elastic/elasticsearch/issues/102717"
  4. method: "testRequestResetAndAbort"
  5. - class: org.elasticsearch.packaging.test.PackagesSecurityAutoConfigurationTests
  6. method: test20SecurityNotAutoConfiguredOnReInstallation
  7. issue: https://github.com/elastic/elasticsearch/issues/112635
  8. - class: org.elasticsearch.xpack.sql.qa.single_node.JdbcSqlSpecIT
  9. method: test {case-functions.testSelectInsertWithLcaseAndLengthWithOrderBy}
  10. issue: https://github.com/elastic/elasticsearch/issues/112642
  11. - class: org.elasticsearch.xpack.sql.qa.single_node.JdbcSqlSpecIT
  12. method: test {case-functions.testUcaseInline1}
  13. issue: https://github.com/elastic/elasticsearch/issues/112641
  14. - class: org.elasticsearch.xpack.sql.qa.single_node.JdbcSqlSpecIT
  15. method: test {case-functions.testUpperCasingTheSecondLetterFromTheRightFromFirstName}
  16. issue: https://github.com/elastic/elasticsearch/issues/112640
  17. - class: org.elasticsearch.xpack.sql.qa.single_node.JdbcSqlSpecIT
  18. method: test {case-functions.testUcaseInline3}
  19. issue: https://github.com/elastic/elasticsearch/issues/112643
  20. - class: org.elasticsearch.xpack.sql.qa.security.JdbcSqlSpecIT
  21. method: test {case-functions.testUcaseInline1}
  22. issue: https://github.com/elastic/elasticsearch/issues/112641
  23. - class: org.elasticsearch.xpack.sql.qa.security.JdbcSqlSpecIT
  24. method: test {case-functions.testUcaseInline3}
  25. issue: https://github.com/elastic/elasticsearch/issues/112643
  26. - class: org.elasticsearch.xpack.sql.qa.security.JdbcSqlSpecIT
  27. method: test {case-functions.testUpperCasingTheSecondLetterFromTheRightFromFirstName}
  28. issue: https://github.com/elastic/elasticsearch/issues/112640
  29. - class: org.elasticsearch.xpack.sql.qa.security.JdbcSqlSpecIT
  30. method: test {case-functions.testSelectInsertWithLcaseAndLengthWithOrderBy}
  31. issue: https://github.com/elastic/elasticsearch/issues/112642
  32. - class: org.elasticsearch.packaging.test.WindowsServiceTests
  33. method: test30StartStop
  34. issue: https://github.com/elastic/elasticsearch/issues/113160
  35. - class: org.elasticsearch.packaging.test.WindowsServiceTests
  36. method: test33JavaChanged
  37. issue: https://github.com/elastic/elasticsearch/issues/113177
  38. - class: org.elasticsearch.packaging.test.WindowsServiceTests
  39. method: test80JavaOptsInEnvVar
  40. issue: https://github.com/elastic/elasticsearch/issues/113219
  41. - class: org.elasticsearch.packaging.test.WindowsServiceTests
  42. method: test81JavaOptsInJvmOptions
  43. issue: https://github.com/elastic/elasticsearch/issues/113313
  44. - class: org.elasticsearch.xpack.transform.integration.TransformIT
  45. method: testStopWaitForCheckpoint
  46. issue: https://github.com/elastic/elasticsearch/issues/106113
  47. - class: org.elasticsearch.xpack.remotecluster.RemoteClusterSecurityWithApmTracingRestIT
  48. method: testTracingCrossCluster
  49. issue: https://github.com/elastic/elasticsearch/issues/112731
  50. - class: org.elasticsearch.xpack.restart.MLModelDeploymentFullClusterRestartIT
  51. method: testDeploymentSurvivesRestart {cluster=UPGRADED}
  52. issue: https://github.com/elastic/elasticsearch/issues/115528
  53. - class: org.elasticsearch.xpack.shutdown.NodeShutdownIT
  54. method: testStalledShardMigrationProperlyDetected
  55. issue: https://github.com/elastic/elasticsearch/issues/115697
  56. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  57. method: test {p0=transform/transforms_start_stop/Verify start transform reuses destination index}
  58. issue: https://github.com/elastic/elasticsearch/issues/115808
  59. - class: org.elasticsearch.xpack.application.connector.ConnectorIndexServiceTests
  60. issue: https://github.com/elastic/elasticsearch/issues/116087
  61. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  62. method: test {p0=transform/transforms_start_stop/Test start already started transform}
  63. issue: https://github.com/elastic/elasticsearch/issues/98802
  64. - class: org.elasticsearch.xpack.shutdown.NodeShutdownIT
  65. method: testAllocationPreventedForRemoval
  66. issue: https://github.com/elastic/elasticsearch/issues/116363
  67. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  68. method: test {p0=snapshot/20_operator_privileges_disabled/Operator only settings can be set and restored by non-operator user when operator privileges is disabled}
  69. issue: https://github.com/elastic/elasticsearch/issues/116775
  70. - class: org.elasticsearch.search.basic.SearchWithRandomIOExceptionsIT
  71. method: testRandomDirectoryIOExceptions
  72. issue: https://github.com/elastic/elasticsearch/issues/114824
  73. - class: org.elasticsearch.xpack.apmdata.APMYamlTestSuiteIT
  74. method: test {yaml=/10_apm/Test template reinstallation}
  75. issue: https://github.com/elastic/elasticsearch/issues/116445
  76. - class: org.elasticsearch.xpack.inference.InferenceRestIT
  77. method: test {p0=inference/40_semantic_text_query/Query a field that uses the default ELSER 2 endpoint}
  78. issue: https://github.com/elastic/elasticsearch/issues/117027
  79. - class: org.elasticsearch.xpack.inference.InferenceRestIT
  80. method: test {p0=inference/30_semantic_text_inference/Calculates embeddings using the default ELSER 2 endpoint}
  81. issue: https://github.com/elastic/elasticsearch/issues/117349
  82. - class: org.elasticsearch.xpack.inference.InferenceRestIT
  83. method: test {p0=inference/30_semantic_text_inference_bwc/Calculates embeddings using the default ELSER 2 endpoint}
  84. issue: https://github.com/elastic/elasticsearch/issues/117349
  85. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  86. method: test {p0=transform/transforms_reset/Test reset running transform}
  87. issue: https://github.com/elastic/elasticsearch/issues/117473
  88. - class: org.elasticsearch.xpack.ml.integration.RegressionIT
  89. method: testTwoJobsWithSameRandomizeSeedUseSameTrainingSet
  90. issue: https://github.com/elastic/elasticsearch/issues/117805
  91. - class: org.elasticsearch.packaging.test.ArchiveTests
  92. method: test44AutoConfigurationNotTriggeredOnNotWriteableConfDir
  93. issue: https://github.com/elastic/elasticsearch/issues/118208
  94. - class: org.elasticsearch.packaging.test.ArchiveTests
  95. method: test51AutoConfigurationWithPasswordProtectedKeystore
  96. issue: https://github.com/elastic/elasticsearch/issues/118212
  97. - class: org.elasticsearch.xpack.ccr.rest.ShardChangesRestIT
  98. method: testShardChangesNoOperation
  99. issue: https://github.com/elastic/elasticsearch/issues/118800
  100. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  101. method: test {p0=transform/transforms_start_stop/Test start/stop/start transform}
  102. issue: https://github.com/elastic/elasticsearch/issues/119508
  103. - class: org.elasticsearch.smoketest.MlWithSecurityIT
  104. method: test {yaml=ml/sparse_vector_search/Test sparse_vector search with query vector and pruning config}
  105. issue: https://github.com/elastic/elasticsearch/issues/119548
  106. - class: org.elasticsearch.xpack.ml.integration.ForecastIT
  107. method: testOverflowToDisk
  108. issue: https://github.com/elastic/elasticsearch/issues/117740
  109. - class: org.elasticsearch.multi_cluster.MultiClusterYamlTestSuiteIT
  110. issue: https://github.com/elastic/elasticsearch/issues/119983
  111. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  112. method: test {p0=transform/transforms_unattended/Test unattended put and start}
  113. issue: https://github.com/elastic/elasticsearch/issues/120019
  114. - class: org.elasticsearch.xpack.security.QueryableReservedRolesIT
  115. method: testConfiguredReservedRolesAfterClosingAndOpeningIndex
  116. issue: https://github.com/elastic/elasticsearch/issues/120127
  117. - class: org.elasticsearch.xpack.ccr.FollowIndexSecurityIT
  118. method: testCleanShardFollowTaskAfterDeleteFollower
  119. issue: https://github.com/elastic/elasticsearch/issues/120339
  120. - class: org.elasticsearch.xpack.sql.expression.function.scalar.datetime.DateTimeToCharProcessorTests
  121. issue: https://github.com/elastic/elasticsearch/issues/120575
  122. - class: org.elasticsearch.xpack.inference.DefaultEndPointsIT
  123. method: testMultipleInferencesTriggeringDownloadAndDeploy
  124. issue: https://github.com/elastic/elasticsearch/issues/120668
  125. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  126. method: test {p0=ml/3rd_party_deployment/Test start deployment fails while model download in progress}
  127. issue: https://github.com/elastic/elasticsearch/issues/120810
  128. - class: org.elasticsearch.xpack.security.authc.service.ServiceAccountIT
  129. method: testAuthenticateShouldNotFallThroughInCaseOfFailure
  130. issue: https://github.com/elastic/elasticsearch/issues/120902
  131. - class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
  132. method: test {p0=nodes.stats/11_indices_metrics/indices mappings exact count test for indices level}
  133. issue: https://github.com/elastic/elasticsearch/issues/120950
  134. - class: org.elasticsearch.analysis.common.CommonAnalysisClientYamlTestSuiteIT
  135. method: test {yaml=analysis-common/40_token_filters/stemmer_override file access}
  136. issue: https://github.com/elastic/elasticsearch/issues/121625
  137. - class: org.elasticsearch.test.rest.ClientYamlTestSuiteIT
  138. method: test {yaml=snapshot.delete/10_basic/Delete a snapshot asynchronously}
  139. issue: https://github.com/elastic/elasticsearch/issues/122102
  140. - class: org.elasticsearch.action.admin.cluster.node.tasks.CancellableTasksIT
  141. method: testChildrenTasksCancelledOnTimeout
  142. issue: https://github.com/elastic/elasticsearch/issues/123568
  143. - class: org.elasticsearch.xpack.searchablesnapshots.FrozenSearchableSnapshotsIntegTests
  144. method: testCreateAndRestorePartialSearchableSnapshot
  145. issue: https://github.com/elastic/elasticsearch/issues/123773
  146. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  147. method: test {p0=snapshot/10_basic/Create a source only snapshot and then restore it}
  148. issue: https://github.com/elastic/elasticsearch/issues/122755
  149. - class: org.elasticsearch.smoketest.MlWithSecurityIT
  150. method: test {yaml=ml/data_frame_analytics_crud/Test get stats given multiple analytics}
  151. issue: https://github.com/elastic/elasticsearch/issues/123034
  152. - class: org.elasticsearch.indices.recovery.IndexRecoveryIT
  153. method: testSourceThrottling
  154. issue: https://github.com/elastic/elasticsearch/issues/123680
  155. - class: org.elasticsearch.smoketest.MlWithSecurityIT
  156. method: test {yaml=ml/3rd_party_deployment/Test start deployment fails while model download in progress}
  157. issue: https://github.com/elastic/elasticsearch/issues/120814
  158. - class: org.elasticsearch.smoketest.MlWithSecurityIT
  159. method: test {yaml=ml/start_data_frame_analytics/Test start classification analysis when the dependent variable is missing}
  160. issue: https://github.com/elastic/elasticsearch/issues/124168
  161. - class: org.elasticsearch.smoketest.MlWithSecurityIT
  162. method: test {yaml=ml/3rd_party_deployment/Test start and stop multiple deployments}
  163. issue: https://github.com/elastic/elasticsearch/issues/124315
  164. - class: org.elasticsearch.xpack.restart.MLModelDeploymentFullClusterRestartIT
  165. method: testDeploymentSurvivesRestart {cluster=OLD}
  166. issue: https://github.com/elastic/elasticsearch/issues/124160
  167. - class: org.elasticsearch.packaging.test.BootstrapCheckTests
  168. method: test20RunWithBootstrapChecks
  169. issue: https://github.com/elastic/elasticsearch/issues/124940
  170. - class: org.elasticsearch.packaging.test.BootstrapCheckTests
  171. method: test10Install
  172. issue: https://github.com/elastic/elasticsearch/issues/124957
  173. - class: org.elasticsearch.smoketest.MlWithSecurityIT
  174. method: test {yaml=ml/data_frame_analytics_crud/Test get stats on newly created config}
  175. issue: https://github.com/elastic/elasticsearch/issues/121726
  176. - class: org.elasticsearch.smoketest.MlWithSecurityIT
  177. method: test {yaml=ml/data_frame_analytics_cat_apis/Test cat data frame analytics all jobs with header and column selection}
  178. issue: https://github.com/elastic/elasticsearch/issues/125641
  179. - class: org.elasticsearch.smoketest.MlWithSecurityIT
  180. method: test {yaml=ml/data_frame_analytics_cat_apis/Test cat data frame analytics single job with header}
  181. issue: https://github.com/elastic/elasticsearch/issues/125642
  182. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  183. method: test {p0=transform/transforms_start_stop/Test schedule_now on an already started transform}
  184. issue: https://github.com/elastic/elasticsearch/issues/120720
  185. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  186. method: test {p0=transform/transforms_start_stop/Verify start transform creates destination index with appropriate mapping}
  187. issue: https://github.com/elastic/elasticsearch/issues/125854
  188. - class: org.elasticsearch.xpack.core.common.notifications.AbstractAuditorTests
  189. method: testRecreateTemplateWhenDeleted
  190. issue: https://github.com/elastic/elasticsearch/issues/123232
  191. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  192. method: test {p0=ml/start_data_frame_analytics/Test start given dest index is not empty}
  193. issue: https://github.com/elastic/elasticsearch/issues/125909
  194. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  195. method: test {p0=transform/transforms_stats/Test get transform stats with timeout}
  196. issue: https://github.com/elastic/elasticsearch/issues/125975
  197. - class: org.elasticsearch.action.RejectionActionIT
  198. method: testSimulatedSearchRejectionLoad
  199. issue: https://github.com/elastic/elasticsearch/issues/125901
  200. - class: org.elasticsearch.search.basic.SearchWithRandomDisconnectsIT
  201. method: testSearchWithRandomDisconnects
  202. issue: https://github.com/elastic/elasticsearch/issues/122707
  203. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  204. method: test {p0=transform/transforms_reset/Test force reseting a running transform}
  205. issue: https://github.com/elastic/elasticsearch/issues/126240
  206. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  207. method: test {p0=transform/transforms_stats/Test get transform stats}
  208. issue: https://github.com/elastic/elasticsearch/issues/126270
  209. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  210. method: test {p0=ml/start_data_frame_analytics/Test start classification analysis when the dependent variable cardinality is too low}
  211. issue: https://github.com/elastic/elasticsearch/issues/126299
  212. - class: org.elasticsearch.smoketest.MlWithSecurityIT
  213. method: test {yaml=ml/start_data_frame_analytics/Test start classification analysis when the dependent variable cardinality is too low}
  214. issue: https://github.com/elastic/elasticsearch/issues/123200
  215. - class: org.elasticsearch.smoketest.MlWithSecurityIT
  216. method: test {yaml=ml/trained_model_cat_apis/Test cat trained models}
  217. issue: https://github.com/elastic/elasticsearch/issues/125750
  218. - class: org.elasticsearch.ingest.geoip.EnterpriseGeoIpDownloaderIT
  219. method: testEnterpriseDownloaderTask
  220. issue: https://github.com/elastic/elasticsearch/issues/126124
  221. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  222. method: test {p0=transform/transforms_start_stop/Test start/stop only starts/stops specified transform}
  223. issue: https://github.com/elastic/elasticsearch/issues/126466
  224. - class: org.elasticsearch.smoketest.MlWithSecurityIT
  225. method: test {yaml=ml/get_trained_model_stats/Test get stats given trained models}
  226. issue: https://github.com/elastic/elasticsearch/issues/126510
  227. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  228. method: test {p0=transform/transforms_stats/Test get multiple transform stats}
  229. issue: https://github.com/elastic/elasticsearch/issues/126567
  230. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  231. method: test {p0=transform/transforms_stats/Test get single transform stats when it does not have a task}
  232. issue: https://github.com/elastic/elasticsearch/issues/126568
  233. - class: org.elasticsearch.repositories.blobstore.testkit.rest.SnapshotRepoTestKitClientYamlTestSuiteIT
  234. method: test {p0=/10_analyze/Analysis without details}
  235. issue: https://github.com/elastic/elasticsearch/issues/126569
  236. - class: org.elasticsearch.xpack.esql.action.EsqlActionIT
  237. method: testQueryOnEmptyDataIndex
  238. issue: https://github.com/elastic/elasticsearch/issues/126580
  239. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  240. method: test {p0=transform/transforms_start_stop/Test start/stop/start continuous transform}
  241. issue: https://github.com/elastic/elasticsearch/issues/126755
  242. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  243. method: test {p0=transform/transforms_stats/Test get multiple transform stats where one does not have a task}
  244. issue: https://github.com/elastic/elasticsearch/issues/126863
  245. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  246. method: test {p0=ml/inference_crud/Test delete given unused trained model}
  247. issue: https://github.com/elastic/elasticsearch/issues/126881
  248. - class: org.elasticsearch.index.engine.CompletionStatsCacheTests
  249. method: testCompletionStatsCache
  250. issue: https://github.com/elastic/elasticsearch/issues/126910
  251. - class: org.elasticsearch.xpack.ml.integration.ClassificationHousePricingIT
  252. method: testFeatureImportanceValues
  253. issue: https://github.com/elastic/elasticsearch/issues/124341
  254. - class: org.elasticsearch.cli.keystore.AddStringKeyStoreCommandTests
  255. method: testStdinWithMultipleValues
  256. issue: https://github.com/elastic/elasticsearch/issues/126882
  257. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  258. method: test {p0=ml/data_frame_analytics_cat_apis/Test cat data frame analytics all jobs with header}
  259. issue: https://github.com/elastic/elasticsearch/issues/127625
  260. - class: org.elasticsearch.xpack.ccr.action.ShardFollowTaskReplicationTests
  261. method: testChangeFollowerHistoryUUID
  262. issue: https://github.com/elastic/elasticsearch/issues/127680
  263. - class: org.elasticsearch.action.admin.indices.diskusage.IndexDiskUsageAnalyzerTests
  264. method: testKnnVectors
  265. issue: https://github.com/elastic/elasticsearch/issues/127689
  266. - class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
  267. method: test {p0=search/350_point_in_time/point-in-time with index filter}
  268. issue: https://github.com/elastic/elasticsearch/issues/127741
  269. - class: org.elasticsearch.packaging.test.EnrollmentProcessTests
  270. method: test20DockerAutoFormCluster
  271. issue: https://github.com/elastic/elasticsearch/issues/128113
  272. - class: org.elasticsearch.ingest.geoip.GeoIpDownloaderCliIT
  273. method: testInvalidTimestamp
  274. issue: https://github.com/elastic/elasticsearch/issues/128284
  275. - class: org.elasticsearch.packaging.test.TemporaryDirectoryConfigTests
  276. method: test21AcceptsCustomPathInDocker
  277. issue: https://github.com/elastic/elasticsearch/issues/128114
  278. - class: org.elasticsearch.xpack.esql.plugin.DataNodeRequestSenderIT
  279. method: testSearchWhileRelocating
  280. issue: https://github.com/elastic/elasticsearch/issues/128500
  281. - class: org.elasticsearch.entitlement.runtime.policy.FileAccessTreeTests
  282. method: testWindowsMixedCaseAccess
  283. issue: https://github.com/elastic/elasticsearch/issues/129167
  284. - class: org.elasticsearch.entitlement.runtime.policy.FileAccessTreeTests
  285. method: testWindowsAbsolutPathAccess
  286. issue: https://github.com/elastic/elasticsearch/issues/129168
  287. - class: org.elasticsearch.xpack.ml.integration.ClassificationIT
  288. method: testWithDatastreams
  289. issue: https://github.com/elastic/elasticsearch/issues/129457
  290. - class: org.elasticsearch.xpack.profiling.action.GetStatusActionIT
  291. method: testWaitsUntilResourcesAreCreated
  292. issue: https://github.com/elastic/elasticsearch/issues/129486
  293. - class: org.elasticsearch.upgrades.MlJobSnapshotUpgradeIT
  294. method: testSnapshotUpgrader
  295. issue: https://github.com/elastic/elasticsearch/issues/98560
  296. - class: org.elasticsearch.search.query.VectorIT
  297. method: testFilteredQueryStrategy
  298. issue: https://github.com/elastic/elasticsearch/issues/129517
  299. - class: org.elasticsearch.xpack.security.SecurityRolesMultiProjectIT
  300. method: testUpdatingFileBasedRoleAffectsAllProjects
  301. issue: https://github.com/elastic/elasticsearch/issues/129775
  302. - class: org.elasticsearch.qa.verify_version_constants.VerifyVersionConstantsIT
  303. method: testLuceneVersionConstant
  304. issue: https://github.com/elastic/elasticsearch/issues/125638
  305. - class: org.elasticsearch.gradle.internal.InternalDistributionBwcSetupPluginFuncTest
  306. method: "builds distribution from branches via archives extractedAssemble [bwcDistVersion: 8.2.1, bwcProject: bugfix, expectedAssembleTaskName:
  307. extractedAssemble, #2]"
  308. issue: https://github.com/elastic/elasticsearch/issues/119871
  309. - class: org.elasticsearch.action.support.ThreadedActionListenerTests
  310. method: testRejectionHandling
  311. issue: https://github.com/elastic/elasticsearch/issues/130129
  312. - class: org.elasticsearch.compute.aggregation.TopIntAggregatorFunctionTests
  313. method: testManyInitialManyPartialFinalRunnerThrowing
  314. issue: https://github.com/elastic/elasticsearch/issues/130145
  315. - class: org.elasticsearch.xpack.searchablesnapshots.cache.shared.NodesCachesStatsIntegTests
  316. method: testNodesCachesStats
  317. issue: https://github.com/elastic/elasticsearch/issues/129863
  318. - class: org.elasticsearch.index.IndexingPressureIT
  319. method: testWriteCanRejectOnPrimaryBasedOnMaxOperationSize
  320. issue: https://github.com/elastic/elasticsearch/issues/130281
  321. - class: org.elasticsearch.xpack.esql.inference.bulk.BulkInferenceExecutorTests
  322. method: testSuccessfulExecution
  323. issue: https://github.com/elastic/elasticsearch/issues/130306
  324. - class: org.elasticsearch.indices.stats.IndexStatsIT
  325. method: testFilterCacheStats
  326. issue: https://github.com/elastic/elasticsearch/issues/124447
  327. - class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
  328. method: test {p0=mtermvectors/10_basic/Tests catching other exceptions per item}
  329. issue: https://github.com/elastic/elasticsearch/issues/122414
  330. - class: org.elasticsearch.search.SearchWithRejectionsIT
  331. method: testOpenContextsAfterRejections
  332. issue: https://github.com/elastic/elasticsearch/issues/130821
  333. - class: org.elasticsearch.packaging.test.DockerTests
  334. method: test090SecurityCliPackaging
  335. issue: https://github.com/elastic/elasticsearch/issues/131107
  336. - class: org.elasticsearch.xpack.esql.expression.function.fulltext.ScoreTests
  337. method: testSerializationOfSimple {TestCase=<boolean>}
  338. issue: https://github.com/elastic/elasticsearch/issues/131334
  339. - class: org.elasticsearch.xpack.esql.analysis.VerifierTests
  340. method: testMatchInsideEval
  341. issue: https://github.com/elastic/elasticsearch/issues/131336
  342. - class: org.elasticsearch.packaging.test.DockerTests
  343. method: test071BindMountCustomPathWithDifferentUID
  344. issue: https://github.com/elastic/elasticsearch/issues/120917
  345. - class: org.elasticsearch.packaging.test.DockerTests
  346. method: test171AdditionalCliOptionsAreForwarded
  347. issue: https://github.com/elastic/elasticsearch/issues/120925
  348. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  349. method: test {p0=ml/delete_expired_data/Test delete expired data with body parameters}
  350. issue: https://github.com/elastic/elasticsearch/issues/131364
  351. - class: org.elasticsearch.packaging.test.DockerTests
  352. method: test070BindMountCustomPathConfAndJvmOptions
  353. issue: https://github.com/elastic/elasticsearch/issues/131366
  354. - class: org.elasticsearch.packaging.test.DockerTests
  355. method: test140CgroupOsStatsAreAvailable
  356. issue: https://github.com/elastic/elasticsearch/issues/131372
  357. - class: org.elasticsearch.packaging.test.DockerTests
  358. method: test130JavaHasCorrectOwnership
  359. issue: https://github.com/elastic/elasticsearch/issues/131369
  360. - class: org.elasticsearch.packaging.test.DockerTests
  361. method: test072RunEsAsDifferentUserAndGroup
  362. issue: https://github.com/elastic/elasticsearch/issues/131412
  363. - class: org.elasticsearch.packaging.test.DockerTests
  364. method: test050BasicApiTests
  365. issue: https://github.com/elastic/elasticsearch/issues/120911
  366. - class: org.elasticsearch.packaging.test.DockerTests
  367. method: test010Install
  368. issue: https://github.com/elastic/elasticsearch/issues/131376
  369. - class: org.elasticsearch.packaging.test.DockerTests
  370. method: test151MachineDependentHeapWithSizeOverride
  371. issue: https://github.com/elastic/elasticsearch/issues/123437
  372. - class: org.elasticsearch.xpack.restart.FullClusterRestartIT
  373. method: testWatcherWithApiKey {cluster=UPGRADED}
  374. issue: https://github.com/elastic/elasticsearch/issues/131964
  375. - class: org.elasticsearch.test.rest.yaml.MDPYamlTestSuiteIT
  376. method: test {yaml=mdp/10_basic/Index using shared data path}
  377. issue: https://github.com/elastic/elasticsearch/issues/132223
  378. - class: org.elasticsearch.xpack.sql.qa.mixed_node.SqlCompatIT
  379. method: testNullsOrderWithMissingOrderSupportQueryingNewNode
  380. issue: https://github.com/elastic/elasticsearch/issues/132249
  381. - class: org.elasticsearch.common.logging.JULBridgeTests
  382. method: testThrowable
  383. issue: https://github.com/elastic/elasticsearch/issues/132280
  384. - class: org.elasticsearch.xpack.ml.integration.AutodetectMemoryLimitIT
  385. method: testManyDistinctOverFields
  386. issue: https://github.com/elastic/elasticsearch/issues/132308
  387. - class: org.elasticsearch.xpack.ml.integration.AutodetectMemoryLimitIT
  388. method: testTooManyByAndOverFields
  389. issue: https://github.com/elastic/elasticsearch/issues/132310
  390. - class: org.elasticsearch.xpack.esql.inference.completion.CompletionOperatorTests
  391. method: testSimpleCircuitBreaking
  392. issue: https://github.com/elastic/elasticsearch/issues/132382
  393. - class: org.elasticsearch.xpack.ml.integration.RevertModelSnapshotIT
  394. method: testRevertModelSnapshot_DeleteInterveningResults
  395. issue: https://github.com/elastic/elasticsearch/issues/132349
  396. - class: org.elasticsearch.xpack.ml.integration.RevertModelSnapshotIT
  397. method: testRevertModelSnapshot
  398. issue: https://github.com/elastic/elasticsearch/issues/132733
  399. - class: org.elasticsearch.packaging.test.ArchiveGenerateInitialCredentialsTests
  400. method: test40VerifyAutogeneratedCredentials
  401. issue: https://github.com/elastic/elasticsearch/issues/132877
  402. - class: org.elasticsearch.packaging.test.ArchiveGenerateInitialCredentialsTests
  403. method: test50CredentialAutogenerationOnlyOnce
  404. issue: https://github.com/elastic/elasticsearch/issues/132878
  405. - class: org.elasticsearch.upgrades.TransformSurvivesUpgradeIT
  406. method: testTransformRollingUpgrade
  407. issue: https://github.com/elastic/elasticsearch/issues/132892
  408. - class: org.elasticsearch.xpack.eql.planner.QueryTranslatorTests
  409. method: testMatchOptimization
  410. issue: https://github.com/elastic/elasticsearch/issues/132894
  411. - class: org.elasticsearch.xpack.deprecation.DeprecationHttpIT
  412. method: testUniqueDeprecationResponsesMergedTogether
  413. issue: https://github.com/elastic/elasticsearch/issues/132895
  414. - class: org.elasticsearch.search.CCSDuelIT
  415. method: testTermsAggs
  416. issue: https://github.com/elastic/elasticsearch/issues/132879
  417. - class: org.elasticsearch.search.CCSDuelIT
  418. method: testTermsAggsWithProfile
  419. issue: https://github.com/elastic/elasticsearch/issues/132880
  420. - class: org.elasticsearch.xpack.search.AsyncSearchErrorTraceIT
  421. method: testAsyncSearchFailingQueryErrorTraceDefault
  422. issue: https://github.com/elastic/elasticsearch/issues/133010
  423. - class: org.elasticsearch.xpack.security.authc.AuthenticationServiceTests
  424. method: testInvalidToken
  425. issue: https://github.com/elastic/elasticsearch/issues/133328
  426. - class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
  427. method: test {csv-spec:change_point.Values null column}
  428. issue: https://github.com/elastic/elasticsearch/issues/133334
  429. - class: org.elasticsearch.xpack.search.CrossClusterAsyncSearchIT
  430. method: testCancelViaExpirationOnRemoteResultsWithMinimizeRoundtrips
  431. issue: https://github.com/elastic/elasticsearch/issues/127302
  432. - class: org.elasticsearch.xpack.esql.action.CrossClusterQueryWithFiltersIT
  433. method: testFilterWithUnavailableRemote
  434. issue: https://github.com/elastic/elasticsearch/issues/133450
  435. - class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlClientYamlIT
  436. method: test {p0=esql/60_usage/*}
  437. issue: https://github.com/elastic/elasticsearch/issues/133461
  438. - class: org.elasticsearch.xpack.esql.action.CrossClusterAsyncQueryStopIT
  439. method: testStopQueryLocal
  440. issue: https://github.com/elastic/elasticsearch/issues/133481
  441. - class: org.elasticsearch.xpack.esql.inference.rerank.RerankOperatorTests
  442. method: testSimpleCircuitBreaking
  443. issue: https://github.com/elastic/elasticsearch/issues/133619
  444. - class: org.elasticsearch.xpack.ml.integration.InferenceIT
  445. method: testInferClassificationModel
  446. issue: https://github.com/elastic/elasticsearch/issues/133448
  447. - class: org.elasticsearch.xpack.esql.action.CrossClusterQueryWithPartialResultsIT
  448. method: testPartialResults
  449. issue: https://github.com/elastic/elasticsearch/issues/131481
  450. - class: org.elasticsearch.xpack.ml.integration.ClassificationIT
  451. method: testWithCustomFeatureProcessors
  452. issue: https://github.com/elastic/elasticsearch/issues/134001
  453. - class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
  454. method: test {csv-spec:fork.ForkBeforeStats}
  455. issue: https://github.com/elastic/elasticsearch/issues/134100
  456. - class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
  457. method: test {csv-spec:spatial.ConvertFromStringParseError}
  458. issue: https://github.com/elastic/elasticsearch/issues/134104
  459. - class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
  460. method: test {csv-spec:fork.ForkWithMixOfCommands}
  461. issue: https://github.com/elastic/elasticsearch/issues/134135
  462. - class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeForkIT
  463. method: test {csv-spec:inlinestats.MultiIndexInlinestatsOfMultiTypedField}
  464. issue: https://github.com/elastic/elasticsearch/issues/133973
  465. - class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeForkIT
  466. method: test {csv-spec:spatial_shapes.ConvertFromStringParseError}
  467. issue: https://github.com/elastic/elasticsearch/issues/134254
  468. - class: org.elasticsearch.xpack.esql.expression.function.scalar.score.DecayTests
  469. method: "testEvaluateBlockWithNulls {TestCase=<double>, <double>, <double>, <_source> #11}"
  470. issue: https://github.com/elastic/elasticsearch/issues/134447
  471. - class: org.elasticsearch.action.admin.cluster.state.TransportClusterStateActionTests
  472. method: testGetClusterStateWithDefaultProjectOnly
  473. issue: https://github.com/elastic/elasticsearch/issues/134450
  474. - class: org.elasticsearch.cluster.ClusterInfoServiceIT
  475. method: testMaxQueueLatenciesInClusterInfo
  476. issue: https://github.com/elastic/elasticsearch/issues/134500
  477. - class: org.elasticsearch.xpack.esql.expression.function.scalar.score.DecayTests
  478. method: "testEvaluateBlockWithNulls {TestCase=<date_nanos>, <date_nanos>, <time_duration>, <_source> #11}"
  479. issue: https://github.com/elastic/elasticsearch/issues/134509
  480. - class: org.elasticsearch.xpack.esql.plugin.CanMatchIT
  481. method: testAliasFilters
  482. issue: https://github.com/elastic/elasticsearch/issues/134512
  483. - class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
  484. method: test {csv-spec:fork.FiveFork}
  485. issue: https://github.com/elastic/elasticsearch/issues/134560
  486. - class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
  487. method: test {csv-spec:spatial.ConvertCartesianFromStringParseError}
  488. issue: https://github.com/elastic/elasticsearch/issues/134635
  489. - class: org.elasticsearch.xpack.esql.analysis.AnalyzerTests
  490. method: testDenseVectorImplicitCastingKnnQueryParams
  491. issue: https://github.com/elastic/elasticsearch/issues/134639
  492. - class: org.elasticsearch.oldrepos.OldRepositoryAccessIT
  493. method: testOldRepoAccess
  494. issue: https://github.com/elastic/elasticsearch/issues/120148
  495. - class: org.elasticsearch.oldrepos.OldRepositoryAccessIT
  496. method: testOldSourceOnlyRepoAccess
  497. issue: https://github.com/elastic/elasticsearch/issues/134646
  498. - class: org.elasticsearch.oldrepos.OldMappingsIT
  499. method: testStandardTokenFilter
  500. issue: https://github.com/elastic/elasticsearch/issues/134647
  501. - class: org.elasticsearch.aggregations.bucket.AggregationReductionCircuitBreakingIT
  502. method: testCBTrippingOnReduction
  503. issue: https://github.com/elastic/elasticsearch/issues/134667
  504. - class: org.elasticsearch.xpack.esql.expression.function.scalar.score.DecayTests
  505. method: "testEvaluateBlockWithNulls {TestCase=<integer>, <integer>, <integer>, <_source> #2}"
  506. issue: https://github.com/elastic/elasticsearch/issues/134679
  507. - class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
  508. method: test {csv-spec:fork.ForkBeforeStatsByWithWhere}
  509. issue: https://github.com/elastic/elasticsearch/issues/134817
  510. - class: org.elasticsearch.repositories.blobstore.testkit.analyze.MinioRepositoryAnalysisRestIT
  511. method: testRepositoryAnalysis
  512. issue: https://github.com/elastic/elasticsearch/issues/134853
  513. - class: org.elasticsearch.xpack.esql.action.CrossClusterAsyncQueryStopIT
  514. method: testStopQueryInlinestats
  515. issue: https://github.com/elastic/elasticsearch/issues/134854
  516. - class: org.elasticsearch.xpack.esql.action.CrossClusterCancellationIT
  517. method: testCancelSkipUnavailable
  518. issue: https://github.com/elastic/elasticsearch/issues/134865
  519. - class: org.elasticsearch.xpack.ml.integration.InferenceIT
  520. method: testInferRegressionModel
  521. issue: https://github.com/elastic/elasticsearch/issues/133603
  522. - class: org.elasticsearch.reservedstate.service.RepositoriesFileSettingsIT
  523. method: testSettingsApplied
  524. issue: https://github.com/elastic/elasticsearch/issues/126748
  525. - class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
  526. method: test {csv-spec:stats.CountDistinctWithConditions}
  527. issue: https://github.com/elastic/elasticsearch/issues/134984
  528. - class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
  529. method: test {csv-spec:stats.CountDistinctWithConditions}
  530. issue: https://github.com/elastic/elasticsearch/issues/134993
  531. - class: org.elasticsearch.xpack.esql.action.CrossClusterAsyncQueryStopIT
  532. method: testStopQueryInlineStats
  533. issue: https://github.com/elastic/elasticsearch/issues/135032
  534. - class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
  535. method: test {csv-spec:fork.ForkBeforeStatsWithWhere}
  536. issue: https://github.com/elastic/elasticsearch/issues/135041
  537. - class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeMetricsIT
  538. method: test
  539. issue: https://github.com/elastic/elasticsearch/issues/135055
  540. - class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
  541. method: test {csv-spec:fork.ForkWithStats}
  542. issue: https://github.com/elastic/elasticsearch/issues/135116
  543. - class: org.elasticsearch.xpack.esql.heap_attack.HeapAttackIT
  544. method: testLookupExplosionBigString
  545. issue: https://github.com/elastic/elasticsearch/issues/135122
  546. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  547. method: test {p0=transform/transforms_start_stop/Test stop transform with force and wait_for_checkpoint true}
  548. issue: https://github.com/elastic/elasticsearch/issues/135135
  549. - class: org.elasticsearch.discovery.ClusterDisruptionIT
  550. method: testAckedIndexing
  551. issue: https://github.com/elastic/elasticsearch/issues/117024
  552. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  553. method: test {p0=analytics/nested_top_metrics_sort/terms order by top metrics numeric not null double values}
  554. issue: https://github.com/elastic/elasticsearch/issues/135159
  555. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  556. method: test {p0=analytics/nested_top_metrics_sort/terms order by top metrics numeric not null integer values}
  557. issue: https://github.com/elastic/elasticsearch/issues/135162
  558. - class: org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT
  559. method: test {p0=search/160_exists_query/Test exists query on mapped geo_point field with no doc values}
  560. issue: https://github.com/elastic/elasticsearch/issues/135164
  561. - class: org.elasticsearch.compute.operator.topn.TopNOperatorTests
  562. method: testSimpleWithCranky
  563. issue: https://github.com/elastic/elasticsearch/issues/135224
  564. - class: org.elasticsearch.compute.operator.topn.TopNOperatorTests
  565. method: testSimpleCircuitBreaking
  566. issue: https://github.com/elastic/elasticsearch/issues/135260
  567. - class: org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT
  568. method: test {p0=search.highlight/50_synthetic_source/text single unified from reanalysis}
  569. issue: https://github.com/elastic/elasticsearch/issues/135323
  570. - class: org.elasticsearch.xpack.esql.qa.single_node.PushQueriesIT
  571. method: testEqualityAndOther {SEMANTIC_TEXT_WITH_KEYWORD}
  572. issue: https://github.com/elastic/elasticsearch/issues/135333
  573. - class: org.elasticsearch.search.sort.FieldSortIT
  574. method: testSortMixedFieldTypes
  575. issue: https://github.com/elastic/elasticsearch/issues/129445
  576. - class: org.elasticsearch.xpack.esql.expression.function.scalar.score.DecayTests
  577. method: "testEvaluateInManyThreads {TestCase=<double>, <double>, <double>, <_source> #17}"
  578. issue: https://github.com/elastic/elasticsearch/issues/135357
  579. - class: org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT
  580. method: test {p0=search/510_range_query_out_of_bounds/Test range query for half_float field with out of bounds upper limit}
  581. issue: https://github.com/elastic/elasticsearch/issues/135365
  582. - class: org.elasticsearch.xpack.esql.expression.function.scalar.score.DecayTests
  583. method: "testEvaluateBlockWithoutNulls {TestCase=<date_nanos>, <date_nanos>, <time_duration>, <_source> #12}"
  584. issue: https://github.com/elastic/elasticsearch/issues/135394
  585. - class: org.elasticsearch.gradle.TestClustersPluginFuncTest
  586. method: override jdk usage via ES_JAVA_HOME for known jdk os incompatibilities
  587. issue: https://github.com/elastic/elasticsearch/issues/135413
  588. - class: org.elasticsearch.xpack.esql.qa.single_node.EsqlSpecIT
  589. method: test {csv-spec:spatial_shapes.ConvertCartesianShapeFromStringParseError}
  590. issue: https://github.com/elastic/elasticsearch/issues/135455
  591. - class: org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT
  592. method: test
  593. issue: https://github.com/elastic/elasticsearch/issues/134407
  594. - class: org.elasticsearch.cluster.routing.allocation.decider.RestoreInProgressAllocationDeciderTests
  595. method: testCanAllocatePrimaryExistingInRestoreInProgress
  596. issue: https://github.com/elastic/elasticsearch/issues/135566
  597. - class: org.elasticsearch.xpack.esql.inference.textembedding.TextEmbeddingOperatorTests
  598. method: testSimpleCircuitBreaking
  599. issue: https://github.com/elastic/elasticsearch/issues/135569
  600. - class: org.elasticsearch.multiproject.test.XpackWithMultipleProjectsClientYamlTestSuiteIT
  601. method: test {yaml=esql/60_usage/Basic ESQL usage output (telemetry) snapshot version}
  602. issue: https://github.com/elastic/elasticsearch/issues/135579
  603. - class: org.elasticsearch.xpack.esql.heap_attack.HeapAttackIT
  604. method: testAggTooManyMvLongs
  605. issue: https://github.com/elastic/elasticsearch/issues/135585
  606. - class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
  607. method: test
  608. issue: https://github.com/elastic/elasticsearch/issues/134407
  609. - class: org.elasticsearch.xpack.test.rest.XPackRestIT
  610. method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) snapshot version}
  611. issue: https://github.com/elastic/elasticsearch/issues/135584
  612. # Examples:
  613. #
  614. # Mute a single test case in a YAML test suite:
  615. # - class: org.elasticsearch.analysis.common.CommonAnalysisClientYamlTestSuiteIT
  616. # method: test {yaml=analysis-common/30_tokenizers/letter}
  617. # issue: https://github.com/elastic/elasticsearch/...
  618. #
  619. # Mute several methods of a Java test:
  620. # - class: org.elasticsearch.common.CharArraysTests
  621. # methods:
  622. # - testCharsBeginsWith
  623. # - testCharsToBytes
  624. # - testConstantTimeEquals
  625. # issue: https://github.com/elastic/elasticsearch/...
  626. #
  627. # Mute an entire test class:
  628. # - class: org.elasticsearch.common.unit.TimeValueTests
  629. # issue: https://github.com/elastic/elasticsearch/...
  630. #
  631. # Mute a single method in a test class:
  632. # - class: org.elasticsearch.xpack.esql.expression.function.scalar.convert.ToIPTests
  633. # method: testCrankyEvaluateBlockWithoutNulls
  634. # issue: https://github.com/elastic/elasticsearch/...
  635. #
  636. # Mute a single test in an ES|QL csv-spec test file:
  637. # - class: "org.elasticsearch.xpack.esql.CsvTests"
  638. # method: "test {union_types.MultiIndexIpStringStatsInline}"
  639. # issue: "https://github.com/elastic/elasticsearch/..."
  640. # Note that this mutes for the unit-test-like CsvTests only.
  641. # Muting all the integration tests can be done using the class "org.elasticsearch.xpack.esql.**".
  642. # To mute all 3 tests safely everywhere use:
  643. # - class: "org.elasticsearch.xpack.esql.**"
  644. # method: "test {union_types.MultiIndexIpStringStatsInline}"
  645. # issue: "https://github.com/elastic/elasticsearch/..."
  646. # - class: "org.elasticsearch.xpack.esql.**"
  647. # method: "test {union_types.MultiIndexIpStringStatsInline *}"
  648. # issue: "https://github.com/elastic/elasticsearch/..."