lhotari commented on pull request #10148: URL: https://github.com/apache/pulsar/pull/10148#issuecomment-814241662
Another problem seems to be the slowness of test execution, this is an issue at least when using `-DtestReuseFork=false`. Each test class takes remarkable time to process even when there aren't any tests for a a specific test group in the class. This is one of the worst examples: ``` [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.102 s - in org.apache.pulsar.common.naming.NamespaceBundleTest ``` Usually the reported times are <0.5 s, but it's possible that it doesn't add the JVM startup time to the duration. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
