diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-10-30 21:53:09 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-10-30 21:53:09 (GMT) |
commit | d1d2cf776d4f7b809e3cc1bda1a001ea147dfa89 (patch) | |
tree | 4d3cb63d4f3245f0d63fae01252f6e352fb67d3c /test/use.h | |
parent | 3145690c9590778b857def090489c6d890e42a5b (diff) | |
download | hdf5-d1d2cf776d4f7b809e3cc1bda1a001ea147dfa89.zip hdf5-d1d2cf776d4f7b809e3cc1bda1a001ea147dfa89.tar.gz hdf5-d1d2cf776d4f7b809e3cc1bda1a001ea147dfa89.tar.bz2 |
Fix for HDFFV-10554 use_append_chunks in swmr use case test failure
Fix the timing issue of the test by moving the open/close of the test file for the writer to
use_append_chunk.c and use_append_mchunks.c.
Diffstat (limited to 'test/use.h')
-rw-r--r-- | test/use.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,6 +58,6 @@ int setup_parameters(int argc, char * const argv[]); void show_parameters(void); void usage(const char *prog); int create_uc_file(void); -int write_uc_file(hbool_t tosend); +int write_uc_file(hbool_t tosend, hid_t fid); int read_uc_file(hbool_t towait); |