Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor cleanups and bring over "prefetched dirty" fixes for entries loaded from | Quincey Koziol | 2017-03-12 | 1 | -0/+1 |
| | | | | a cache image. | ||||
* | Switch list lengths to unsigned integers (to align better w/cache image merge) | Quincey Koziol | 2017-01-28 | 1 | -8/+8 |
| | |||||
* | First cut at fixing the tagging issue with the free space managers. | Dana Robinson | 2016-11-30 | 1 | -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 subgroups | Dana Robinson | 2016-11-28 | 1 | -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 Koziol | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Code style and warning cleanups, from revise_chunks branch. | Quincey Koziol | 2016-11-06 | 1 | -5/+2 |
| | |||||
* | Removed commented-out lines that clean up test files. | Dana Robinson | 2016-11-03 | 1 | -2/+2 |
| | |||||
* | Added a test for old- and new-style groups under evict-on-close. | Dana Robinson | 2016-10-30 | 1 | -33/+141 |
| | |||||
* | Evict-on-close now works with groups. | Dana Robinson | 2016-10-28 | 1 | -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.c | Dana Robinson | 2016-10-01 | 1 | -7/+7 |
| | |||||
* | Added full implementation of EoC cache test. | Dana Robinson | 2016-09-30 | 1 | -13/+30 |
| | |||||
* | Added code to create the test file for all chunk index and layout types. | Dana Robinson | 2016-09-30 | 1 | -15/+293 |
| | |||||
* | Fleshed out evict on close test that inspects cache. | Dana Robinson | 2016-09-29 | 1 | -24/+194 |
| | |||||
* | Added the beginnings of a file generator to the test. | Dana Robinson | 2016-09-24 | 1 | -16/+186 |
| | |||||
* | [svn-r30110] Added missing evict_on_close.c file to test/. | Dana Robinson | 2016-06-27 | 1 | -0/+144 |