diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2015-06-27 02:28:25 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2015-06-27 02:28:25 (GMT) |
commit | 6257e2d29a3108c077acf0b543723a72bb7dd6a0 (patch) | |
tree | e47b30eab2932fdaf5a05db31d363060b1711bee /test/test_usecases.sh.in | |
parent | 130e77f4fa8044b2e2e06cf18b74ed8f8c64665a (diff) | |
download | hdf5-6257e2d29a3108c077acf0b543723a72bb7dd6a0.zip hdf5-6257e2d29a3108c077acf0b543723a72bb7dd6a0.tar.gz hdf5-6257e2d29a3108c077acf0b543723a72bb7dd6a0.tar.bz2 |
[svn-r27290] Bring revisions #24622 - #24669 (i.e. #24624, #24663, #24669) from revise_chksum_retry branch to revise_chunks.
Tested on jam, koala, ostrich, platypus.
Diffstat (limited to 'test/test_usecases.sh.in')
-rw-r--r-- | test/test_usecases.sh.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test_usecases.sh.in b/test/test_usecases.sh.in index 2942c75..61a3a21 100644 --- a/test/test_usecases.sh.in +++ b/test/test_usecases.sh.in @@ -98,6 +98,14 @@ TOOLTEST() { fi } +# run tests for H5Ocork/H5Ouncork/H5Oiscork here temporary +USECORK=use_cork +for p in $USECORK; do + TOOLTEST $p + TOOLTEST $p -y 3 + TOOLTEST $p -n 3000 + TOOLTEST $p -n 5000 +done # run write order test here temporary WRITEORDER=twriteorder |