summaryrefslogtreecommitdiffstats
path: root/test/swmr_common.h
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/swmr_common.h
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/swmr_common.h')
-rw-r--r--test/swmr_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/swmr_common.h b/test/swmr_common.h
index 7e0ee23..3a3f41d 100644
--- a/test/swmr_common.h
+++ b/test/swmr_common.h
@@ -64,7 +64,7 @@ H5TEST_DLLVAR unsigned symbol_count[NLEVELS];
extern "C" {
#endif
-H5TEST_DLL symbol_info_t *choose_dataset(unsigned *, unsigned *);
+H5TEST_DLL symbol_info_t *choose_dataset(unsigned *, unsigned *, hbool_t);
H5TEST_DLL hid_t create_symbol_datatype(void);
H5TEST_DLL int generate_name(char *name_buf, unsigned level, unsigned count);
H5TEST_DLL int generate_symbols(void);