Module object_store

Module object_store 

Source
Expand description

Object store implementation used for testing

Structs§

BlockingObjectStore 🔒
An object store that “blocks” in its head call until an expected number of concurrent calls are reached.

Functions§

ensure_head_concurrency
Blocks the object_store head call until concurrency number 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