summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add an environment variable, H5_SHADOW_INDEX_FAIL, that I can set to anDavid Young2020-03-021-20/+58
* Add a test for shadow-index lookups per the specification agreed with John andDavid Young2020-02-281-0/+84
* So that I can use PASSED(); anywhere a statement can go, #define PASSED() withDavid Young2020-02-2815-260/+259
* Quiet some warnings about jumping over variable initialization,David Young2020-02-061-8/+15
* Numerous changes supporting a floating shadow index:David Young2020-02-031-2/+2
* Use FAIL_STACK_ERROR instead of TEST_ERROR after library calls, so that theDavid Young2020-02-031-6/+5
* Repair indentation and delete some superfluous comments. NFCI.David Young2020-01-301-13/+13
* Align the shadow images on page boundaries so that they don't overlap. ThisDavid Young2019-12-181-8/+8
* In the faked-up shadow-index entries, assign independent page numbers in theDavid Young2019-12-181-4/+4
* Allocate and zero using calloc(3) instead of malloc(3)+memset(3).David Young2019-12-181-2/+1
* Remove the ugly casts on calloc() and malloc(). Change some malloc() toDavid Young2019-12-131-6/+6
* Shorten the type name `H5F_vfd_swmr_eot_queue_entry_t` to `eot_queue_entry_t`:David Young2019-12-101-16/+11
* Remove disused #ifdef QAK code.David Young2019-12-095-72/+0
* Be brief: don't cast the last parameter of H5Pset_file_space_strategy(), theDavid Young2019-12-092-21/+17
* Don't see a 1GB threshold for tracking free filespace, that workaround for VFDDavid Young2019-12-092-2/+2
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-09196-30959/+51550
* Fix for punch list #28:Vailin Choi2019-11-201-2/+38
* Changes for punch list #4: Add support for opening mulitple files in either V...Vailin Choi2019-11-201-49/+975
* Modifications for the following items in the punch list:Vailin Choi2019-11-1422-20/+20
* Good-bye md_open_tries.David Young2019-11-141-3/+0
* VFD SWMR sparse readers failed to open the .h5 file because the sparse writerDavid Young2019-10-232-1/+49
* I've changed `test/dsets` so that every time it needs to visit allDavid Young2019-10-171-32/+121
* The err_compat test relied on some "lines" on the standard output streamDavid Young2019-10-082-3/+7
* Make some NetBSD compatibility patches.David Young2019-10-031-1/+7
* Refactor a bit, remove dead code, move some helper functions to the topDavid Young2019-10-021-261/+355
* Initialize `data` and `odata` to NULL like the exit sequencesDavid Young2019-09-301-2/+6
* Add a test for single-page metadata (SPMDE) writes. Mention in aDavid Young2019-09-301-10/+150
* Rename the metadata test again to reflect how it's checking the pageDavid Young2019-09-271-13/+28
* Don't use FILENAME and FILENAME[0] because that looks like worrisomeDavid Young2019-09-271-83/+83
* Initialize VFD SWMR configuration block to zeroes. I was hopeful thatDavid Young2019-09-261-0/+2
* Write test data from a different buffer than we read into, since IDavid Young2019-09-261-13/+16
* Add a basic metadata test for VFD SWMR page buffering. Currently theDavid Young2019-09-231-5/+310
* Tell the compiler that h5_testing() is a printf-like function.David Young2019-09-231-1/+1
* Fix some incorrect format strings.David Young2019-09-232-5/+8
* Straggler from last commit: make TESTING() take printf-like varargsDavid Young2019-09-232-1/+13
* Don't calloc() the VFD SWMR configuration, just use a local variable.David Young2019-09-231-333/+71
* Delete end-of-block comments, they're uninformative and they make the pageDavid Young2019-09-201-18/+18
* Revise a warning puts() to be more hopeful about VFD SWMR andDavid Young2019-09-201-1/+1
* Unse TEST_ERROR instead of the return statement I copied & pasted, oops.David Young2019-09-191-6/+7
* Add the zygote of VFD SWMR-mode page-buffer tests.David Young2019-09-171-0/+311
* Tand the he VFD SWMR test script used `| tee` to redirect test programs'David Young2019-08-282-59/+106
* Modifications to the vfd swmr concurrent tests:Vailin Choi2019-01-318-273/+487
* Intermin commit to allow update from Vailin's recent changesmainzer2019-01-1510-59/+92
* Interim checkin to allow Vailin to address assertion failure inmainzer2019-01-035-18/+32
* Fixes for issues #1 and #2 listed in John's email dated Dec 7 2018:Vailin Choi2018-12-193-16/+20
* Merge branch 'feature/vfd_swmr' of https://bitbucket.hdfgroup.org/scm/~vchoi/...mainzer2018-12-0713-22/+20
|\
| * (1) Fix for accumulator issue #1 as described in John's previous checkinVailin Choi2018-12-0213-22/+20
* | interim checkin of VFD SWMR writer EOT code.mainzer2018-12-071-1/+9
|/
* (A) Fixes for the assertion failures described in issue #2 (see John Mainzer'...Vailin Choi2018-11-1412-93/+2690
* Initial checkin of page buffer re-implementation to support VFD SWMR.mainzer2018-11-041-330/+549