-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to run subset of bwc yaml tests #52383
Comments
Pinging @elastic/es-core-infra (:Core/Infra/Build) |
I ran into something like this as well recently. |
This turns out to be an issue introduced in version 2.7.5 of the randomized testing library. I've opened an issue with them as well as #52785 on our end to revert back to a known good version in the meantime. |
Update documentation for: * restResources config (related elastic#52114) * call out YAML vs. Java based Rest tests * update example to use newer syntax * update example to target a test that is not skipped * provide example for bwcRest test (related elastic#52383)
Update documentation for: * restResources config (related elastic#52114) * call out YAML vs. Java based Rest tests * update example to use newer syntax * update example to target a test that is not skipped * provide example for bwcRest test (related elastic#52383)
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:
This no longer works.
The tests fail in the initial oldCluster runner with
Each failing with
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.
The text was updated successfully, but these errors were encountered: