Expand description
Object store implementation used for testing
Structs§
- Blocking
Object 🔒Store - An object store that “blocks” in its
headcall until an expected number of concurrent calls are reached.
Functions§
- ensure_
head_ concurrency - Blocks the object_store
headcall untilconcurrencynumber of calls are pending. - local_
unpartitioned_ file - Helper method to fetch the file size and date at given path and create a
ObjectMeta - make_
test_ store_ and_ state - Create a test object store with the provided files
- register_
test_ store - Registers a test object store with the provided
ctx