Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed most C library include lines from tests | Dana Robinson | 2021-03-02 | 8 | -13/+0 |
| | |||||
* | Fix unfreed memory after fork in vfd_swmr test | Dana Robinson | 2021-03-02 | 1 | -0/+12 |
| | | | | | The writer configuration in the vfd_swmr test was not freed in the child process after a call to fork() causing a memory leak. | ||||
* | Corrected a typo in the comment. | songyulu | 2021-02-15 | 1 | -1/+1 |
| | |||||
* | Added some comments. | songyulu | 2021-02-12 | 1 | -1/+4 |
| | |||||
* | Adding the test case for fixed-array chunked dataset and VDS. | songyulu | 2021-02-12 | 2 | -6/+26 |
| | |||||
* | (1) Add new routine to configure for VFD SWMR: init_vfd_swmr_config() | vchoi | 2021-02-02 | 16 | -311/+177 |
| | | | | | | (2) Revise routine to setup fapl for VFD SWMR legacy and other integration tests: vfd_swmr_create_fapl() (3) Update all VFD SWMR integration tests to use the above two routines (4) Clean up VFD SWMR legacy tests: turn on compression in test script, remove #ifdef OUT H5Fflush(), message file name | ||||
* | Updates CMake files to work with VFD SWMR | Dana Robinson | 2020-10-14 | 2 | -4/+20 |
| | | | | | | | | | | | - CMake files were updated to build new files in src and test. - As with legacy SWMR, the test programs that are run via shell scripts are built but not run. - Updated whitespace in the links_env output file. It's unclear why this changed, but CMake does an exact diff on the file whereas the autotools do not. | ||||
* | Merge branch 'vswmr-base' into quiet-zoo | David Young | 2020-09-17 | 9 | -63/+115 |
|\ | |||||
| * | Limit the repeat rate for duplicate zoo warnings to once every five | David Young | 2020-09-17 | 6 | -32/+54 |
| | | | | | | | | seconds. | ||||
| * | Move below_speed_limit() from vfd_swmr_bigset_writer.c to | David Young | 2020-09-17 | 3 | -24/+39 |
| | | | | | | | | vfd_swmr_common.c, document it, and fix a bug. | ||||
| * | Document some of the functions in here. Update the comment at the top | David Young | 2020-09-17 | 1 | -7/+22 |
| | | | | | | | | of the file. NFCI. | ||||
| * | Fixes a leak of the metadata index memory | Dana Robinson | 2020-09-14 | 1 | -5/+9 |
| | | |||||
* | | Merge branch 'feature/vfd_swmr' into multi | David Young | 2020-09-14 | 1 | -25/+27 |
|\ \ | |/ | |||||
| * | Rewrap lines. | David Young | 2020-09-03 | 1 | -25/+27 |
| | | |||||
* | | Merge pull request #1 in ~DYOUNG/vchoi_fork from ↵ | Dana Robinson | 2020-09-09 | 1 | -5/+9 |
|\ \ | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:svd_multi_memory_fix to multi * commit '09981b58d800d784a2aa7e3ea5f7f1cad576e8db': Fixes a leak of the metadata index memory | ||||
| * | | Fixes a leak of the metadata index memory | Dana Robinson | 2020-09-08 | 1 | -5/+9 |
| | | | |||||
* | | | Merge branch 'feature/vfd_swmr' into multi | David Young | 2020-09-03 | 1 | -6/+98 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Individually track the steps verified on each dataset. Take care | David Young | 2020-09-03 | 1 | -5/+19 |
| | | | | | | | | not to skip a step. | ||||
| * | Give an overview of the bigsets test in a mega-comment at the top. Also, | David Young | 2020-09-03 | 1 | -1/+79 |
| | | | | | | | | | | describe the test pattern. And while I'm here, repair a comment, s/writer/reader/. | ||||
* | | Merge branch 'feature/vfd_swmr' into multi | David Young | 2020-08-25 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | Use the terminology "expected" and "unexpected" errors instead of "soft" and | David Young | 2020-08-25 | 1 | -3/+4 |
| | | | | | | | | "hard" errors. | ||||
* | | Merge branch 'feature/vfd_swmr' into multi | David Young | 2020-08-21 | 2 | -0/+8 |
|\ \ | |/ | |||||
| * | Apply Dana's fix for production mode builds. | David Young | 2020-08-21 | 2 | -0/+8 |
| | | |||||
* | | Merge branch 'feature/vfd_swmr' into multi | David Young | 2020-08-21 | 14 | -22/+29 |
|\ \ | |/ | |||||
| * | Avoid potential shadow-file clashes, call the shadow file `group-shadow`. | David Young | 2020-08-21 | 1 | -1/+1 |
| | | |||||
| * | Call the shadow files bigset-shadow-<number> for some <number>, | David Young | 2020-08-21 | 1 | -1/+1 |
| | | | | | | | | to avoid unlikely shadow-file clashes. | ||||
| * | Avoid potential shadow-file clashes, call the file `generator-shadow`. | David Young | 2020-08-21 | 1 | -1/+1 |
| | | |||||
| * | Use the safe calloc() idiom, p = calloc(1, sizeof(*p)), and do | David Young | 2020-08-21 | 3 | -3/+3 |
| | | | | | | | | not gratuitously cast to p's type. | ||||
| * | Avoid potential shadow-file clashes, call the shadow file `rw-shadow`. | David Young | 2020-08-21 | 7 | -7/+8 |
| | | |||||
| * | Straggler from last: call the shadow file `vlstr-shadow`. | David Young | 2020-08-21 | 1 | -1/+1 |
| | | |||||
| * | Avoid shadow file clashes, call the file `vlstr-shadow`. | David Young | 2020-08-21 | 1 | -1/+1 |
| | | |||||
| * | To avoid potential clashes with other tests, call the shadow file `zoo-shadow`. | David Young | 2020-08-21 | 1 | -1/+1 |
| | | |||||
| * | Derive the name of the shadow file from the HDF5 file: drop the .h5, add | David Young | 2020-08-21 | 1 | -6/+12 |
| | | | | | | | | .shadow. | ||||
* | | Merge branch 'feature/vfd_swmr' into multi | David Young | 2020-08-18 | 1 | -2/+6 |
|\ \ | |/ | |||||
| * | Sleep 1/10s between H5Dopen() tries. Make a couple of warning/error messages | David Young | 2020-08-18 | 1 | -2/+6 |
| | | | | | | | | more clear/correct. | ||||
* | | Merge branch 'feature/vfd_swmr' into multi | David Young | 2020-08-18 | 1 | -5/+49 |
|\ \ | |/ | |||||
| * | Perform the dataset opens in reverse order to their creation, and if | David Young | 2020-08-18 | 1 | -5/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | H5Dopen fails, rapidly retry up to 9,999 times. Log H5Dopen failures, but log no more than once every five seconds to avoid spamming the terminal. With these changes, it's easier for the reader to open the last dataset before the writer created it, but the reader recovers instead of quitting with an error. It should only be necessary to retry opening the *last* dataset; all previous datasets should open on one try if the last is open. | ||||
* | | Merge branch 'feature/vfd_swmr' into multi | David Young | 2020-08-17 | 2 | -10/+0 |
|\ \ | |/ | |||||
| * | Fix copy-and-paste error: do not copy the H5T_C_S1 type twice. | David Young | 2020-08-17 | 2 | -10/+0 |
| | | |||||
* | | Merge branch 'aug-merge-attempt/feature/vfd_swmr' into ↵ | David Young | 2020-08-04 | 23 | -538/+1474 |
|\ \ | |/ | | | | | aug-merge-attempt/may-merge-mainzer-to-mine | ||||
| * | Merge branch 'aug-develop' into aug-merge-attempt/feature/vfd_swmr | David Young | 2020-08-04 | 23 | -538/+1474 |
| |\ | |||||
| | * | Minor normalizations with 1.12 branch | Dana Robinson | 2020-08-01 | 3 | -6/+3 |
| | | | |||||
| | * | Minor normalizations with hdf5_1_10 | Dana Robinson | 2020-07-31 | 9 | -414/+331 |
| | | | |||||
| | * | Fixed additional typos in tselect.c comments. | Dana Robinson | 2020-07-28 | 1 | -2/+2 |
| | | | |||||
| | * | Fixes typo in tselect.c | Dana Robinson | 2020-07-28 | 1 | -1/+1 |
| | | | |||||
| | * | Updates H5Sset_extent_none() to set H5S_NULL | Dana Robinson | 2020-07-28 | 1 | -2/+78 |
| | | | | | | | | | | | | | | | | | | | | | | | | The API call used to set the internal H5S_NO_CLASS value which produced errors when such a dataspace was passed to many other API calls. Fixes HDFFV-11027 | ||||
| | * | Merge pull request #2693 in HDFFV/hdf5 from ↵ | Vailin Choi | 2020-07-17 | 5 | -1/+181 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-11080-heap-use-after-free-by-the-call to develop * commit '3023b34272cc6ada84aebfa7441a6a55afa3621c': Update MANIFEST. Add new test to Cmake. Fix for jira issue HDFFV-11080: (1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads | ||||
| | | * | Update MANIFEST. | vchoi | 2020-07-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Add new test to Cmake. | ||||
| | | * | Fix for jira issue HDFFV-11080: | vchoi | 2020-07-14 | 4 | -1/+180 |
| | | | | | | | | | | | | | | | | | | | | (1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads | ||||
| | * | | H5R: fix type conversion of references within vlen type | Jerome Soumagne | 2020-07-16 | 1 | -0/+270 |
| | |/ | | | | | | | | | | Update trefer.c with vlen test case |