prashantwason commented on issue #1504: [HUDI-780] Migrate test cases to Junit 5 URL: https://github.com/apache/incubator-hudi/pull/1504#issuecomment-613294181 I may have found the reason for lower code coverage. maven-surefire-plugin does not support JUnit 5 tests until version 2.22.0 and pom.xml is using version 2.19.1. So in essence, none of the unit tests converted to JUnit 5 ran therefore lowering the code coverage. I also verified this by looking at the CI logs and they dont have the tests that you have modified in this commit. https://stackoverflow.com/questions/36970384/surefire-is-not-picking-up-junit-5-tests https://dzone.com/articles/why-your-junit-5-tests-are-not-running-under-maven
---------------------------------------------------------------- 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] With regards, Apache Git Services
