[ https://issues.apache.org/jira/browse/HIVE-27846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17783153#comment-17783153 ]
Stamatis Zampetakis commented on HIVE-27846: -------------------------------------------- In the [latest CI run on mater|http://ci.hive.apache.org/job/hive-precommit/job/master/1945/testReport/] 104,179 tests are running. In the [PR head with the proposed changes|http://ci.hive.apache.org/job/hive-precommit/job/PR-4850/3/testReport/] 105,452 tests are running. The changes under PR#4850 restore 1273 unit tests. > 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)