summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few typos.Songyu Lu2021-03-232-3/+3
* Adding group number adjustment for vfd_swmr_group_writer.c based on the level...Songyu Lu2021-03-221-5/+9
* Merge branch 'feature/vfd_swmr' of https://github.com/HDFGroup/hdf5 into rayl...Songyu Lu2021-03-191-2/+2
|\
| * Re-arranged the communication between the writer and reader through named pip...Songyu Lu2021-03-171-20/+10
| * Adding more comments.Songyu Lu2021-03-151-3/+5
| * Some minor changes.Songyu Lu2021-03-151-8/+11
| * Changing the signal handling to named pipe for better portablity.Songyu Lu2021-03-102-42/+122
* | Rearranged the test in the following way:Songyu Lu2021-03-192-134/+411
|/
* Merge remote-tracking branch 'canonical/feature/vfd_swmr' into vfd_swmr/thg_s...Dana Robinson2021-03-041-4/+28
|\
| * Add test settings for vfd_swmr_bigset_writer.c based on HDF5TestExpress:vchoi2021-03-021-4/+28
| * Revert "Add the two VFD SWMR demo programs to the test directory so that they...vchoi2021-03-025-1279/+1
| * Merge remote-tracking branch 'canonical/feature/vfd_swmr' into feature/vfd_swmrvchoi2021-03-023-4/+97
| |\
| * | Add the two VFD SWMR demo programs to the test directory so that they can be ...vchoi2021-02-265-1/+1279
* | | Switch to using H5_nanosleep() instead of HDnanosleep()Dana Robinson2021-03-031-9/+3
* | | Brings MacOS fixes from main feature branchDana Robinson2021-03-023-4/+97
|\ \ \ | | |/ | |/|
| * | Improves autotools and CMake support for sigtimedwait alternativeDana Robinson2021-03-012-7/+17
| * | Fixes leading underscores in VFD SWMR include guardsDana Robinson2021-03-011-3/+3
| * | Adds MacOS work-around for sigtimedwait(2) in the VFD SWMR testsDana Robinson2021-02-261-1/+84
| |/
* | HD prefix and hbool_t changes in test/vfd_swmr.cDana Robinson2021-03-021-22/+22
* | Makes libgen.h functions ready for implementation on WindowsDana Robinson2021-03-024-10/+5
* | Removed most C library include lines from testsDana Robinson2021-03-028-13/+0
* | Fix unfreed memory after fork in vfd_swmr testDana Robinson2021-03-021-0/+12
|/
* Corrected a typo in the comment.songyulu2021-02-151-1/+1
* Added some comments.songyulu2021-02-121-1/+4
* Adding the test case for fixed-array chunked dataset and VDS.songyulu2021-02-122-6/+26
* (1) Add new routine to configure for VFD SWMR: init_vfd_swmr_config()vchoi2021-02-0216-311/+177
* Updates CMake files to work with VFD SWMRDana Robinson2020-10-142-4/+20
* Merge branch 'vswmr-base' into quiet-zooDavid Young2020-09-179-63/+115
|\
| * Limit the repeat rate for duplicate zoo warnings to once every fiveDavid Young2020-09-176-32/+54
| * Move below_speed_limit() from vfd_swmr_bigset_writer.c toDavid Young2020-09-173-24/+39
| * Document some of the functions in here. Update the comment at the topDavid Young2020-09-171-7/+22
| * Fixes a leak of the metadata index memoryDana Robinson2020-09-141-5/+9
* | Merge branch 'feature/vfd_swmr' into multiDavid Young2020-09-141-25/+27
|\ \ | |/
| * Rewrap lines.David Young2020-09-031-25/+27
* | Merge pull request #1 in ~DYOUNG/vchoi_fork from ~DEROBINS/hdf5_der:svd_multi...Dana Robinson2020-09-091-5/+9
|\ \
| * | Fixes a leak of the metadata index memoryDana Robinson2020-09-081-5/+9
* | | Merge branch 'feature/vfd_swmr' into multiDavid Young2020-09-031-6/+98
|\ \ \ | |/ / |/| / | |/
| * Individually track the steps verified on each dataset. Take careDavid Young2020-09-031-5/+19
| * Give an overview of the bigsets test in a mega-comment at the top. Also,David Young2020-09-031-1/+79
* | Merge branch 'feature/vfd_swmr' into multiDavid Young2020-08-251-3/+4
|\ \ | |/
| * Use the terminology "expected" and "unexpected" errors instead of "soft" andDavid Young2020-08-251-3/+4
* | Merge branch 'feature/vfd_swmr' into multiDavid Young2020-08-212-0/+8
|\ \ | |/
| * Apply Dana's fix for production mode builds.David Young2020-08-212-0/+8
* | Merge branch 'feature/vfd_swmr' into multiDavid Young2020-08-2114-22/+29
|\ \ | |/
| * Avoid potential shadow-file clashes, call the shadow file `group-shadow`.David Young2020-08-211-1/+1
| * Call the shadow files bigset-shadow-<number> for some <number>,David Young2020-08-211-1/+1
| * Avoid potential shadow-file clashes, call the file `generator-shadow`.David Young2020-08-211-1/+1
| * Use the safe calloc() idiom, p = calloc(1, sizeof(*p)), and doDavid Young2020-08-213-3/+3
| * Avoid potential shadow-file clashes, call the shadow file `rw-shadow`.David Young2020-08-217-7/+8
| * Straggler from last: call the shadow file `vlstr-shadow`.David Young2020-08-211-1/+1