Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
Description
ServerDescriptionTest.testDefaults occasionally fails in CI. Let's figure out why and fix it.
The failed assertion is:
assertTrue(serverDescription.getLastUpdateTime(TimeUnit.NANOSECONDS) > currentNanoTime);
|
So looks like System.nanoTime() doesn't always move forward fast enough.