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
For some reason this doesn't happen on a Linux VM, but my laptop reproduces it consistently.
This hangs almost straight away on my machine: while cargo test key_value_timeout; do :; done
I added some prints and can see that when the test hangs, the background purge task was awakened at the time for the key to be purged, the key is purged, and then the request is made for the key, but it no longer exists as it just got purged. The test then hangs as read_exact is waiting for a longer response.
It seems to be related to the auto-advancing of the clock when paused, but I am unsure where to go from here to investigate further.