sunchao commented on pull request #3385:
URL: https://github.com/apache/hadoop/pull/3385#issuecomment-914820708
@viirya hmm I think you can just reuse the `shadedclient` test case but just
add one more test after the shaded test, e.g.:
```bash
big_console_header "Checking client artifacts on ${repostatus} with shaded
client"
echo_and_redirect "${logfile}" \
"${MAVEN}" "${MAVEN_ARGS[@]}" verify -fae --batch-mode -am \
"${modules[@]}" \
-Dtest=NoUnitTests -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true
-Dspotbugs.skip=true
big_console_header "Checking client artifacts on ${repostatus} with
non-shaded client"
echo_and_redirect "${logfile}" \
"${MAVEN}" "${MAVEN_ARGS[@]}" verify -fae --batch-mode -am \
"${modules[@]}" \
-Pnoshade -Dtest=NoUnitTests -Dmaven.javadoc.skip=true
-Dcheckstyle.skip=true -Dspotbugs.skip=true
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]