Race Conditions with Layered Test Suites Using Shared File System
I have a mock implementation of an external service that is backed by a
I think I'm hitting race conditions when running tests like this:
I think my usage of
KeyValueStore.layerFileSystem.I think I'm hitting race conditions when running tests like this:
I think my usage of
layer(...) within the test suite is creating the layers every time. And, this means that there are multiple layers referencing the same file(s) as a KV store.