ouroboros-network icon indicating copy to clipboard operation
ouroboros-network copied to clipboard

Create property tests for the `BackingStore` type that are implementation-agnostic

Open jorisdral opened this issue 3 years ago • 0 comments

We test BackingStore functionality at a high level through the OnDisk tests, but we do not test the full interface. Range reads remain untested, for example. As such, we should add lower-level property tests for the BackingStore type. Preferably, we test the BackingStore in an implementation-agnostic fashion, such that we can easily reuse the tests for different backing stores.

jorisdral avatar Aug 16 '22 09:08 jorisdral