summaryrefslogtreecommitdiffstats
path: root/test/testabort_fail.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Plugin test cleanup (#1479)Dana Robinson2022-03-101-66/+0
| | | | | | | | | | | * Autotools plugin test cleanup * Combines filter, VFD, and VOL plugin tests * Adds VFD plugin tests to the Autotools * Implements a uniform shell script naming scheme in test/ * codespell fix * Changes after code review
* Update license url (#332)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories.
* Trim trailing whitespaceQuincey Koziol2020-04-201-3/+3
|
* Changes based on feedback from pull request.Vailin Choi2018-12-311-1/+1
|
* Fix for HDFFV-10659: The library abort with "infinite loop closing library"Vailin Choi2018-12-281-0/+66
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.