equanz commented on code in PR #21532:
URL: https://github.com/apache/pulsar/pull/21532#discussion_r1387845219
##########
pom.xml:
##########
@@ -85,7 +85,7 @@ flexible messaging model and an intuitive client
API.</description>
<pulsar.client.python.version>3.2.0</pulsar.client.python.version>
<!--config keys to configure test selection -->
-
<include>**/Test*.java,**/*Test.java,**/*Tests.java,**/*TestCase.java</include>
+ <include>*</include>
Review Comment:
Thank you for the explanation. After reading your description, I now agree
with the current setting. I'll only modify the existing class name in this PR,
such as `**/*Test2.java`.
By the way, I already noticed two patterns before publishing this PR.
* `Test` suffix is missing in a class name
- They can't be filtered by class name.
* extra suffix is added
- e.g. `**/*Test2.java`
- They may be filtered by class name.
--
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]