-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
Running a single test got harder #31964
Labels
Comments
Pinging @elastic/es-core-infra |
This has not worked out like I had hoped. I will create a PR to make |
rjernst
added a commit
to rjernst/elasticsearch
that referenced
this issue
Jul 12, 2018
This commit moves additional unit test runners from being dependencies of the test task to dependencies of check. Without this change, reproduce lines are incorrect due to the additional test runner not matching any of the reproduce class/method info. closes elastic#31964
rjernst
added a commit
that referenced
this issue
Jul 17, 2018
This commit moves additional unit test runners from being dependencies of the test task to dependencies of check. Without this change, reproduce lines are incorrect due to the additional test runner not matching any of the reproduce class/method info. closes #31964
rjernst
added a commit
that referenced
this issue
Jul 17, 2018
This commit moves additional unit test runners from being dependencies of the test task to dependencies of check. Without this change, reproduce lines are incorrect due to the additional test runner not matching any of the reproduce class/method info. closes #31964
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The changes introduced in #30975 unfortunately mean that it's harder to run a single test from the command line, and in particular the command that
REPRODUCE WITH
says will reproduce a failure will not work if the failing test was from the:server:test
task. For instance:As a workaround, one can add
-x :server:testScriptDocValuesMissingV6Behaviour
to the command line.The text was updated successfully, but these errors were encountered: