summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_generator.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-12-19 22:30:44 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-12-19 22:30:44 (GMT)
commit0e0abc50c8282af7c39855e58ed32e25091079c1 (patch)
treee70668fe87302a355b4590c601da6e9531283735 /test/vfd_swmr_generator.c
parent2b613c6c2135ae8e295515a2eac74ca45b6db433 (diff)
downloadhdf5-0e0abc50c8282af7c39855e58ed32e25091079c1.zip
hdf5-0e0abc50c8282af7c39855e58ed32e25091079c1.tar.gz
hdf5-0e0abc50c8282af7c39855e58ed32e25091079c1.tar.bz2
Fixes for issues #1 and #2 listed in John's email dated Dec 7 2018:
(1) Assertion failure in the vfd_swmr test (2) Reader error in the vfd swmr concurrent tests Also fixes for: (a) Use H5MV_alloc() to allocate space for md_pages_reserved when creating the metadata file in H5F__vfd_swmr_init() (b) Remove a multi-page (when vfd_swmr_writer is true) from the page buffer in H5MF_xfree()
Diffstat (limited to 'test/vfd_swmr_generator.c')
-rw-r--r--test/vfd_swmr_generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr_generator.c b/test/vfd_swmr_generator.c
index 72b2fd1..f569935 100644
--- a/test/vfd_swmr_generator.c
+++ b/test/vfd_swmr_generator.c
@@ -240,7 +240,7 @@ gen_skeleton(const char *filename, hbool_t verbose, hbool_t vfd_swmr_write,
if(verbose)
HDfprintf(stderr, "Creating datasets\n");
-#if 1 /* delete this once the race condiditon bug is fixed */ /* JRM */
+#if 0 /* delete this once the race condiditon bug is fixed */ /* JRM */
sleep(1);
#endif /* JRM */