diff options
author | David Young <dyoung@hdfgroup.org> | 2019-12-30 22:59:15 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2019-12-30 22:59:15 (GMT) |
commit | 68b012f0175c357d59a7d870779a765f3ab8358d (patch) | |
tree | eb34ee0185a8410826c244d389f310cc5a30df2b /doc | |
parent | 0b5dfad751cf0f13151648d1eb0548d71eb27dad (diff) | |
download | hdf5-68b012f0175c357d59a7d870779a765f3ab8358d.zip hdf5-68b012f0175c357d59a7d870779a765f3ab8358d.tar.gz hdf5-68b012f0175c357d59a7d870779a765f3ab8358d.tar.bz2 |
Mention that I fixed the VFD SWMR tests.
Diffstat (limited to 'doc')
-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 d343715..57711bb 100644 --- a/doc/VFD_SWMR_Punch_List.md +++ b/doc/VFD_SWMR_Punch_List.md @@ -59,9 +59,9 @@ guide to the syntax. - Cleanup EOA hack in H5FD\_read(). - - Address file open failures in SWMR tests. These appear to be - cases in which the writer finishes before the reader opens -- - causing the reader to fail as the metadata file no longer + - **David, complete** Address file open failures in SWMR tests. These + appear to be cases in which the writer finishes before the reader + opens -- causing the reader to fail as the metadata file no longer exists. If so, handle this more gracefully. 14. Add support for specifying the VFD that sits under the VFD SWMR |