[
https://issues.apache.org/jira/browse/HIVE-26796?focusedWorklogId=830116&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-830116
]
ASF GitHub Bot logged work on HIVE-26796:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Nov/22 15:21
Start Date: 30/Nov/22 15:21
Worklog Time Spent: 10m
Work Description: zabetak opened a new pull request, #3819:
URL: https://github.com/apache/hive/pull/3819
### What changes were proposed and why?
The junit-jupiter-api dependency coming from curator-test comes in conflict
with the one used by the surefire plugin and the one used in Hive causing many
problems with the discovery of tests in many modules.
Excluding the junit-jupiter-api dependency from curator remedies the problem
for now.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
```
cd itests/hive-unit && mvn test
mvn test -Dtest=StartMiniHS2Cluster
```
Issue Time Tracking
-------------------
Worklog Id: (was: 830116)
Remaining Estimate: 0h
Time Spent: 10m
> 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
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)