lhotari commented on a change in pull request #14600:
URL: https://github.com/apache/pulsar/pull/14600#discussion_r821654330
##########
File path: build/run_unit_group.sh
##########
@@ -112,12 +112,13 @@ function proxy() {
}
function other() {
- $MVN_COMMAND_WITH_RETRY clean install -PbrokerSkipTest \
+ $MVN_COMMAND_WITH_RETRY clean install -PbrokerSkipTest,coverage \
-Dexclude='org/apache/pulsar/proxy/**/*.java,
**/ManagedLedgerTest.java,
**/TestPulsarKeyValueSchemaHandler.java,
**/PrimitiveSchemaTest.java,
-
BlobStoreManagedLedgerOffloaderTest.java'
+
BlobStoreManagedLedgerOffloaderTest.java,
+
**/ManagedLedgerFactoryShutdownTest.java'
Review comment:
Is ManagedLedgerFactoryShutdownTest a new ignored test?
--
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]