milleruntime opened a new issue #1098: Upgrade to Junit 5 URL: https://github.com/apache/accumulo/issues/1098 I started doing this thinking it was an easy change but its not, so I am opening a ticket. There are many changes to our tests that will require refactoring. For example, in CredentialsTest: ` assertEquals("Roundtrip through thirft changed credentials equality", creds, roundtrip);` ...now causes an error and has to be changed to: ` assertEquals(creds, roundtrip, "Roundtrip through thirft changed credentials equality");` https://junit.org/junit5/ https://www.baeldung.com/junit-5-migration
---------------------------------------------------------------- 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
