summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #179 in HDFFV/hdf5 from ↵Dana Robinson2016-11-302-163/+163
|\ | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:eoc_valgrind_bugfix to develop Fix for some evict-on-close issues revealed by Valgrind. * commit 'd3dbe9d90ee71b231b3264e1d62d3efbae3242ef': Tentative fix for valgrind issues related to EoC.
| * Merge branch 'develop' into eoc_valgrind_bugfixDana Robinson2016-11-291-2/+1
| |\
| * \ Merge branch 'develop' into eoc_valgrind_bugfixDana Robinson2016-11-285-20/+38
| |\ \
| * \ \ Merge branch 'develop' into eoc_valgrind_bugfixDana Robinson2016-11-264-61/+343
| |\ \ \
| * | | | Tentative fix for valgrind issues related to EoC.Dana Robinson2016-11-262-163/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds /*out*/ parameters to H5O_close() and H5F_try_close() so that H5D/G_close() will know when H5O_close() has triggered a file close and thus the file struct is not reliable. Also removes the H5F_CLOSING() macro and related which were formerly used to check if the file was closing.
* | | | | Merge branch 'develop' into expanded_eoc_testDana Robinson2016-11-292-4/+9
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Bring over another batch (hopefully the last) of non-SWMR "normalization"Quincey Koziol2016-11-291-2/+1
| | |_|/ | |/| | | | | | | | | | changes from the revise_chunks branch.
| * | | Merge pull request #171 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_memfix ↵Dana Robinson2016-11-281-2/+8
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop Fix for tfile.c valgrind issues. * commit '191cc19ae0a2feb72d2171a0808fdc71a3b862dd': Added vlen reclaim functions to a test in tfile.c that leaks memory.
| | * | | Added vlen reclaim functions to a test in tfile.cDana Robinson2016-11-231-2/+8
| | | | | | | | | | | | | | | | | | | | that leaks memory.
* | | | | Updated the evict-on-close test to create a large number of subgroupsDana Robinson2016-11-281-48/+102
|/ / / / | | | | | | | | | | | | | | | | in a containing group. This will ensure that many cache entries will be used, making a better test of EoC functionality.
* | | | Merge pull request #170 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_memfix ↵Dana Robinson2016-11-233-12/+24
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop Fixed a few memory issues in the tests. * commit 'e2863ca880a6983558d3ba3e5219164a57287f04': Fixed a few memory problems in test/cache_logging.c and test/h5test.c (which show up in test/vfd.c).
| * | | Fixed a few memory problems in test/cache_logging.c andDana Robinson2016-11-233-12/+24
| | |/ | |/| | | | | | | test/h5test.c (which show up in test/vfd.c).
* | | Add test to memcheck ignore and increase cache test timeoutAllen Byrne2016-11-221-6/+6
|/ /
* | Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-204-61/+343
|/ | | | supporting metadata cache callback changes, etc.
* Remove 'clear' callback from metadata cache client interface, using theQuincey Koziol2016-11-182-12/+0
| | | | new 'entry cleaned' notify action innstead.
* Remove explicit support within the metadata cache for tracked compressedQuincey Koziol2016-11-172-238/+162
| | | | entries, they are now completely handled in the clients.
* Bring over new 'notify' metadata cache client callback actions for when anQuincey Koziol2016-11-122-1/+14
| | | | | entry is cleaned / dirtied or its [flush dependency] child entry is cleaned / dirtied.
* Merge pull request #155 in HDFFV/hdf5 from ↵Quincey Koziol2016-11-121-142/+0
|\ | | | | | | | | | | | | ~KOZIOL/hdf5:develop_merge_revise_chunks_05 to develop * commit '1c6924f18bd8fdad63c4f191c00605092c17fa6e': Refactor H5O code to clean up message allocation, align cache deserialize code with revise_chunks changes, and remove unused "message locking" code.
| * Refactor H5O code to clean up message allocation, align cache deserialize codeQuincey Koziol2016-11-121-142/+0
| | | | | | | | with revise_chunks changes, and remove unused "message locking" code.
* | Align w/minor cleanups in revise_chunks branch.Quincey Koziol2016-11-122-21/+13
|/
* Switch to new, more scalable, metadata cache entry tagging.Quincey Koziol2016-11-073-557/+424
|
* Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-065-5220/+4867
|
* Add cache logging test.Quincey Koziol2016-11-044-2/+184
|
* Merge pull request #100 in HDFFV/hdf5 from ↵Frank Willmore2016-11-0319-48/+48
|\ | | | | | | | | | | | | ~FRANK.WILLMORE/hdf5:HDFFV-8882-replace-numeric-exit-code-with to develop * commit '526bcc242d03a6fc4fd28d3a0f68cc31f4f2a850': Changes to be committed: modified: bittests.c modified: cmpd_dset.c modified: dsets.c modified: dt_arith.c modified: dtypes.c modified: extend.c modified: fillval.c modified: filter_fail.c modified: flush1.c modified: gen_cross.c modified: hyperslab.c modified: istore.c modified: links.c modified: links_env.c modified: objcopy.c modified: plugin.c modified: tcheck_version.c modified: unlink.c modified: unregister.c
| * Changes to be committed:Frank.Willmore2016-10-2519-48/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified: bittests.c modified: cmpd_dset.c modified: dsets.c modified: dt_arith.c modified: dtypes.c modified: extend.c modified: fillval.c modified: filter_fail.c modified: flush1.c modified: gen_cross.c modified: hyperslab.c modified: istore.c modified: links.c modified: links_env.c modified: objcopy.c modified: plugin.c modified: tcheck_version.c modified: unlink.c modified: unregister.c Minor fixes to replace numeric exit codes with MACRO declarations. Not all codes found were boolean, and those cases were not changed.
* | Merge pull request #123 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2016-11-031-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b2878dec04c120e4e3cdf00e943283e359862c84': Move cache debugging routines into separate module. Change file memory type for extending to default, and correct error in backward compatibility for multi VFD. Warning and whitespace cleanup. Improvements to the log VFD, for helping with SWMR debugging. Minor code cleanups. Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrapping in tools code.
| * | Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrappingQuincey Koziol2016-11-031-1/+1
| |/ | | | | | | in tools code.
* | Removed commented-out lines that clean up test files.Dana Robinson2016-11-031-2/+2
| |
* | Added a test for old- and new-style groups under evict-on-close.Dana Robinson2016-10-301-33/+141
| |
* | Evict-on-close now works with groups.Dana Robinson2016-10-281-29/+88
|/ | | | | test/evict_on_close.c has been updated to generate groups but does not yet check EoC works correctly.
* Fixed Windows dsets.c test failure.Dana Robinson2016-10-141-1/+1
| | | | | | | A 'static' keyword was removed from an array that needs it on Windows during a warning removal overhaul. Replacing it fixes the error. Tested on: 64-bit Windows 7 w/ VS 2015
* Revert "Fixed Windows test failures."Dana Robinson2016-10-141-1/+1
| | | | This reverts commit f1dcda5c8e23d4897b5fe49049b8d939313b39c6.
* Fixed Windows test failures.derobins2016-10-141-1/+1
| | | | | | Replaced a static keyword that was deleted during a warnings overhaul. Tested on 64-bit Visual Studio 2015
* Changed H5Dcreate to H5Dcreate2 in test/evict_on_close.cDana Robinson2016-10-011-7/+7
|
* Merge branch 'develop' into evict_on_closeDana Robinson2016-09-3012-114/+385
|\
| * Clean up hardcoded constants and check return values better. (Comments fromQuincey Koziol2016-09-296-43/+62
| | | | | | | | group code review)
| * Description:Quincey Koziol2016-09-291-2/+2
| | | | | | | | | | | | | | | | Cleanups from Dana's review. Tested on: MacOSX/64 10.11.5 (amazon) w/C++ & FORTRAN (h5committest forthcoming)
| * Description:Quincey Koziol2016-09-2712-93/+345
| | | | | | | | Further warning cleanups: from 667 warnings to 503.
* | Added full implementation of EoC cache test.Dana Robinson2016-09-301-13/+30
| |
* | Added code to create the test file for all chunk index and layout types.Dana Robinson2016-09-301-15/+293
| |
* | Fleshed out evict on close test that inspects cache.Dana Robinson2016-09-291-24/+194
| |
* | Added the beginnings of a file generator to the test.Dana Robinson2016-09-241-16/+186
| |
* | Fixed typoDana Robinson2016-09-241-1/+1
| |
* | Merge branch 'develop' into evict_on_closeDana Robinson2016-09-1456-1236/+2335
|\ \ | |/
| * Add longer timeout to cache tests - test has consistently exceededAllen Byrne2016-09-061-6/+6
| | | | | | default timing.
| * [svn-r30308] Fix for HDFFV-7991--error when copying dataset with attribute ↵Vailin Choi2016-08-191-2/+317
| | | | | | | | | | | | | | which is a compound datatype consisting of a variable length string. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
| * [svn-r30306] Updated vfd test to be better about fapls and h5_reset().Dana Robinson2016-08-191-72/+110
| | | | | | | | | | | | | | | | | | | | | | Prevents the test from segfaulting in other sub-tests when a previous test fails. Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0 Autotools serial + direct VFD (vfd test only) Also tested with a forced error to ensure that the test no longer segfaults and confirmed that all test files are cleaned up.
| * [svn-r30297] Changed FAIL_STACK_ERROR to TEST_ERROR in test/vfd.c.Dana Robinson2016-08-181-51/+51
| | | | | | | | | | Tested on: 64-bit Ubuntu Linux 16.04 LTS w/ gcc 5.4.0 Autotools serial, vfd test only
| * [svn-r30295] Minor whitespace cleanup in h5test.c.Dana Robinson2016-08-171-45/+55
| | | | | | | | | | Tested on: 64-bit Ubuntu 16.04 LTS w/ gcc 5.4.0 Autotools serial w/ make check-vfd
| * [svn-r30292] Description:Quincey Koziol2016-08-161-1/+1
| | | | | | | | | | | | | | | | Correct failure on older Windows compilers. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)