diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-05-03 21:08:22 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-05-03 21:08:22 (GMT) |
commit | 8a4f679fda20577c4528977d0ee9a7e4c5bee055 (patch) | |
tree | d1291c1db09ff89035104c8b9347327a5a172560 /testpar/t_mdset.c | |
parent | d3a51964aea1efe2c2795a776155456aa419e7b9 (diff) | |
download | hdf5-8a4f679fda20577c4528977d0ee9a7e4c5bee055.zip hdf5-8a4f679fda20577c4528977d0ee9a7e4c5bee055.tar.gz hdf5-8a4f679fda20577c4528977d0ee9a7e4c5bee055.tar.bz2 |
Combine "collective group and dataset write" and "independent group and
dataset read" tests into one test. The second test is dependent on the
file created by the first test, and will not pass when run by itself.
Diffstat (limited to 'testpar/t_mdset.c')
-rw-r--r-- | testpar/t_mdset.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testpar/t_mdset.c b/testpar/t_mdset.c index 16eb13c..7f75d20 100644 --- a/testpar/t_mdset.c +++ b/testpar/t_mdset.c @@ -838,6 +838,13 @@ void dataset_fillvalue(void) HDfree(wdata); } +/* combined cngrpw and ingrpr tests because ingrpr reads file created by cngrpw. */ +void collective_group_write_independent_group_read(void) +{ + collective_group_write(); + independent_group_read(); +} + /* Write multiple groups with a chunked dataset in each group collectively. * These groups and datasets are for testing independent read later. * |