keith-turner opened a new pull request #1109: URL: https://github.com/apache/fluo/pull/1109
I was building Fluo locally in a VM and the test TimestampTrackerIT was failing a lot of the builds. I investigated and found the problems was the test would make a change that kicked of an action in a background thread, sleep, and then check for the action. Sometimes the background action was not done and the test would fail. I replaced the sleeps w/ loops that check a condition and sleep. With the changes I was able to run the test 15 times w/o failure. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
