summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_vlstr_reader.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed most C library include lines from testsDana Robinson2021-03-021-2/+0
|
* (1) Add new routine to configure for VFD SWMR: init_vfd_swmr_config()vchoi2021-02-021-2/+7
| | | | | | (2) Revise routine to setup fapl for VFD SWMR legacy and other integration tests: vfd_swmr_create_fapl() (3) Update all VFD SWMR integration tests to use the above two routines (4) Clean up VFD SWMR legacy tests: turn on compression in test script, remove #ifdef OUT H5Fflush(), message file name
* Straggler from last: call the shadow file `vlstr-shadow`.David Young2020-08-211-1/+1
|
* Fix copy-and-paste error: do not copy the H5T_C_S1 type twice.David Young2020-08-171-6/+0
|
* Add to the "bigset" writer a `-M` command-line option that enables the use ofDavid Young2020-07-211-2/+3
| | | | | | | multiple files with virtual datasets. Add to vfd_swmr_create_fapl() printf(3)-like arguments for setting the shadow filename. Update all callers.
* Test H5Dread() for the right "success" conditions. I'm not sure howDavid Young2020-03-161-1/+1
| | | | this even appeared to work, before.
* Add tests for the two expected failure modes for variable-length (VL) stringsDavid Young2020-03-131-74/+82
| | | | in VFD SWMR mode.
* Add my work in progress on variable-length string test for VFD SWMR.David Young2020-03-101-0/+223