-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Update TESTING.asciidoc for recent REST test changes #62841
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
Conversation
jakelandis
commented
Sep 23, 2020
- Remove reference to Runner (no longer valid)
- Remove tests.rest (no longer valid)
- Add reference to javaRestTest
- Brief mention of qa tests
|
Pinging @elastic/es-core-infra (:Core/Infra/Build) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fine but I don't understand why we would add info logging.
TESTING.asciidoc
Outdated
|
|
||
| --------------------------------------------------------------------------- | ||
| ./gradlew :rest-api-spec:yamlRestTest | ||
| ./gradlew :rest-api-spec:yamlRestTest --info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we adding --info logging? This seems unnecessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor preference so that it shows the individual tests that are executing vs. just a test counter counting up. I don't have a strong preference, but have found myself always using --info for rest tests.
I'll defer to your preference @rjernst and remove the --info.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, apart from ryan's question.
* Remove reference to Runner (no longer valid) * Remove tests.rest (no longer valid) * Add reference to javaRestTest * Brief mention of qa tests # Conflicts: # TESTING.asciidoc