[ https://issues.apache.org/jira/browse/HIVE-27846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
ASF GitHub Bot updated HIVE-27846: ---------------------------------- Labels: pull-request-available (was: ) > Tests under hive-unit module are not running > -------------------------------------------- > > Key: HIVE-27846 > URL: https://issues.apache.org/jira/browse/HIVE-27846 > Project: Hive > Issue Type: Bug > Components: Testing Infrastructure > Reporter: Stamatis Zampetakis > Assignee: Stamatis Zampetakis > Priority: Major > Labels: pull-request-available > > All the tests under hive-unit module are not running currently in master > neither locally nor in Jenkins CI. > {noformat} > mvn test -pl itests/hive-unit -Pitests > {noformat} > {noformat} > [INFO] — maven-surefire-plugin:3.0.0-M4:test (default-test) @ hive-it-unit — > [INFO] > [INFO] ------------------------------------------------------- > [INFO] T E S T S > [INFO] ------------------------------------------------------- > [INFO] > [INFO] Results: > [INFO] > [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 > [INFO] > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 10.444 s > [INFO] Finished at: 2023-11-02T12:21:51+01:00 > [INFO] > ------------------------------------------------------------------------ > {noformat} > The problem is caused by HIVE-27757 as it can be seen by comparing the test > reports in master: > * http://ci.hive.apache.org/job/hive-precommit/job/master/1907/testReport/ > * http://ci.hive.apache.org/job/hive-precommit/job/master/1906/testReport/ > Observe that when HIVE-27757 was merged the total number of tests dropped > from 49,200 (1906) to 47,663 (1907) reducing the total number of tests by > 1537. Comparing the two test reports together it becomes clear that all the > tests under hive-unit module are now missing. > The problem seems to be caused by the new junit-jupiter-engine dependency > that was added in hive-unit module. -- This message was sent by Atlassian Jira (v8.20.10#820010)