Tim Peierls

Results 42 comments of Tim Peierls

I don't understand what behavior you're trying to achieve. You want `aaa()`, in general, to retry some code if an AssertionError is thrown during the execution of that code. But...

> Like if a retry policy can be configured to signal outer retry methods not to retry if they catch this signal. I do not know the Failsafe framework so...