-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Delivery/BuildBuild or test infrastructureBuild or test infrastructure>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding testsTeam:DeliveryMeta label for Delivery teamMeta label for Delivery team
Description
For a while the way to run multiple the full BWC suite against a subsection of the yaml tests was to use a command like the following:
./gradlew :x-pack:qa:rolling-upgrade:v7.7.0#bwcTest -Dtests.class=org.elasticsearch.upgrades.UpgradeClusterClientYamlTestSuiteIT -Dtests.method="test {p0=*/40_ml_datafeed_crud/*}"
This no longer works.
The tests fail in the initial oldCluster runner with
org.elasticsearch.upgrades.TransformSurvivesUpgradeIT.initializationError
...
org.elasticsearch.upgrades.WatcherRestartIT.initializationError
Each failing with
org.junit.runner.manipulation.NoTestsRemainException
The typical new way of running tests with --tests "org.elasticsearch.upgrades.UpgradeClusterClientYamlTestSuiteIT" only works with a specific runner selected.
This is not an option with BWC tests.
williamrandolph
Metadata
Metadata
Assignees
Labels
:Delivery/BuildBuild or test infrastructureBuild or test infrastructure>testIssues or PRs that are addressing/adding testsIssues or PRs that are addressing/adding testsTeam:DeliveryMeta label for Delivery teamMeta label for Delivery team