liuxiaocs7 commented on PR #7789: URL: https://github.com/apache/hbase/pull/7789#issuecomment-3960403523
> > `TestCheckTestClasses.checkClasses` seems still fails when using JDK8 + Hadoop2 in this job(https://github.com/apache/hbase/actions/runs/22378733544/job/64774616226?pr=7789) > > It is broken by upgrading hbase-client to junit5, since we use junit5 MockitoExtension in hbase-client, but we do not have this dependency in hbase-server... > > @liuxiaocs7 Please file an issue to add mockito-junit-jupiter to hbase-server, and remember to add a TODO that we will remove this once TestCheckTestClasses is removed. > > Thanks. HBASE-29925 and PR: https://github.com/apache/hbase/pull/7798 Test with the following commands on branch-2, it works well ```bash mvn test -pl hbase-server -am -Dtest=TestCheckTestClasses ``` and ```bash mvn test -pl hbase-server -am -Dtest=TestCheckTestClasses -Dhadoop.profile=3.0 ``` -- 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]
