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
When running integration tests, we used a singleton Storage to mock out the system calls for do_read and do_write. After doing some experiments in setup, I discovered how to pass into into context, available on a per-instance basis. Let's remove this singleton.
When running integration tests, we used a singleton Storage to mock out the system calls for do_read and do_write. After doing some experiments in setup, I discovered how to pass into into context, available on a per-instance basis. Let's remove this singleton.
Relevant info:
The text was updated successfully, but these errors were encountered: