Skip to content

Commit

Permalink
Fixes and adjustments to t_filters_parallel
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jhendersonHDF committed Oct 19, 2023
1 parent fc78855 commit 9dccca5
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 80 deletions.
Loading

0 comments on commit 9dccca5

Please sign in to comment.