summaryrefslogtreecommitdiffstats
path: root/test/genall5.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-03-23 19:55:07 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-03-23 19:55:07 (GMT)
commitcb5e1ead29a66dcfdb7bee6e65ed76a9a93a3f9b (patch)
tree58514d4dc1954cb9deac08808ec686271f7e7413 /test/genall5.c
parent51b8fa3ffefc17309ec45b36fa155486f9fbfec2 (diff)
downloadhdf5-cb5e1ead29a66dcfdb7bee6e65ed76a9a93a3f9b.zip
hdf5-cb5e1ead29a66dcfdb7bee6e65ed76a9a93a3f9b.tar.gz
hdf5-cb5e1ead29a66dcfdb7bee6e65ed76a9a93a3f9b.tar.bz2
Let tests provide a "hook" that runs after each step in create_zoo().
Provide a hook in vfd_swmr_zoo_writer that calls H5Fvfd_swmr_end_tick().
Diffstat (limited to 'test/genall5.c')
-rw-r--r--test/genall5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/genall5.c b/test/genall5.c
index 4390238..0904e9a 100644
--- a/test/genall5.c
+++ b/test/genall5.c
@@ -3192,6 +3192,7 @@ tend_zoo(hid_t fid, const char *base_path, int proc_num, bool skip_varlen,
!create_or_validate_selection(fid, full_path, proc_num, i,
skip_varlen, false))
break;
+ zoo_create_hook(fid);
if (!create_or_validate_selection(fid, full_path, proc_num, i,
skip_varlen, true))
break;