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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
