cshannon opened a new pull request, #5017: URL: https://github.com/apache/accumulo/pull/5017
Fix testGetAsync() by ensuring that future6 will timeout before adding a job to the queue by waiting for the TimeoutException to happen and not arbitrarily sleeping. Before it was possible for the job to be added to the queue in rare cases before the timeout executed so future6 was receiving the job and not future7 which caused the test to fail. This closes #5005 -- 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]
