nodece opened a new pull request #14065: URL: https://github.com/apache/pulsar/pull/14065
Signed-off-by: Zixuan Liu <[email protected]> ### Motivation The codebase has two unit test frameworks: JUnit and TestNG, which always make us confused about which one to use. I check the git commits and found that #1032 does this thing, but still has some tests using JUnit. We need to remove the JUnit, use the TestNG as the unit test framework in the codebase. ### Modifications - Remove JUnit dependency - Clean the JUnit test in codebase ### Documentation - [x] `no-need-doc` -- 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]
