[
https://issues.apache.org/jira/browse/HADOOP-17899?focusedWorklogId=647747&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-647747
]
ASF GitHub Bot logged work on HADOOP-17899:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 08/Sep/21 05:39
Start Date: 08/Sep/21 05:39
Worklog Time Spent: 10m
Work Description: iwasakims opened a new pull request #3399:
URL: https://github.com/apache/hadoop/pull/3399
https://issues.apache.org/jira/browse/HADOOP-17899
Compilation of branch-3.3 fails due to lack of transitive dependency
existing in trunk.
```
[ERROR]
/home/centos/srcs/hadoop/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/http/TestHttpFileSystem.java:[29,29]
package org.junit.jupiter.api does not exist
[ERROR]
/home/centos/srcs/hadoop/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/http/TestHttpFileSystem.java:[47,4]
cannot find symbol
symbol: class BeforeEach
location: class org.apache.hadoop.fs.http.TestHttpFileSystem
[INFO] 2 errors
```
junit-jupiter-api is transitive dependency of curator-test-5.2.0 in trunk.
branch-3.3 using curator-test-4.2.0 does not have it. Existing tests of Hadoop
are using JUnit 4. hadoop-common should avoid using implicit dependency on
junit-jupiter-api until migration to JUnit 5 is done.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 647747)
Remaining Estimate: 0h
Time Spent: 10m
> Avoid using implicit dependency on junit-jupiter-api
> ----------------------------------------------------
>
> Key: HADOOP-17899
> URL: https://issues.apache.org/jira/browse/HADOOP-17899
> Project: Hadoop Common
> Issue Type: Bug
> Components: test
> Affects Versions: 3.4.0, 3.3.2
> Reporter: Masatake Iwasaki
> Assignee: Masatake Iwasaki
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Compilation of branch-3.3 fails due to lack of transitive dependency existing
> in trunk.
> {noformat}
> [ERROR]
> /home/centos/srcs/hadoop/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/http/TestHttpFileSystem.java:[29,29]
> package org.junit.jupiter.api does not exist
> [ERROR]
> /home/centos/srcs/hadoop/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/http/TestHttpFileSystem.java:[47,4]
> cannot find symbol
> symbol: class BeforeEach
> location: class org.apache.hadoop.fs.http.TestHttpFileSystem
> [INFO] 2 errors
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]