DomGarguilo commented on issue #1763: URL: https://github.com/apache/accumulo/issues/1763#issuecomment-733955095
I am looking into implementing the fix you suggested and am running into the issue of looping over an assert statement. From my understanding it is not possible to stop the loop based on the condition that an assert statement has passed(or failed for that matter). In other words, the assert statement would be called continuously, within the loop, until an added JUnit timeout occurs. Apparently there are ways to add "rules" to tests which could add the ability to loop until a test passes, but I'm not sure if this is something we want to use ([example](https://stackoverflow.com/questions/8295100/how-to-re-run-failed-junit-tests-immediately?rq=1)). ---------------------------------------------------------------- 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]
