Aarchy commented on PR #1798: URL: https://github.com/apache/phoenix/pull/1798#issuecomment-1893467610
The test still fails sometimes, but on another assert, which checks whether the elapsed time was greater than the timeout set. Logging elapsedTime showed that it was equal to the timeout (1000 ms). I'm wondering if this is caused by relying on System.currentTimeMillis() instead of system.nanotime(). Using (>=) in the assert seems to fix it though. -- 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]
