summaryrefslogtreecommitdiffstats
path: root/test/testvfdswmr.sh.in
diff options
context:
space:
mode:
authorSongyu Lu <songyulu@hdfgroup.org>2021-03-10 17:07:21 (GMT)
committerSongyu Lu <songyulu@hdfgroup.org>2021-03-10 17:07:21 (GMT)
commit11486e26a23a9fe45199515e02c8062270cd8894 (patch)
treede19433278e3ec24d49fa00d2d1333508fa78c63 /test/testvfdswmr.sh.in
parent84b31b5a558bdc816e91c414f98155bf72ae1502 (diff)
downloadhdf5-11486e26a23a9fe45199515e02c8062270cd8894.zip
hdf5-11486e26a23a9fe45199515e02c8062270cd8894.tar.gz
hdf5-11486e26a23a9fe45199515e02c8062270cd8894.tar.bz2
Changing the signal handling to named pipe for better portablity.
Diffstat (limited to 'test/testvfdswmr.sh.in')
-rw-r--r--test/testvfdswmr.sh.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/testvfdswmr.sh.in b/test/testvfdswmr.sh.in
index a2e47b1..58c852e 100644
--- a/test/testvfdswmr.sh.in
+++ b/test/testvfdswmr.sh.in
@@ -616,11 +616,11 @@ fi
if [ ${do_groups:-no} = yes ]; then
echo launch vfd_swmr_group_writer
catch_out_err_and_rc vfd_swmr_group_writer \
- ../vfd_swmr_group_writer -q -u 10 -n 10000 &
+ ../vfd_swmr_group_writer -q -c 1000 -n 10000 &
pid_writer=$!
catch_out_err_and_rc vfd_swmr_group_reader \
- ../vfd_swmr_group_reader -q -u 10 -n 10000 -W &
+ ../vfd_swmr_group_reader -q -c 1000 -n 10000 &
pid_reader=$!
# Wait for the reader to finish before signalling the
@@ -628,7 +628,6 @@ if [ ${do_groups:-no} = yes ]; then
# reader will find the shadow file when it opens
# the .h5 file.
wait $pid_reader
- kill -USR1 $(cat vfd_swmr_group_writer.pid)
wait $pid_writer
# Collect exit code of the reader