yohaku999 opened a new pull request, #17976:
URL: https://github.com/apache/hudi/pull/17976
### Describe the issue this Pull Request addresses
Closes #16438.
The developer setup docs suggest using `-Dtest=...` to run a single Java
test, but following it can still run ScalaTest discovery. This makes the
command unexpectedly slow and confusing for first-time contributors.
### Summary and Changelog
**Summary**
- Improve developer documentation for running a single Java test while
preventing Scala tests from being selected/executed.
**Changelog**
- Add `-DwildcardSuites="abc"` as a workaround to the documented Maven
commands for running:
- a single Java test class
- a single Java test method
- Add a short note for the option.
### Impact
Documentation-only change.
### Risk Level
none
### Documentation Update
Updated the developer setup documentation by adding `-DwildcardSuites="abc"`
to the Java single-test examples and documenting why it is needed.
### Contributor's checklist
- [x] Read through contributor's guide
- [x] Enough context is provided in the sections above
- [ ] Adequate tests were added if applicable
--
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]