eolivelli opened a new pull request #8465: URL: https://github.com/apache/pulsar/pull/8465
# Motivation In current master you cannot run the tests with "forkCount=1", this is very annoying as by default we are running all of the tests in parallel. This change upgrades a few testing dependencies and fixes a problem with PowerMock + Testng + Log4j2 + forkCount=1 ### Modifications - Upgrade TestNG - Upgrade PowerMock - Upgrade Mockito - Upgrade log4j2 - Upgrade javaassist - Upgrade Maven Surefire plugin ### Verifying this change All tests should pass This change is a trivial rework / code cleanup without any test coverage. ---------------------------------------------------------------- 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]
