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/02/15 20:05:16 UTC

[GitHub] [accumulo] ctubbsii commented on issue #2441: Migrate from JUnit 4 to JUnit 5

ctubbsii commented on issue #2441:
URL: https://github.com/apache/accumulo/issues/2441#issuecomment-1040738204


   The vast vast vast majority of JUnit assert statements are trivial and obvious, and don't need a special message at all, because the message that JUnit itself provides is more than sufficient. Even if the extra time for each string took 100ms per test (which I think is an overestimate), that's only a single extra minute on a more than 4 hour build. Even if they took half a second each, that's still only 5 minutes extra on a more than 4 hour build.
   
   Don't bother. It's almost certainly not worth it.


-- 
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