summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_group_writer.c
diff options
context:
space:
mode:
authorMuqun Yang <myang6@hdfgroup.org>2021-08-17 21:34:48 (GMT)
committerMuqun Yang <myang6@hdfgroup.org>2021-08-17 21:34:48 (GMT)
commit2181a3d602268fd51de48c2502b477944122a265 (patch)
tree863eabd830318a3b01fabafa803e6cc77678ee9d /test/vfd_swmr_group_writer.c
parent4d368b7b5be882b4432b1d9dbdb3741b992ac784 (diff)
parentb5a5be4a56f5a9ac497d75f78017b73d11f90c78 (diff)
downloadhdf5-2181a3d602268fd51de48c2502b477944122a265.zip
hdf5-2181a3d602268fd51de48c2502b477944122a265.tar.gz
hdf5-2181a3d602268fd51de48c2502b477944122a265.tar.bz2
Merge remote-tracking branch 'upstream/feature/vfd_swmr' into feature/vfd_swmr
Diffstat (limited to 'test/vfd_swmr_group_writer.c')
-rw-r--r--test/vfd_swmr_group_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr_group_writer.c b/test/vfd_swmr_group_writer.c
index 6a3230e..c240ee5 100644
--- a/test/vfd_swmr_group_writer.c
+++ b/test/vfd_swmr_group_writer.c
@@ -4987,7 +4987,7 @@ main(int argc, char **argv)
}
/* config, tick_len, max_lag, writer, flush_raw_data, md_pages_reserved, md_file_path */
- init_vfd_swmr_config(&config, 4, 7, writer, FALSE, 128, "./group-shadow");
+ init_vfd_swmr_config(&config, 4, 7, writer, TRUE, 128, "./group-shadow");
/* If old-style option is chosen, use the earliest file format(H5F_LIBVER_EARLIEST)
* as the second parameter of H5Pset_libver_bound() that is called by