summaryrefslogtreecommitdiffstats
path: root/src/H5FDvfd_swmr.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-04-21 20:39:25 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-04-21 20:39:25 (GMT)
commit13e930d306fc38940b00fe020ededbc9a191c4d2 (patch)
tree97cd868d970c2a0c9ae6c6eb0fb3a85afa5862e8 /src/H5FDvfd_swmr.c
parentde18e8c95a3b6c5d7f9fee66d70546fa46046d21 (diff)
downloadhdf5-13e930d306fc38940b00fe020ededbc9a191c4d2.zip
hdf5-13e930d306fc38940b00fe020ededbc9a191c4d2.tar.gz
hdf5-13e930d306fc38940b00fe020ededbc9a191c4d2.tar.bz2
Add a `skip compact` configuration for skipping the "zoo" tests for
compact datasets. Bundle the zoo-test configuration into a new type, zoo_config_t. Add a couple new "zoo" test phases, "delete" and "validate-deletion", to the existing "create" and "verify" phases. Give names and numbers to all phases with the new `enum`, `phase_t`, and refactor so that tend_zoo runs a selection of phases at each step. Stub the "delete" and "validate-deletion" phases for most test steps. Actually implement for compact dataset (ds_cpt_i) test. In tend_zoo(), delay for 50 milliseconds after running all steps. Really, this should delay after each step.... Implement vfd_swmr_writer_may_increase_tick_to() and vfd_swmr_reader_did_increase_tick_to() with a file that reader and writer share. The reader saves its current tick number in the shared file. The writer does not advance its tick number past the reader's. Collect some statistics in vfd_swmr_writer_may_increase_tick_to() and print them before the writer exits. Add option flags for skipping compact dataset tests (-C) and for printing error stacks (-e). Update the usage message, which was stale before the new options were added. Delete some dead code. Add #if 0'd-out code for the reader to wait for the writer before running "delete" and "validate-deletion" steps.
Diffstat (limited to 'src/H5FDvfd_swmr.c')
0 files changed, 0 insertions, 0 deletions