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

Test decreasing and then increasing size of dset #267

Closed mattjala closed 8 months ago

mattjala commented 9 months ago

After decreasing and then increasing size, the new positions in the dataset should have a value equal to fill value, not whatever was written there before the size was decreased.

jreadey commented 8 months ago

That behavior will require quite a bit more additional logic. Let's push this PR to master and then work on the value changes in separate PR. It will be a good place to include the TBD code to remove chunks that are no longer part of the dataspace.

mattjala commented 8 months ago

More comprehensive tests for this are added in #277