summaryrefslogtreecommitdiffstats
path: root/test/testvfdswmr.sh.in
diff options
context:
space:
mode:
authorMuqun Yang <myang6@hdfgroup.org>2021-04-23 17:11:59 (GMT)
committerMuqun Yang <myang6@hdfgroup.org>2021-04-23 17:11:59 (GMT)
commit90cbdd34c849689caf430570042356f0981ac4c3 (patch)
tree2b904e8bc66bd3b9e64cf0be1733bb10c3ff857b /test/testvfdswmr.sh.in
parent2afc32cc138f83401623a4108ae99047f32e23e7 (diff)
downloadhdf5-90cbdd34c849689caf430570042356f0981ac4c3.zip
hdf5-90cbdd34c849689caf430570042356f0981ac4c3.tar.gz
hdf5-90cbdd34c849689caf430570042356f0981ac4c3.tar.bz2
correct the code a bit, add comments to the shell script.
Diffstat (limited to 'test/testvfdswmr.sh.in')
-rw-r--r--test/testvfdswmr.sh.in12
1 files changed, 10 insertions, 2 deletions
diff --git a/test/testvfdswmr.sh.in b/test/testvfdswmr.sh.in
index 1a1d683..9dc61ee 100644
--- a/test/testvfdswmr.sh.in
+++ b/test/testvfdswmr.sh.in
@@ -654,6 +654,16 @@ if [ ${do_groups:-no} = yes ]; then
rm -f vfd_swmr_group_reader.*.{out,rc}
fi
+# The group attribute test takes longer.
+# So for standard run and quick run, we
+# shorten the number of tests. The standard
+# run covers all the features we need to
+# test. The quick run doesn't cover the
+# attribute storage change between dense and
+# compact.
+# The exhaustive run tries to test a feature
+# per test from scratch.
+#
grp_attr_list=(
"compact"
"dense"
@@ -675,13 +685,11 @@ grp_sub_attr_list=(
grp_short_sub_attr_list=(
"dense"
- "compact-del"
"modify"
"remove-vstr"
"modify-vstr"
)
-echo "$HDF5TestExpress"
if [[ "$HDF5TestExpress" -eq 1 ]] ; then #Setting for standard run
grp_attr_list=("${grp_sub_attr_list[@]}")
elif [[ "$HDF5TestExpress" -gt 1 ]] ; then #Setting for quick run