summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_zoo_writer.c
Commit message (Expand)AuthorAgeFilesLines
* To avoid potential clashes with other tests, call the shadow file `zoo-shadow`.David Young2020-08-211-1/+1
* Add to the "bigset" writer a `-M` command-line option that enables the use ofDavid Young2020-07-211-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
* Insert a random delay between zoo-writer test steps. Let us controlDavid Young2020-04-301-4/+47
* Use a one-character buffer to send/receive messages to/fromDavid Young2020-04-301-7/+11
* Change some fprintf callss to dbgf calls, and increase the debug levelDavid Young2020-04-281-12/+10
* 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-211-34/+217
* Add a `reader` personality to vfd_swmr_zoo_writer. Remove the disusedDavid Young2020-03-311-20/+41
* Add option flag `-v` for verbose messages. Alphabetize the optionsDavid Young2020-03-241-3/+7
* 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-231-0/+7
* Take a stab at a "zoo" writer for VFD SWMR: write all of the sameDavid Young2020-03-201-0/+188