diff options
author | David Young <dyoung@hdfgroup.org> | 2020-07-31 21:14:10 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-07-31 21:14:10 (GMT) |
commit | d01bcf66674988dae9d7fd18b0e25014d812576a (patch) | |
tree | 73949b0813fa819b5f007aff901c9a369f07e1f6 | |
parent | 6caa0c5ac5f998c30ed59e5b0722de39257aeb05 (diff) | |
download | hdf5-d01bcf66674988dae9d7fd18b0e25014d812576a.zip hdf5-d01bcf66674988dae9d7fd18b0e25014d812576a.tar.gz hdf5-d01bcf66674988dae9d7fd18b0e25014d812576a.tar.bz2 |
Perform virtual dataset tests with multiple source files, too.
-rw-r--r-- | test/testvfdswmr.sh.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/testvfdswmr.sh.in b/test/testvfdswmr.sh.in index 42384c5..a355245 100644 --- a/test/testvfdswmr.sh.in +++ b/test/testvfdswmr.sh.in @@ -624,7 +624,7 @@ if [ ${do_groups:-no} = yes ]; then rm -f vfd_swmr_group_reader.*.{out,rc} fi -for options in "-d 1" "-d 2" "-d 1 -V"; do +for options in "-d 1" "-d 2" "-d 1 -V" "-d 1 -M"; do if [ ${do_many_small:-no} = no ]; then continue fi @@ -673,7 +673,7 @@ for options in "-d 1" "-d 2" "-d 1 -V"; do rm -f vfd_swmr_bigset_reader.*.{out,rc} done -for options in "-d 1" "-d 2" "-d 1 -V"; do +for options in "-d 1" "-d 2" "-d 1 -V" "-d 1 -M"; do # # Test a few big datasets of one and two dimensions. # @@ -690,11 +690,11 @@ for options in "-d 1" "-d 2" "-d 1 -V"; do fi echo launch vfd_swmr_bigset_writer few big, options $options catch_out_err_and_rc vfd_swmr_bigset_writer \ - ../vfd_swmr_bigset_writer -n 50 $options -s 5 -r 256 -c 256 -q & + ../vfd_swmr_bigset_writer -n 50 $options -s 40 -r 256 -c 256 -q & pid_writer=$! catch_out_err_and_rc vfd_swmr_bigset_reader \ - ../vfd_swmr_bigset_reader -n 50 $options -s 5 -r 256 -c 256 -q -W & + ../vfd_swmr_bigset_reader -n 50 $options -s 40 -r 256 -c 256 -q -W & pid_reader=$! # Wait for the reader to finish before signalling the |