zarr-developers / zarr-python

An implementation of chunked, compressed, N-dimensional arrays for Python.
https://zarr.readthedocs.io
MIT License
1.45k stars 273 forks source link

Stateful store tests #2070

Closed e-marshall closed 4 weeks ago

e-marshall commented 1 month ago

This is a PR that implements stateful tests for Zarr MemoryStores.

TODO items below:

TODO:

e-marshall commented 4 weeks ago

thanks @dcherian ! thanks for all your help, fun to work with you and Seba on this!

e-marshall commented 4 weeks ago

thanks @jhamman ! I made these changes on https://github.com/zarr-developers/zarr-python/pull/2070/commits/d63df09a04503b0f36323b27933597ba60dd5652. happy to tweak/shorten the statemachine docstring if it seems too long

e-marshall commented 4 weeks ago

thanks @jhamman !

dcherian commented 4 weeks ago

Can we merge so that one might add list_prefix? #2064

d-v-b commented 4 weeks ago

Can we merge so that one might add list_prefix? #2064

I am working on getting that PR updated and ready

dcherian commented 4 weeks ago

Right, I meant that we could merge this PR so that we can add list_prefix to the stateful tests in that PR