summaryrefslogtreecommitdiffstats
path: root/test/test_vfd_swmr.sh.in
diff options
context:
space:
mode:
authorvchoi-hdfgroup <55293060+vchoi-hdfgroup@users.noreply.github.com>2022-04-21 22:27:08 (GMT)
committerGitHub <noreply@github.com>2022-04-21 22:27:08 (GMT)
commit702dd6910d45940533bad0ed9651c1de1af1cae2 (patch)
tree26899acd1a2e481065b1dd9083dd785caf494a9c /test/test_vfd_swmr.sh.in
parentec14985c8555bda02021568ea20295384a2cef7e (diff)
parentfd3e7a178123dbe1c8ef0a50863ae9bd82c2a668 (diff)
downloadhdf5-702dd6910d45940533bad0ed9651c1de1af1cae2.zip
hdf5-702dd6910d45940533bad0ed9651c1de1af1cae2.tar.gz
hdf5-702dd6910d45940533bad0ed9651c1de1af1cae2.tar.bz2
Merge pull request #1671 from vchoi-hdfgroup/new_vds_feature_vfd_swmr
New vds feature vfd swmr
Diffstat (limited to 'test/test_vfd_swmr.sh.in')
-rw-r--r--test/test_vfd_swmr.sh.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test_vfd_swmr.sh.in b/test/test_vfd_swmr.sh.in
index 08d2706..4548775 100644
--- a/test/test_vfd_swmr.sh.in
+++ b/test/test_vfd_swmr.sh.in
@@ -1095,6 +1095,9 @@ for options in "-d 1" "-d 1 -F" "-d 2 -l 16" "-d 2 -F -l 16" "-d 1 -t" "-d 1 -t
if [ ${do_many_small:-no} = no ]; then
continue
fi
+
+ rm vfd_swmr_bigset*.h5 2> /dev/null
+
#
# Test many small datasets of two or three dimensions.
#
@@ -1188,6 +1191,9 @@ for options in "-d 1" "-d 1 -F" "-d 2 -l 10" "-d 2 -F -l 10" "-d 1 -t -l 10" "-d
if [ ${do_few_big:-no} = no ]; then
continue
fi
+
+ rm vfd_swmr_bigset*.h5 2> /dev/null
+
echo launch vfd_swmr_bigset_writer few big, options $options ......may take some time......
# Launch the auxiliary process for testing NFS if the --enable-aux-process option is enabled for configuration.