summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Count failures of the variable-length string tests as "soft errors"David Young2020-04-071-2/+8
* Don't try to free a NULL pointer.David Young2020-04-071-1/+2
* Quiet a warning about the variable being used before it is initialized.David Young2020-04-071-1/+1
* If the shadow-index size is 0 in the current step, don't calloc(3)David Young2020-04-061-2/+2
* Add a `reader` personality to vfd_swmr_zoo_writer. Remove the disusedDavid Young2020-03-312-22/+46
* Prepare for reuse in vfd_swmr_zoo_{reader,writer}: inDavid Young2020-03-313-1766/+1116
* Remove a duplicate `#define H5FD_TESTING` line.David Young2020-03-241-1/+0
* Add option flag `-v` for verbose messages. Alphabetize the optionsDavid Young2020-03-241-3/+7
* When creating a shadow index for testing, increase the page number fromDavid Young2020-03-241-1/+3
* The forced-fail index comes only from the environment, never fromDavid Young2020-03-241-1/+1
* Use the name vfd_swmr_zoo.h5 for the zoo file, not vfd_swmr_vlstr.h5.David Young2020-03-231-1/+1
* Let tests provide a "hook" that runs after each step in create_zoo().David Young2020-03-235-1/+40
* Take a stab at a "zoo" writer for VFD SWMR: write all of the sameDavid Young2020-03-202-2/+193
* Deduplicate create_zoo() and validate_zoo() and refactor for reuse byDavid Young2020-03-203-336/+167
* Use more iterations on the variable-length string reader & writer toDavid Young2020-03-171-2/+2
* Test H5Dread() for the right "success" conditions. I'm not sure howDavid Young2020-03-161-1/+1
* Add tests for the two expected failure modes for variable-length (VL) stringsDavid Young2020-03-136-115/+243
* Add disable_estack() and restore_estack() for disabling the current error-stackDavid Young2020-03-122-9/+33
* Add my work in progress on variable-length string test for VFD SWMR.David Young2020-03-103-1/+554
* In await_signal(), print a less alarming message when exiting in normalDavid Young2020-03-091-1/+8
* Add an environment variable, H5_SHADOW_INDEX_FAIL, that I can set to anDavid Young2020-03-021-20/+58
* Add a test for shadow-index lookups per the specification agreed with John andDavid Young2020-02-281-0/+84
* So that I can use PASSED(); anywhere a statement can go, #define PASSED() withDavid Young2020-02-2815-260/+259
* Quiet some warnings about jumping over variable initialization,David Young2020-02-061-8/+15
* Numerous changes supporting a floating shadow index:David Young2020-02-031-2/+2
* Use FAIL_STACK_ERROR instead of TEST_ERROR after library calls, so that theDavid Young2020-02-031-6/+5
* Repair indentation and delete some superfluous comments. NFCI.David Young2020-01-301-13/+13
* Align the shadow images on page boundaries so that they don't overlap. ThisDavid Young2019-12-181-8/+8
* In the faked-up shadow-index entries, assign independent page numbers in theDavid Young2019-12-181-4/+4
* Allocate and zero using calloc(3) instead of malloc(3)+memset(3).David Young2019-12-181-2/+1
* Remove the ugly casts on calloc() and malloc(). Change some malloc() toDavid Young2019-12-131-6/+6
* Shorten the type name `H5F_vfd_swmr_eot_queue_entry_t` to `eot_queue_entry_t`:David Young2019-12-101-16/+11
* Remove disused #ifdef QAK code.David Young2019-12-095-72/+0
* Be brief: don't cast the last parameter of H5Pset_file_space_strategy(), theDavid Young2019-12-092-21/+17
* Don't see a 1GB threshold for tracking free filespace, that workaround for VFDDavid Young2019-12-092-2/+2
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-09196-30959/+51550
* Fix for punch list #28:Vailin Choi2019-11-201-2/+38
* Changes for punch list #4: Add support for opening mulitple files in either V...Vailin Choi2019-11-201-49/+975
* Modifications for the following items in the punch list:Vailin Choi2019-11-1422-20/+20
* Good-bye md_open_tries.David Young2019-11-141-3/+0
* VFD SWMR sparse readers failed to open the .h5 file because the sparse writerDavid Young2019-10-232-1/+49
* I've changed `test/dsets` so that every time it needs to visit allDavid Young2019-10-171-32/+121
* The err_compat test relied on some "lines" on the standard output streamDavid Young2019-10-082-3/+7
* Make some NetBSD compatibility patches.David Young2019-10-031-1/+7
* Refactor a bit, remove dead code, move some helper functions to the topDavid Young2019-10-021-261/+355
* Initialize `data` and `odata` to NULL like the exit sequencesDavid Young2019-09-301-2/+6
* Add a test for single-page metadata (SPMDE) writes. Mention in aDavid Young2019-09-301-10/+150
* Rename the metadata test again to reflect how it's checking the pageDavid Young2019-09-271-13/+28
* Don't use FILENAME and FILENAME[0] because that looks like worrisomeDavid Young2019-09-271-83/+83
* Initialize VFD SWMR configuration block to zeroes. I was hopeful thatDavid Young2019-09-261-0/+2