HDF5VOL
  1. HDF5VOL

VOL-TESTS

Public

Network

 
AuthorCommitMessageCommit Date
Jordan HendersonJordan Henderson
ff7c7a1440dDisable error stack for tests expected to fail
Jordan HendersonJordan Henderson
0a12b321e5fAdd testhdf5 to VOL tests
Neil FortnerNeil Fortner
2decb71db21Enable more tests previously skipped due to no non-shapesame chunking support.
Neil FortnerNeil Fortner
1216e7fbce7Re-enable non-shapesame tests
Jerome SoumagneJerome Soumagne
60f3fc08decAdd vol test option to separate h5vl_test in multiple tests Fix timeout in wait for server output
Jordan HendersonJordan Henderson
44e70b2270bTemporarily skip remaining tests failing for DAOS VOL connector
Jordan HendersonJordan Henderson
45600fda4eeFix various issues in testphdf5 tests
Jordan HendersonJordan Henderson
305345bc33bTemporarily disable user-defined and external link tests
Jordan HendersonJordan Henderson
d6257dd09b5Change some output messages to not trigger Ctest failures
Jordan HendersonJordan Henderson
f8201714ec5Clean up compilation warnings for empty test sections
Jordan HendersonJordan Henderson
60530ea7553Fix potential compilation errors in some of the parallel HDF5 tests
Jordan HendersonJordan Henderson
a34fb82dfc2Temporarily disable some problematic tests
Jordan HendersonJordan Henderson
af2ce948d32MMerging in latest from upstream (HDF5VOL/vol-tests:refs/heads/master) * commit '0a7edc4d2dcb89ffdcc995d6422c1ae0d4e9b977': Add MPI_Barrier for collective I/O in t_shapesame Fix potential hang on failure in a parallel file test Add continual output printing to t_shapesame to prevent testing timeouts Add testphdf5 to VOL tests Remove internal HDF5 property usage from t_bigio.c Cleanup for various warnings Add a few parallel tests from HDF5 to the VOL tests
Jordan HendersonJordan Henderson
0a7edc4d2dcAdd MPI_Barrier for collective I/O in t_shapesame Skip non-shape same portions of t_bigio Pass correct FAPL to H5Fdelete calls in parallel file tests
Jordan HendersonJordan Henderson
0ee49dea2e8Fix potential hang on failure in a parallel file test
Jordan HendersonJordan Henderson
92491dc24e5Add continual output printing to t_shapesame to prevent testing timeouts Skip non-shape same portions of t_shapesame chunked tests Skip non-shape same portions of parallel VOL dataset tests Reduce size of datasets created by t_bigio
Jordan HendersonJordan Henderson
d4384fa0063Add testphdf5 to VOL tests
Jordan HendersonJordan Henderson
b8f2d9be135Remove internal HDF5 property usage from t_bigio.c
Jordan HendersonJordan Henderson
ea2f1a887a2Cleanup for various warnings
Jordan HendersonJordan Henderson
fe17e41a573Add a few parallel tests from HDF5 to the VOL tests
Jerome SoumagneJerome Soumagne
bf9af256cfbMMerge pull request #21 in HDF5VOL/vol-tests from ~JSOUMAGNE/vol-tests:helper_fixes to master * commit '1db5021c917c158e2b3eb6bf0f65a7bc501aeb0c': Modify test driver to use server exit commands Revert previous fix in kwsys (fixed upstream) Squashed 'driver/kwsys/' changes from e9fed49..43131a7
Jerome SoumagneJerome Soumagne
1db5021c917Modify test driver to use server exit commands Add support for optional client helper programs
Jerome SoumagneJerome Soumagne
45eb85a1e3fRevert previous fix in kwsys (fixed upstream)
Jerome SoumagneJerome Soumagne
c3453c5ccc3MMerge commit 'df56e5b5f06551d2013690f01a4027a4915381bd'
Jerome SoumagneJerome Soumagne
df56e5b5f06Squashed 'driver/kwsys/' changes from e9fed49..43131a7 43131a7 Merge topic 'RegularExpression-match-init' cdd52ce RegularExpression: Initialize RegularExpressionMatch arrays fully 6536672 Merge topic 'Encoding-ToWindowsExtendedPath-wide' 569a1ae Encoding: Add ToWindowsExtendedPath support for wide string c6bc38c Merge topic 'misc-warnings' 46c5589 Replaced several 0, NULL, and KWSYS_NULLPTR with nullptr 419aaa3 Fixed -Wunused-macros warnings 750da75 Fixed 64 to 32 bit truncation warning by c...
Jordan HendersonJordan Henderson
bfdb4fc8d26MMerge pull request #22 in HDF5VOL/vol-tests from ~JHENDERSON/vol-tests:master to master * commit '5cf17c29d3dc4b0430d56aff19828fbbb5471d5a': Add creation order-related tests for H5Lcopy/H5Lmove Fix warning about passing non-const char * Add more link copying/moving tests Split attribute iteration tests by group, dataset and committed datatype Update attribute iteration test to better test creation order Update attribute _by_idx function tests
Jordan HendersonJordan Henderson
5cf17c29d3dAdd creation order-related tests for H5Lcopy/H5Lmove
Jordan HendersonJordan Henderson
060ab867718MMerge pull request #4 in ~JHENDERSON/vol-tests from feature/creation_order_tests to master * commit 'fe6f16f2c2e8da41535ba3865e52e8f7a82982f4': Split attribute iteration tests by group, dataset and committed datatype Update attribute iteration test to better test creation order Update attribute _by_idx function tests
Jordan HendersonJordan Henderson
fe6f16f2c2eSplit attribute iteration tests by group, dataset and committed datatype
Jordan HendersonJordan Henderson
f3a8449b427Update attribute iteration test to better test creation order
Jordan HendersonJordan Henderson
81d18032f4cUpdate attribute _by_idx function tests Change all uses of strcmp to strncmp
Jordan HendersonJordan Henderson
98b404b2e91Fix warning about passing non-const char *
Jordan HendersonJordan Henderson
0b7ffc4bd6cAdd more link copying/moving tests
Ray LuRay Lu
0f2e924b4a6MMerge pull request #20 in HDF5VOL/vol-tests from ~SONGYULU/vol-tests_ray:rayl/link_tests to master * commit '896b1b923aff52a61687dc0b93d3155f2f397aaa': I made some corrections according to Jordan's suggestions. Added more test cases for links.
Songyu LuSongyu Lu
896b1b923afI made some corrections according to Jordan's suggestions.
Songyu LuSongyu Lu
1ee367201a9Added more test cases for links.
Jordan HendersonJordan Henderson
481b41e45e5MMerge pull request #19 in HDF5VOL/vol-tests from ~JHENDERSON/vol-tests:feature/creation_order_tests to master * commit 'b9309dded542bbf647e3b390b5afc13545b858d0': Split H5Lget_val_by_idx tests into several parts Split H5Lget_info_by_idx tests into several parts Update H5Gget_info_by_idx tests for different index types and orderings Minor fix for a group test Split H5Ldelete tests into separate subgroups Add test for creating an attribute with "." as the name Split H5Lget_name_b...
Jordan HendersonJordan Henderson
b9309dded54Split H5Lget_val_by_idx tests into several parts
Jordan HendersonJordan Henderson
7885f827706Split H5Lget_info_by_idx tests into several parts
Jordan HendersonJordan Henderson
8e28e8cdd3eUpdate H5Gget_info_by_idx tests for different index types and orderings
Jordan HendersonJordan Henderson
4b58210c47aMinor fix for a group test
Jordan HendersonJordan Henderson
38861966058Split H5Ldelete tests into separate subgroups
Jordan HendersonJordan Henderson
b53b00094c9Add test for creating an attribute with "." as the name
Jordan HendersonJordan Henderson
e889dade7a3Split H5Lget_name_by_idx test into several parts
Jordan HendersonJordan Henderson
a83866ff2acRefactor H5Ldelete_by_idx tests for external links
Jordan HendersonJordan Henderson
d63dee82b17Split _by_idx tests into many parts for different index types/orderings Fix bug in generate_random_datatype() for fixed-size strings
Jordan HendersonJordan Henderson
cf06bd0333bMMerge pull request #17 in HDF5VOL/vol-tests from ~JHENDERSON/vol-tests:master to master * commit 'd218fe4ae97a5509390007c4e5996882c9fbb883': Add external link iteration and visiting tests Remove some TODO comments Add tests for recursive link iteration with cyclic links Update link copying and moving tests to not write links to root group Add H5Literate(_by_name) 'only hard links' and 'only soft links' tests Split up link iteration tests into several parts
Jordan HendersonJordan Henderson
d218fe4ae97MMerge branch 'master' of ssh://bitbucket.hdfgroup.org:7999/~jhenderson/vol-tests into master-fork
Jordan HendersonJordan Henderson
8121dd0d5c7Remove some TODO comments
Jordan HendersonJordan Henderson
1df947e655aAdd external link iteration and visiting tests