You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use system clock in the internal implementation for TTL, not
monotonic clock. The test may fail when changing the system clock. In
addition, fiber.sleep() may wake up earlier than planned by the
system clock.
We should to handle these situations in the test.
Closes#187
0 commit comments