summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Use a one-character buffer to send/receive messages to/fromDavid Young2020-04-301-7/+11
* Avoid deadlock of reader and writer: make the writer flush file contentDavid Young2020-04-301-0/+6
* In fetch_env_ulong(), report a parse that consumes fewer than allDavid Young2020-04-301-1/+5
* Add a rudimentary zoo test to the VFD SWMR test script.David Young2020-04-281-1/+55
* Change some fprintf callss to dbgf calls, and increase the debug levelDavid Young2020-04-281-12/+10
* Let catch_out_err_and_rc() callers redirect the standard input andDavid Young2020-04-281-2/+2
* Move fetch_env_ulong() from vfd_swmr.c to vfd_swmr_common.c for eventualDavid Young2020-04-283-29/+32
* To avoid name clashes, rename FILENAME -> COMMON_FILENAME inDavid Young2020-04-279-18/+26
* Implement the remainder of the delete/validate-delete cases.David Young2020-04-231-28/+35
* Flesh out the delete/validate-deletion tests. Extract a sharedDavid Young2020-04-231-14/+29
* Delete dead code. Re-enable the coordination between reader and writer:David Young2020-04-231-30/+3
* Add a `skip compact` configuration for skipping the "zoo" tests forDavid Young2020-04-214-102/+472
* Make await_signal() await any signal instead of just SIGINT. Add aDavid Young2020-04-211-4/+20
* Delete an empty line. NFCI.David Young2020-04-211-1/+0
* Quiet some used-before-initialized warnings.David Young2020-04-201-4/+4
* Straggler from last: retire vfd_swmr_writer_g.David Young2020-04-201-2/+2
* Retire globals vfd_swmr_writer_g and end_of_tick_g.David Young2020-04-201-11/+11
* Quiet some used-before-initialized warnings and, while I am here,David Young2020-04-201-3/+3
* Refactor: extract subroutine estack_get_state() for reuse in a commitDavid Young2020-04-162-1/+11
* Send debug messages to stderr instead of to stdout.David Young2020-04-161-1/+1
* 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