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
I occasionally see timeouts in unit tests run on GitHub, stemming from the sqlite module. I'm not sure whether we simply need to increase the timeout for these tests, or if there is something more subtle like a race condition between tests using the db.
The failures are infrequent, but could be suggestive of being "on the edge" of an instability that might be triggered by the timing of usage on systems in the wild.
The SQLite usage here is coming from a databroker backend that was experimental in ~2015 and never used on the floor at NSLS-II (or anywhere else, to my knowledge). There is a strong aversion to deleting any code from this project, but perhaps we could xfail these tests….
I occasionally see timeouts in unit tests run on GitHub, stemming from the sqlite module. I'm not sure whether we simply need to increase the timeout for these tests, or if there is something more subtle like a race condition between tests using the db.
databroker/databroker/assets/sqlite.py
Lines 121 to 123 in b7846d5
The failures are infrequent, but could be suggestive of being "on the edge" of an instability that might be triggered by the timing of usage on systems in the wild.
The text was updated successfully, but these errors were encountered: