tasanuma opened a new pull request, #6639:
URL: https://github.com/apache/hadoop/pull/6639
<!--
Thanks for sending a pull request!
1. If this is your first time, please read our contributor guidelines:
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
2. Make sure your PR title starts with JIRA issue id, e.g.,
'HADOOP-17799. Your PR title ...'.
-->
### Description of PR
After HDFS-17370, JUnit4 tests stopped running in hadoop-hdfs-rbf. To enable
both JUnit4 and JUnit5 tests to run, we need to add junit-vintage-engine to the
hadoop-hdfs-rbf/pom.xml.
### How was this patch tested?
I confirmed that all unit tests in hadoop-hdfs-rbf ran with this change with
`cd hadoop-hdfs-project/hadoop-hdfs-rbf && mvn clean test -fae` in my local
laptop.
### For code changes:
- [x] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'HADOOP-17799. Your PR title ...')?
--
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]