summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_remove_reader.c
diff options
context:
space:
mode:
authorvchoi <vchoi@jelly.ad.hdfgroup.org>2021-06-10 16:46:28 (GMT)
committervchoi <vchoi@jelly.ad.hdfgroup.org>2021-06-10 16:46:28 (GMT)
commita1647afd6030b43049c8f6929c70537e3016ab7c (patch)
tree7f8e9fccd8509d9a80f15619601989dd5c5546c3 /test/vfd_swmr_remove_reader.c
parent3da740a5b8d1f37a5a1492c1defffc609f6c8aba (diff)
downloadhdf5-a1647afd6030b43049c8f6929c70537e3016ab7c.zip
hdf5-a1647afd6030b43049c8f6929c70537e3016ab7c.tar.gz
hdf5-a1647afd6030b43049c8f6929c70537e3016ab7c.tar.bz2
Reduce running time and verbosity for VFD SWMR tests.
(1) Change choose_dataset() to print out related info based on verbosity. (2) Modify all routines in legacy and VFD SWMR tests that call choose_dataset(). (3) Modify testvfdswmr.sh.in to run tests based on HDF5TestExpress setting so as to reduce running time.
Diffstat (limited to 'test/vfd_swmr_remove_reader.c')
-rw-r--r--test/vfd_swmr_remove_reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr_remove_reader.c b/test/vfd_swmr_remove_reader.c
index 9f53612..adcb128 100644
--- a/test/vfd_swmr_remove_reader.c
+++ b/test/vfd_swmr_remove_reader.c
@@ -275,7 +275,7 @@ read_records(const char *filename, unsigned verbose, unsigned long nseconds, uns
symbol_info_t *sym; /* Symbol to use */
/* Determine the symbol, within all symbols */
- if (NULL == (sym = choose_dataset(NULL, NULL)))
+ if (NULL == (sym = choose_dataset(NULL, NULL, verbose)))
goto error;
sym_rand[v] = sym;