summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr.c
Commit message (Expand)AuthorAgeFilesLines
* Make tests pass on both of my branches, like they ought to: in the tests thatDavid Young2020-08-031-9/+35
* In test_reader_md_concur(), the child has to exit(3), not FAIL_STACK_ERROR, onDavid Young2020-07-301-1/+1
* Bug fixes: don't double-close a FAPL ID. Always close a file ID.David Young2020-07-301-3/+2
* Remove superfluous casts from `void *` to another pointer type prior toDavid Young2020-07-301-22/+20
* Delete unused local variables. Delete an empty line. NFCI.David Young2020-07-101-4/+0
* Don't leak a fapl on error.David Young2020-07-101-7/+8
* Remove gratuitous local variable initialization: it's better to let theDavid Young2020-07-101-2/+2
* Straggler from previous: bsdqueue.h -> H5queue.hDavid Young2020-07-101-1/+1
* (1) Add public routines H5Fvfd_swmr_end_tick, H5Fvfd_swmr_disable_end_of_tick...vchoi2020-06-261-581/+1221
* Be concise and more obviously correct, and knock many line widthsDavid Young2020-06-031-16/+13
* Fix compilation: use H5Oget_info() instead of specifying the versionDavid Young2020-05-201-4/+4
* Move fetch_env_ulong() from vfd_swmr.c to vfd_swmr_common.c for eventualDavid Young2020-04-281-29/+1
* Straggler from last: retire vfd_swmr_writer_g.David Young2020-04-201-2/+2
* Retire globals vfd_swmr_writer_g and end_of_tick_g.David Young2020-04-201-11/+11
* Quiet some used-before-initialized warnings and, while I am here,David Young2020-04-201-3/+3
* Don't try to free a NULL pointer.David Young2020-04-071-1/+2
* Quiet a warning about the variable being used before it is initialized.David Young2020-04-071-1/+1
* If the shadow-index size is 0 in the current step, don't calloc(3)David Young2020-04-061-2/+2
* Remove a duplicate `#define H5FD_TESTING` line.David Young2020-03-241-1/+0
* When creating a shadow index for testing, increase the page number fromDavid Young2020-03-241-1/+3
* The forced-fail index comes only from the environment, never fromDavid Young2020-03-241-1/+1
* 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-281-9/+9
* 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
* Be brief: don't cast the last parameter of H5Pset_file_space_strategy(), theDavid Young2019-12-091-9/+7
* Don't see a 1GB threshold for tracking free filespace, that workaround for VFDDavid Young2019-12-091-1/+1
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-25/+17
* 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-141-11/+11
* Intermin commit to allow update from Vailin's recent changesmainzer2019-01-151-38/+74
* Interim checkin to allow Vailin to address assertion failure inmainzer2019-01-031-1/+1
* Fixes for issues #1 and #2 listed in John's email dated Dec 7 2018:Vailin Choi2018-12-191-14/+18
* 1) Add concurrent test for VFD SWMR readerVailin Choi2018-10-291-59/+720
* (1) Add tests for VFD SWMR writerVailin Choi2018-10-221-121/+505
* Second batch of checkin:Vailin Choi2018-09-041-36/+32
* Preliminary checkins for implementation done so far:Vailin Choi2018-08-141-0/+695