summaryrefslogtreecommitdiffstats
path: root/test/testvfdswmr.sh.in
diff options
context:
space:
mode:
authorSongyu Lu <songyulu@hdfgroup.org>2021-04-12 17:07:24 (GMT)
committerSongyu Lu <songyulu@hdfgroup.org>2021-04-12 17:07:24 (GMT)
commit06380a7c986887516b138a8383c0e410bcb87964 (patch)
treed0a6639624c50675b2801e820e50e8b7a56ce1e8 /test/testvfdswmr.sh.in
parent90ee7f67793db85ead72bfefba332ec976e3899d (diff)
downloadhdf5-06380a7c986887516b138a8383c0e410bcb87964.zip
hdf5-06380a7c986887516b138a8383c0e410bcb87964.tar.gz
hdf5-06380a7c986887516b138a8383c0e410bcb87964.tar.bz2
Refactored the code to reduce the length of the main function.
Diffstat (limited to 'test/testvfdswmr.sh.in')
-rw-r--r--test/testvfdswmr.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testvfdswmr.sh.in b/test/testvfdswmr.sh.in
index 72b00b3..81db3b3 100644
--- a/test/testvfdswmr.sh.in
+++ b/test/testvfdswmr.sh.in
@@ -577,6 +577,8 @@ if [ ${do_zoo:-no} = yes ]; then
../vfd_swmr_zoo_writer -q &
pid_writer=$!
+ # -l is the expected maximal number of ticks from the writer's finishing zoo creation or deletion
+ # to the reader's finishing validation of zoo creation or deletion
catch_out_err_and_rc vfd_swmr_zoo_reader \
../vfd_swmr_zoo_reader -l 4 -q &
pid_reader=$!