smengcl commented on issue #813: HDDS-3309. Add TimedOutTestsListener to 
surefire
URL: https://github.com/apache/hadoop-ozone/pull/813#issuecomment-614335270
 
 
   > > Looks like hadoop-hdds can't locate the class in hadoop-ozone
   > 
   > I started working on a similar listener (for debugging disk space usage in 
tests) and ran into this classpath issue. Solved it by moving these test 
utilities to a new module. I'll create a PR with the base change to unblock 
you. With that change you'll be able to add the `TimedOutTestsListener` 
globally.
   
   It looks to me the root cause of the issue is that `Apache Hadoop HDDS 
Config` is compiled before `Apache Hadoop Distributed Data Store 
Common`(`hadoop-hdds-common`). The latter has the `TimedOutTestsListener`. One 
easy fix might just be to move the `TimedOutTestsListener` class to a module 
that is compiled early enough.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to