Manno15 commented on PR #3037: URL: https://github.com/apache/accumulo/pull/3037#issuecomment-1288111394
It seems the issue is we call `waitForNextAttempt` with the provided parameters and then during the `zrw.delete(path)` call, a different `retry.waitForNextAttempt` gets called inside `ZooReader` with a different logger and string which is unexpected for the mock run. I couldn't find an elegant solution (I'm no easyMock expert) but doing something like `retry.waitForNextAttempt(anyObject(), anyString());` does make the test pass. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
