summaryrefslogtreecommitdiffstats
path: root/test/evict_on_close.c
Commit message (Collapse)AuthorAgeFilesLines
* Misc library test changes from develop.Dana Robinson2020-05-171-4/+4
|
* Cleanup when merging to other branchesAllen Byrne2019-07-301-38/+10
|
* 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-201-0/+100
| | | | the parallel library.
* Change copyright headers to replace url referring to file to be removedlrknox2017-04-141-6/+4
| | | | | | | | and replace it with new url for COPYING file. Fix 2 lines in java error test expected output file where messages include line numbers changed by reducing the copyright header by 2 lines.
* 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