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
All unit tests that require the store currently create one instance of RockDB. We therefore have to be careful to initialise each of these instances with a different storage path or 'cargo test' cannot run tests in parallel.
It would be better to write a simple mock storage (an in-memory store) with the same interface as the current store that could be used for testing.
The text was updated successfully, but these errors were encountered:
All unit tests that require the store currently create one instance of RockDB. We therefore have to be careful to initialise each of these instances with a different storage path or 'cargo test' cannot run tests in parallel.
It would be better to write a simple mock storage (an in-memory store) with the same interface as the current store that could be used for testing.
The text was updated successfully, but these errors were encountered: