Skip to content

Avoid Zarr-to-HDF5 export deadlock and make the IO finalizer non-blocking - #1547

Merged
rly merged 11 commits into
devfrom
fix/zarr-export-deadlock-and-finalizer
Jul 30, 2026
Merged

Avoid Zarr-to-HDF5 export deadlock and make the IO finalizer non-blocking#1547
rly merged 11 commits into
devfrom
fix/zarr-export-deadlock-and-finalizer

Merge branch 'dev' into fix/zarr-export-deadlock-and-finalizer

270e80a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 30, 2026 in 0s

93.15% (-0.08%) compared to 98f19e8

View this Pull Request on Codecov

93.15% (-0.08%) compared to 98f19e8

Details

Codecov Report

❌ Patch coverage is 84.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.15%. Comparing base (98f19e8) to head (270e80a).

Files with missing lines Patch % Lines
src/hdmf/backends/hdf5/h5tools.py 50.00% 1 Missing and 1 partial ⚠️
src/hdmf/backends/io.py 90.47% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1547      +/-   ##
==========================================
- Coverage   93.22%   93.15%   -0.08%     
==========================================
  Files          41       41              
  Lines       10221    10245      +24     
  Branches     2115     2119       +4     
==========================================
+ Hits         9529     9544      +15     
- Misses        415      422       +7     
- Partials      277      279       +2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.