HDF5VOL
  1. HDF5VOL

VOL-TESTS

Public
AuthorCommitMessageCommit dateIssues
Jordan HendersonJordan Henderson
be2c78b90c4Fix data consistency issue from MPI_Barrier missing in independent I/O
Jerome SoumagneJerome Soumagne
5cafeae4eaaAdd H5VL_TEST_NO_FILTERS option to disable test with szip filter
Jordan HendersonJordan Henderson
c6d8c31e14eWarnings cleanup in async parallel tests
Jordan HendersonJordan Henderson
bea87a9eedcEnsure H5VL_VERSION >= 2 for future ID test
Jordan HendersonJordan Henderson
1dae573838eUpdate testpar.h with latest changes from HDF5
Jordan HendersonJordan Henderson
021e6d18b47Remove native-specific property testing from t_bigio
Jordan HendersonJordan Henderson
8b5fbb6c991Change usage of "remove" in tcoords.c to H5Fdelete
Jordan HendersonJordan Henderson
ae67c9b3609Update t_bigio with changes from HDF5
Neil FortnerNeil Fortner
934833bc5d0Fix consistency issues in async link tests and update async paralleltest to reflect fixes in HDF5.
Neil FortnerNeil Fortner
68c2b428830Fix parallel consistency error in t_chunk_alloc by adding anMPI_Barrier() after H5Dopen(). Previously one rank could race ahead and change the dataset extent before other finished opening the dataset, causing some of the ranks to not participate in H5Dset_extent().
Jordan HendersonJordan Henderson
8efe8dd0eb8Align tid.c test with HDF5 develop
Neil FortnerNeil Fortner
89f9ce940b3Enable test for H5Lcreate_hard_async. Pass H5P_DEFAULT as lapl_id toH5Lcreate_soft_async.
Jordan HendersonJordan Henderson
fc651abb215Adjust testphdf5 NGROUPS and GROUP_DEPTH parameters
Jerome SoumagneJerome Soumagne
8879521fc13Fix another typo with async macro
Jerome SoumagneJerome Soumagne
fbdbfd18ba5Add missing config header
Jerome SoumagneJerome Soumagne
0b813422d87Fix typo with async option
Neil FortnerNeil Fortner
f526cc3c1c7Modify async tests to compile with earlier versions of HDF5.
Jordan HendersonJordan Henderson
eb7c1e6b2d8Force t_bigio to respect hard-coded bigcount size
Neil FortnerNeil Fortner
09541e7d5b8Update test to support H5Aexists_async, H5Lexists_async, andH5Dget_space_async.
Jerome SoumagneJerome Soumagne
780bbb33af7Add HDF5_VOL_TEST_ENABLE_ASYNC option
Jordan HendersonJordan Henderson
93a7b4a7180Add necessary sync points in two parallel async tests
Jordan HendersonJordan Henderson
5ecccd80740Add parallel async tests for attribute, group and link interfacesAdd parallel async test for H5Ocopy_async/H5Orefresh_async Add parallel async test for H5Freopen_async Add option to create_mpi_fapl to specify collective metadata read mode
Jordan HendersonJordan Henderson
2104549d469Add initial parallel async tests
Neil FortnerNeil Fortner
926e094fb27Add async test for H5Freopen().
Neil FortnerNeil Fortner
09bb2142bb7Add async tests for H5Ocopy(), H5Orefresh(), and H5Aexists().
Neil FortnerNeil Fortner
bf1939910fdMMerge branch 'master' of https://bitbucket.hdfgroup.org/scm/hdf5vol/vol-tests
Neil FortnerNeil Fortner
cf50c409ffbAdd async link test.
Jordan HendersonJordan Henderson
1fd069b03daFix data races in two parallel dataset tests
Jordan HendersonJordan Henderson
e2533652f4cInit pointer in tmisc.c to avoid invalid free on attribute read failure
Jordan HendersonJordan Henderson
9a96fce149cAdd test info message for H5Oopen_by_token test
Jordan HendersonJordan Henderson
ca4838ab2b0Check that original link exists after H5Lmove fails in single test
Neil FortnerNeil Fortner
cf05dffba0fAdd async group interface test. Fix minor bug in attr compound test.
Neil FortnerNeil Fortner
ca080ac9ca6Add compound attribute test. Fails in native (!).
Neil FortnerNeil Fortner
aea2b74bf6fAdd attribute tests. Switch to async flush routines.
Neil FortnerNeil Fortner
bda1c8119f2Modify tests to test and use new H5Oflush_async and H5Fflush_asyncroutines (with barrier semantics).
Neil FortnerNeil Fortner
3edc9171113Add new async test that tries to mimic VPIC pattern
Neil FortnerNeil Fortner
5ec3be7368dAdd initial async tests.
Neil FortnerNeil Fortner
3d68c2ff9caFix ID leak in H5Ocopy shallow group test
Jerome SoumagneJerome Soumagne
36f8ea96687MMerge pull request #34 in HDF5VOL/vol-tests from ~JSOUMAGNE/vol-tests:asan_fixes to master* commit '8445e5c7fb3d51cb95c876cf96f9a6050486e4fa': CMake: add missing ubsan and asan checks for driver
Jerome SoumagneJerome Soumagne
8445e5c7fb3CMake: add missing ubsan and asan checks for driver
Jerome SoumagneJerome Soumagne
5b1bc9fd2e1MMerge pull request #33 in HDF5VOL/vol-tests from ~JSOUMAGNE/vol-tests:init_fixes to master* commit 'c09876d30c5ed294565e192f95865cfcaea83d1b': test driver: add H5VL_TEST_CLIENT_HELPER_START_MSG to wait for helper to start
Jerome SoumagneJerome Soumagne
e24c85a7affMMerge pull request #32 in HDF5VOL/vol-tests from der_minor_tools_fixes to master* commit '06a4dd5063cc2077f819d68f478c6e2a7eac8c63': Minor tweaks to tools tests
Jerome SoumagneJerome Soumagne
c09876d30c5test driver: add H5VL_TEST_CLIENT_HELPER_START_MSG to wait for helper to startadd support for init tokens H5VL_TEST_CLIENT_INIT_TOKEN_REGEX and H5VL_TEST_CLIENT_INIT_TOKEN_VAR can be used to setup regular expression to find token expression from init program and set appropriate client env vars.
Dana RobinsonDana Robinson
06a4dd5063cMinor tweaks to tools tests
Jordan HendersonJordan Henderson
d3f80a57ca2Fix non-collective metadata read in t_mdset with collective metadata reads enabled
Jordan HendersonJordan Henderson
1d2a3acb434MMerge branch 'master' of https://bitbucket.hdfgroup.org/scm/hdf5vol/vol-tests
Jordan HendersonJordan Henderson
e584080414dUpdate VOL tests for latest warnings cleanup in HDF5
Jordan HendersonJordan Henderson
f3304fc8459Re-enable tests that involve wrapping of committed datatype VOL objects
Jordan HendersonJordan Henderson
06d20121aaaFix divide by 0 in t_bigio test
Scot BreitenfeldScot Breitenfeld
d59811a39cdupdated h5repack help reference file with 1.12.1 version