summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_group_writer.c
Commit message (Collapse)AuthorAgeFilesLines
* Add to the "bigset" writer a `-M` command-line option that enables the use ofDavid Young2020-07-211-1/+1
| | | | | | | multiple files with virtual datasets. Add to vfd_swmr_create_fapl() printf(3)-like arguments for setting the shadow filename. Update all callers.
* Suppress the error-stack printouts while attempting to open and read anDavid Young2020-07-141-1/+8
| | | | attribute: failures are expected.
* If a group's attribute isn't present, that's ok. Retry.David Young2020-07-141-8/+13
|
* Use native byte order unless big-endian is specified with `-b` option.David Young2020-07-021-6/+11
|
* Add/check a group attribute every so many steps. delete some dead code, andDavid Young2020-06-221-5/+68
| | | | set a non-zero default for the number of steps.
* Delete unused variables and struct members.David Young2020-06-031-4/+0
|
* Disable the error-stack printing around the H5Gopen() call that we know willDavid Young2020-05-281-0/+3
| | | | sometimes fail.
* Add a test writer that creates groups under the root and a reader that pollsDavid Young2020-05-271-0/+264
until all of the expected groups appear.