2018-01-05 06:41:48 UTC - Sijie Guo: any reason why pulsar includes both testng and junit for testing? I saw two tests are using junit, while the remaining ones are using testng? ---- 2018-01-05 08:47:18 UTC - Matteo Merli: No particular reason, some of it was mainly coming from the fact that TestNG support junit APIs.. ---- 2018-01-05 08:47:46 UTC - Matteo Merli: I had a patch to remove that as part of a fix to upgrade TestNG for JDK-9 support ----