summaryrefslogtreecommitdiffstats
path: root/test/testvfdswmr.sh.in
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-04-30 20:39:35 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-04-30 20:39:35 (GMT)
commitc07a958e1d047bbe33e544a322720843ae3cfce4 (patch)
tree012857fad73f4f5a37db16f4a1b7721dcb800ee4 /test/testvfdswmr.sh.in
parentfdeeac1c1b6c240d172519cd65a8f43378a62630 (diff)
downloadhdf5-c07a958e1d047bbe33e544a322720843ae3cfce4.zip
hdf5-c07a958e1d047bbe33e544a322720843ae3cfce4.tar.gz
hdf5-c07a958e1d047bbe33e544a322720843ae3cfce4.tar.bz2
Insert a random delay between zoo-writer test steps. Let us control
the random seed with an environment variable, H5_ZOO_STEP_SEED, and the maximum delay in milliseconds with a command-line option, `-m ms`.
Diffstat (limited to 'test/testvfdswmr.sh.in')
-rw-r--r--test/testvfdswmr.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testvfdswmr.sh.in b/test/testvfdswmr.sh.in
index 925f3e2..b372e1c 100644
--- a/test/testvfdswmr.sh.in
+++ b/test/testvfdswmr.sh.in
@@ -597,7 +597,7 @@ if [ ${do_zoo:-no} = yes ]; then
rm -f ./shared_tick_num
echo launch vfd_swmr_zoo_writer
STDIN_PATH="./fifo" catch_out_err_and_rc vfd_swmr_zoo_writer \
- ../vfd_swmr_zoo_writer -q &
+ ../vfd_swmr_zoo_writer -m 1000 -q &
pid_writer=$!
STDOUT_PATH="./fifo" catch_out_err_and_rc vfd_swmr_zoo_reader \