nicoloboschi opened a new pull request, #17767:
URL: https://github.com/apache/pulsar/pull/17767
### Motivation
Using this command `find . ! -name '*Test*' -name "*.java" -exec grep -H
"@Test" {} \;` I found out that some tests are not running in the CI because
they don't match the surefire class name pattern
### Modifications
* Rename those tests adding the "Test" suffix
- [x] `doc-not-needed`
--
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]