You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/04/05 04:47:57 UTC

[GitHub] [accumulo] ctubbsii commented on pull request #2608: Accumulo Start JUnit5 conversion

ctubbsii commented on PR #2608:
URL: https://github.com/apache/accumulo/pull/2608#issuecomment-1088264616

   > Would moving the tests that use power mock to a separate file make sense?
   
   There's only one class that uses PowerMock in this module, and it's deprecated, to be removed in 3.0. I don't think it's worth spending too much time trying to get it working when it's being removed anyway. If necessary, we can keep this entire module using the vintage engine, and we can migrate to jupiter later. However... from what I've read, if you have both the vintage and jupiter engines on the class path, then the surefire plugin will run both kinds of tests anyway. So, we can keep just the one test class using the vintage stuff, and everything else can be migrated to jupiter. At least, I think that would work.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org