summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add missing newline to dbgf() statement.David Young2020-05-151-1/+1
* Make `-q` actually quiet the program.David Young2020-05-151-1/+1
* Make the personality detection more robust like I did forDavid Young2020-05-151-4/+11
* Let us change the chunk size with command-line options, -r rows and -cDavid Young2020-05-151-84/+152
* Fix inverted logic: report "soft" errors if there were *not* 0 of them.David Young2020-05-131-1/+1
* This test doesn't need to log/modify traps in the global heap, so don'tDavid Young2020-05-131-11/+0
* Don't initialize `seed` without need. NFCI.David Young2020-05-111-1/+1
* Look for the personality in the program name *suffix*, because onDavid Young2020-05-111-2/+4
* Extend VFD SWMR tick length and maximum lag parameters.David Young2020-05-091-2/+2
* Delete extra line. NFCI.David Young2020-05-091-1/+0
* Add missing return-value check.David Young2020-05-091-0/+3
* Take care not to leak property lists or data spaces.David Young2020-05-091-8/+12
* Fix bugs in the dataset dimensions checks.David Young2020-05-071-4/+6
* Create a reader for the extensible datasets tests.David Young2020-05-072-26/+236
* Add my work-in-progress dataset test. It writes a handful of datasetsDavid Young2020-05-062-1/+405
* Add esnprintf that prints to the given buffer, observing the givenDavid Young2020-05-062-0/+18
* Insert a random delay between zoo-writer test steps. Let us controlDavid Young2020-04-304-7/+75
* 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