hdf5/testpar
jhendersonHDF af56339d3b
Fixes and adjustments to t_filters_parallel (#3714)
Broadcast number of datasets to create in multi-dataset I/O cases
so that interference with random number generation doesn't cause
mismatches between ranks

Set fill time for datasets to "never" by default and adjust on a
per-test basis to avoid writing fill values to chunks when it's
unnecessary

Reduce number of loops run in some tests when performing multi-dataset
I/O

Fix an issue in the "fill time never" test where data verification
could fill if file space reuse causes application buffers to be
filled with chosen fill value when reading from datasets with
uninitialized storage

Skip multi-chunk I/O test configurations for multi-dataset I/O
configurations when the TestExpress level is > 1 since those
tests can be more stressful on the file system

Disable use of persistent file free space management for now
since it occasionally runs into an infinite loop in the library's
free space management code
2023-10-19 15:23:59 -07:00
..
API Fix several spelling/grammar issues (#3621) 2023-10-03 09:01:28 -07:00
CMakeLists.txt
CMakeTests.cmake
CMakeVFDTests.cmake
Makefile.am
t_2Gio.c Fix several spelling/grammar issues (#3621) 2023-10-03 09:01:28 -07:00
t_bigio.c Consistent initialization of hid_t in the tests (#3521) 2023-09-08 18:06:23 -05:00
t_cache_image.c Fix several spelling/grammar issues (#3621) 2023-10-03 09:01:28 -07:00
t_cache.c Strip HD prefix from string/char C API calls (#3540) 2023-09-15 15:13:18 -07:00
t_chunk_alloc.c chore: remove gubbins comment (#3420) 2023-08-24 08:10:27 -05:00
t_coll_chunk.c
t_coll_md.c
t_dset.c Fix several spelling/grammar issues (#3621) 2023-10-03 09:01:28 -07:00
t_file_image.c Strip HD prefix from string/char C API calls (#3540) 2023-09-15 15:13:18 -07:00
t_file.c Strip HD prefix from string/char C API calls (#3540) 2023-09-15 15:13:18 -07:00
t_filter_read.c Convert hbool_t --> bool in testpar (#3495) 2023-09-05 11:49:37 -07:00
t_filters_parallel.c Fixes and adjustments to t_filters_parallel (#3714) 2023-10-19 15:23:59 -07:00
t_filters_parallel.h Fixes and adjustments to t_filters_parallel (#3714) 2023-10-19 15:23:59 -07:00
t_init_term.c Check return values from HDF5 API calls. (#3556) 2023-09-22 08:40:56 -05:00
t_mdset.c Strip HD prefix from string/char C API calls (#3540) 2023-09-15 15:13:18 -07:00
t_mpi.c Fix printf warnings in t_mpi (#3679) 2023-10-16 12:19:15 -05:00
t_oflush.c
t_pflush1.c Replaces HDgetenv with getenv (#3599) 2023-09-26 13:11:22 -07:00
t_pflush2.c Replaces HDgetenv with getenv (#3599) 2023-09-26 13:11:22 -07:00
t_ph5basic.c
t_pmulti_dset.c Consistent initialization of hid_t in the tests (#3521) 2023-09-08 18:06:23 -05:00
t_pread.c Fix typos and grammar in t_pread. (#3565) 2023-09-22 08:44:53 -05:00
t_prestart.c
t_prop.c Strip HD prefix from string/char C API calls (#3540) 2023-09-15 15:13:18 -07:00
t_pshutdown.c
t_select_io_dset.c Strip HD prefix from string/char C API calls (#3540) 2023-09-15 15:13:18 -07:00
t_shapesame.c Fix several spelling/grammar issues (#3621) 2023-10-03 09:01:28 -07:00
t_span_tree.c Fix several spelling/grammar issues (#3621) 2023-10-03 09:01:28 -07:00
t_subfiling_vfd.c Suppress format string warnings in subfiling test (#3699) 2023-10-17 11:05:20 -07:00
t_vfd.c Strip HD prefix from string/char C API calls (#3540) 2023-09-15 15:13:18 -07:00
testpar.h
testpflush.sh.in
testphdf5.c Consistent initialization of hid_t in the tests (#3521) 2023-09-08 18:06:23 -05:00
testphdf5.h Convert hbool_t --> bool in testpar (#3495) 2023-09-05 11:49:37 -07:00