Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,24 +310,9 @@ tests:
- class: org.elasticsearch.xpack.transform.integration.TransformCrossProjectIT
method: testUpdateTransformWithProjectRouting
issue: https://github.com/elastic/elasticsearch/issues/147534
- 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
Expand Down
4 changes: 4 additions & 0 deletions x-pack/qa/rolling-upgrade-legacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ apply plugin: 'elasticsearch.standalone-rest-test'
apply plugin: 'elasticsearch.bwc-test'
apply plugin: 'elasticsearch.rest-resources'

// Each suite is parameterized over the upgrade phases and an earlier phase sets up the cluster state a later phase asserts on,
// so a phase that passed must still run when a later phase is retried.
smartRetry.pruneIndividualTests.set(false)

dependencies {
testImplementation testArtifact(project(':server'))
testImplementation testArtifact(project(xpackModule('core')))
Expand Down
Loading