diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2017-07-10 07:40:59 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2017-07-18 04:31:21 (GMT) |
commit | ba17f16e4ca2ab92160a40d54f570042a2c9ea14 (patch) | |
tree | dcdaa2307364e6ab5c799a5b1cc4c44ada4ae3f1 /src/H5MFsection.c | |
parent | 66efce85e7ad9430d5e58d529d7b7a55b0d4ac5f (diff) | |
download | hdf5-ba17f16e4ca2ab92160a40d54f570042a2c9ea14.zip hdf5-ba17f16e4ca2ab92160a40d54f570042a2c9ea14.tar.gz hdf5-ba17f16e4ca2ab92160a40d54f570042a2c9ea14.tar.bz2 |
Skip test in test/fheap.c when:
a) multi/split drivers and
b) persisting free-space or using paged aggregation strategy
because the library will fail file creation (temporary) for the above conditions.
Diffstat (limited to 'src/H5MFsection.c')
-rw-r--r-- | src/H5MFsection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5MFsection.c b/src/H5MFsection.c index 14e0ad1..02e3218 100644 --- a/src/H5MFsection.c +++ b/src/H5MFsection.c @@ -674,7 +674,7 @@ HDfprintf(stderr, "%s: Entering, section {%a, %Hu}\n", FUNC, (*sect)->sect_info. HDfprintf(stderr, "%s: section is dropped\n", FUNC); #endif /* H5MF_ALLOC_DEBUG_MORE */ } /* end if */ - /* Adjust the section if it is not at page end but its size + pgend threshold is at page end */ + /* Adjust the section if it is not at page end but its size + prem is at page end */ else if(prem <= H5F_PGEND_META_THRES(udata->f)) { (*sect)->sect_info.size += prem; |