summaryrefslogtreecommitdiffstats
path: root/test/test_filenotclosed.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix for HDFFV-10659: The library aborts with "infinite loop closing library"Vailin Choi2019-01-061-41/+0
| | | | | | | | after deleting attributes in densed storage. The fix: When deleting attribute nodes from the name index v2 B-tree, if an attribute is found in the intermediate B-tree nodes, which may be merged/redistributed in the process, we need to free the dynamically allocated spaces for the intermediate decoded attribute.
* Skip HDFFV-10160 filenotclosed test for split/multi driverVailin Choi2017-07-051-1/+2
| | | | | | Temporary skip this test for split/multi driver. Further investigation to resolve the failure is needed. Please enter the commit message for your changes. Lines starting
* Fix for HDFFV-10160Vailin Choi2017-06-291-0/+40
Modifications to fix the assertion/abort failure when the application does not close the file.