DomGarguilo opened a new pull request, #5967: URL: https://github.com/apache/accumulo/pull/5967
This test tails the StatsD metrics and waited for specific values to be seen. 0's are emitted between real updates and the test reset the variable it used to 0 which means the expected value was never reached and the Wait.waitFor block timed out because of that causing the test to fail. This PR fixes the test case by recording the highest seen value for this metric and using that -- 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]
