hzxiongyinke commented on PR #4821: URL: https://github.com/apache/hive/pull/4821#issuecomment-1788339654
> You must run the test inside `itests/hive-unit` directory using the command - `mvn test -Dtest=<TestName>` > > Again all of this information is available here - https://cwiki.apache.org/confluence/display/hive/hivedeveloperfaq as stated earlier. Refer this. @SourabhBadhya I have identified the cause of the problem. The junit dependency in the pom.xml file of hive-unit is incorrect. After applying patch HIVE-23482, the maven.surefire.plugin.version was upgraded to 3.0.0-M4 to enable junit5. So when I execute "mvn test -Dtest=<TestName>" under itests/hive-unit, no test cases are triggered because the junit pom dependency is incorrect. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org