summaryrefslogtreecommitdiffstats
path: root/test/genall5.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-04-30 20:39:35 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-04-30 20:39:35 (GMT)
commitc07a958e1d047bbe33e544a322720843ae3cfce4 (patch)
tree012857fad73f4f5a37db16f4a1b7721dcb800ee4 /test/genall5.h
parentfdeeac1c1b6c240d172519cd65a8f43378a62630 (diff)
downloadhdf5-c07a958e1d047bbe33e544a322720843ae3cfce4.zip
hdf5-c07a958e1d047bbe33e544a322720843ae3cfce4.tar.gz
hdf5-c07a958e1d047bbe33e544a322720843ae3cfce4.tar.bz2
Insert a random delay between zoo-writer test steps. Let us control
the random seed with an environment variable, H5_ZOO_STEP_SEED, and the maximum delay in milliseconds with a command-line option, `-m ms`.
Diffstat (limited to 'test/genall5.h')
-rw-r--r--test/genall5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/genall5.h b/test/genall5.h
index 4e5fbba..1becbb2 100644
--- a/test/genall5.h
+++ b/test/genall5.h
@@ -20,6 +20,7 @@ typedef struct _zoo_config {
bool continue_on_failure;
bool skip_compact;
bool skip_varlen;
+ unsigned max_pause_msecs;
} zoo_config_t;
bool create_zoo(hid_t, const char *, zoo_config_t);