Module tracking_store

Module tracking_store 

Source
Expand description

Make assertions about IO operations to an ObjectStore.

When testing code that performs IO, you will often want to make assertions about the number of reads and writes performed, the amount of data read or written, and the number of disjoint periods where at least one IO is in-flight.

This modules provides IOTracker which can be used to wrap any object store.

Structsยง

IOTracker
IoRequestRecord
IoStats
IoTrackingStore