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
{{ message }}
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
We've found a number of tests (serializable_transaction_test, for example) that sleep a thread for exactly the duration of an epoch and expect the global epoch to have advanced. However, this window may be too short depending on how threads are scheduled on the host, and causes tests to randomly fail. These tests should either sleep a bit longer, or deterministically advance the global epoch.
The text was updated successfully, but these errors were encountered:
mbutrovich
changed the title
Tests sleep for 1 epoch duration expect the global epoch to advance
Tests sleep for 1 epoch duration expecting the global epoch to advance
Jun 29, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We've found a number of tests (serializable_transaction_test, for example) that sleep a thread for exactly the duration of an epoch and expect the global epoch to have advanced. However, this window may be too short depending on how threads are scheduled on the host, and causes tests to randomly fail. These tests should either sleep a bit longer, or deterministically advance the global epoch.
The text was updated successfully, but these errors were encountered: