HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
126 stars 52 forks source link

Flushfix #289

Closed jreadey closed 7 months ago

jreadey commented 7 months ago

Updates to fix various test fails:

  1. Added a config value ("flush_timeout") to control how long to wait for a flush to complete
  2. Fixed errors with fixed UTF8 tests
  3. Fix for datasets that have a shuffle filter but no compression filter
  4. Updated Dockerfile to use Python 3.10 as base