[
https://issues.apache.org/jira/browse/HIVE-26796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17641343#comment-17641343
]
Zsolt Miskolczi commented on HIVE-26796:
----------------------------------------
The whole hive-unit is affected as well so that I made a comparison between the
Zookeeper change test run and the previous precommit test run before that:
The Zookeeper update ran 42430 tests:
http://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/PR-3787/7/tests/
The previous change ran 46838:
http://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/PR-3784/3/tests/
It is about 4000 test cases as a difference.
There is no error. The tests are just completely ignored.
> All tests in hive-unit module are skipped silently
> --------------------------------------------------
>
> Key: HIVE-26796
> URL: https://issues.apache.org/jira/browse/HIVE-26796
> Project: Hive
> Issue Type: Bug
> Components: Testing Infrastructure
> Reporter: Stamatis Zampetakis
> Assignee: Stamatis Zampetakis
> Priority: Major
>
> In current master (7207a62def246b3290f1ece529e65b79012a3578) the tests in
> hive-unit module are not running.
> {noformat}
> $ cd itests/hive-unit && mvn test
> [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]
> ------------------------------------------------------------------------
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)