summaryrefslogtreecommitdiffstats
path: root/test/evict_on_close.c
Commit message (Collapse)AuthorAgeFilesLines
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-6/+6
| | | | | * Update format source to clang 13 * More format changes
* h5test.h testing macros get enclosed in do..while loops (#1721)Dana Robinson2022-05-041-3/+3
| | | | | | | * h5test.h testing macros get enclosed in do..while loops * Adds missed macro in hl C++ code * Fixes macro in Windows code
* Update clang config (#473)Quincey Koziol2021-03-171-4/+16
| | | | | | | * Update clang config to put H5E_BEGIN_TRY / H5E_END_TRY on separate lines, empty C++ methods on separate lines, understand that ALL_MEMBERS / UNIQUE_MEMBERS are foreach macros, and properly skip the 'config' directory in the find command without emiting a warning * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Update license url (#332)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories.
* Clang-format of source filesAllen Byrne2020-09-301-264/+251
|
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
|
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-3/+3
| | | | clean up warnings.
* VOL FEATUREDana Robinson2018-10-101-5/+6
|
* Normalization with vol_integration (test code and H5Xtest.c)Dana Robinson2018-09-201-38/+10
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* The cache_image test shows a skipped message about EoC in parallel.Dana Robinson2017-04-201-1/+0
|
* Added code to disable the evict-on-close feature inDana Robinson2017-04-191-0/+100
| | | | the parallel library.
* Minor cleanups and bring over "prefetched dirty" fixes for entries loaded fromQuincey Koziol2017-03-121-0/+1
| | | | a cache image.
* Switch list lengths to unsigned integers (to align better w/cache image merge)Quincey Koziol2017-01-281-8/+8
|
* First cut at fixing the tagging issue with the free space managers.Dana Robinson2016-11-301-4/+0
| | | | | | | | | * Converted the tag macros to regular ones so the parent's tag is used via the dxpl. * Updated the tag sanity check logic so for free space managers. * Turned new-style group checks back on in test/evict_on_close.c
* 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.
* Switch to new, more scalable, metadata cache entry tagging.Quincey Koziol2016-11-071-1/+1
|
* Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-061-5/+2
|
* 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.
* Changed H5Dcreate to H5Dcreate2 in test/evict_on_close.cDana Robinson2016-10-011-7/+7
|
* 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
|
* [svn-r30110] Added missing evict_on_close.c file to test/.Dana Robinson2016-06-271-0/+144