diff options
author | David Young <dyoung@hdfgroup.org> | 2019-11-19 21:53:57 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2019-11-19 21:53:57 (GMT) |
commit | 7579e10abb7704b0888aa03a3fbd55f002b1b65a (patch) | |
tree | fcf84fe1224dc05ac4c9ed83681eda239c1fd47c | |
parent | 898871545d22253b1e932ae86887403197a23b24 (diff) | |
download | hdf5-7579e10abb7704b0888aa03a3fbd55f002b1b65a.zip hdf5-7579e10abb7704b0888aa03a3fbd55f002b1b65a.tar.gz hdf5-7579e10abb7704b0888aa03a3fbd55f002b1b65a.tar.bz2 |
Use bold to highlight items status.
-rw-r--r-- | doc/VFD_SWMR_Punch_List.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/VFD_SWMR_Punch_List.md b/doc/VFD_SWMR_Punch_List.md index 60f13b0..8e0f5c6 100644 --- a/doc/VFD_SWMR_Punch_List.md +++ b/doc/VFD_SWMR_Punch_List.md @@ -79,7 +79,7 @@ This document lives at [https://bitbucket.hdfgroup.org/users/dyoung/repos/vchoi_ 18. Flesh out designs for unit, integration and performance tests suites as outlined in the RFC. Implement same. -19. *in-progress* Fix memory leak in sparse-reader test. +19. **needs merge** Fix memory leak in sparse-reader test. David found that the shadow index was leaked by VFD SWMR readers and plugged the leak. Now the sparse reader tests do not use up @@ -87,7 +87,7 @@ This document lives at [https://bitbucket.hdfgroup.org/users/dyoung/repos/vchoi_ `vfd_swmr-merge-attempt-2`, which as of 19 Nov 2019 has not been merged to `feature/vfd_swmr`. -20. *in-progress* Test John's patch that repairs the superblock flags +20. **needs merge** Test John's patch that repairs the superblock flags mismatch that crashes the reader. David found that the patch fixed the demo crashes. He applied the @@ -113,7 +113,7 @@ This document lives at [https://bitbucket.hdfgroup.org/users/dyoung/repos/vchoi_ SWMR does not have to deal with it. However, if the global heap overhaul does not take place, then we have more work to do. -26. Fix the expand/shrink test. +26. **in-progress** Fix the expand/shrink test. The test *probably* fails because the dataset extent is enlarged before the data is written, so arbitrary data is present until the |