Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Committing clang-format changes | github-actions | 2022-01-04 | 1 | -9/+8 |
| | |||||
* | Merge branch 'group_tests_issues' of https://github.com/vchoi-hdfgroup/hdf5 ↵ | vchoi | 2022-01-04 | 2 | -7/+7 |
|\ | | | | | | | into group_tests_issues | ||||
| * | Committing clang-format changes | github-actions | 2021-12-21 | 2 | -7/+7 |
| | | |||||
* | | (A) Address issue #2 and issue #4 of the group test failures. | vchoi | 2022-01-04 | 3 | -6/+56 |
|/ | | | | | | | | | | | | | | | | | | | | See Kent's documentation "Designed to Fail Tests and Issues". (a) Fix for issue #2: --Print out meaningful message about max_lag when there is checksum error in loading an entry via H5C__load_entry(). --H5C.c: H5C_protect() (b) Fix for issue #4: --Allocate more space when the copy of the index read from the metadata file is bigger than the existing size --H5Fvfd_swmr.c: H5F_vfd_swmr_reader_end_of_tick() (B) When putting the old index into the delayed free list, use the old writer_index_offset instead of the current writer_index_offset --H5Fvfd_swmr.c: vfd_swmr_enlarge_shadow_index() (C) When there is error form calling H5F_vfd_swmr_process_eot_queue() in VFD_SWMR_ENTER(err) and VFD_SWMR_LEAVE(err), should report FAIL instead of "err" --H5private.h: VFD_SWMR_ENTER and VFD_SWMR_LEAVE macros (D) Add tests to verify issue #2 and issue #4 are fixed. | ||||
* | Address issue #1 and issue #3 of the group test failures. | vchoi | 2021-12-21 | 3 | -1/+56 |
| | | | | | | | | See Kent's documentation "Designed to Fail Tests and Issues". (A) Fix for issue #1: HDassert the < and = cases between old and new entry length. John will take care of the > case. (B) Fix for issue #3: set the cache copy of page_size again if different from f->shared->fs_page_size. | ||||
* | Fix the failure triggered by running the bigset test with 2D dataset that ↵ | vchoi | 2021-12-14 | 1 | -10/+12 |
| | | | | | | | expands for more than 200 times. It is due to the indexing error for the metadata file index and the change list array. | ||||
* | VFD SWMR: Normalization with develop (#1270) | Dana Robinson | 2021-12-08 | 35 | -890/+591 |
| | | | Brings many October-November changes from develop | ||||
* | Clang format changes. | vchoi | 2021-12-07 | 1 | -1/+1 |
| | |||||
* | Changes to address feedback from PR review. | vchoi | 2021-12-07 | 2 | -7/+9 |
| | |||||
* | Committing clang-format changes | github-actions | 2021-11-17 | 7 | -306/+308 |
| | |||||
* | 1) Core changes for adding NFS/updater support as described in the RFC. | vchoi | 2021-11-17 | 11 | -127/+902 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/H5Pfapl.c src/H5Fvfd_swmr.c src/H5Fpublic.h src/H5Fpkg.h src/H5Fprivate.h 2) For VFD SWMR testing, add private property for checksum generation of metadata files: src/H5Fint.c src/H5Fvfd_swmr.c src/H5Pfapl.c src/H5Fpkg.h src/H5Fprivate.h 3) Fix the following in H5F_vfd_swmr_init() and H5F_vfd_swmr_close_or_flush(): (a) Allocate metadata file index right after metadata file header. (b) Set tick number to 0 when creating header and index for file open case. (c) Remove tick number increment at file close. src/H5Fvfd_swmr.c src/H5Ftest.c 4) To be consistent with the RFC, change the name for field "chksum" to "checksum" in struct H5FD_vfd_swmr_idx_entry_t: src/H5FDprivate.h src/H5FDtest.c src/H5FDvfd_swmr.c src/H5Ftest.c src/H5PB.c 4) Add tests for NFS/updater test/vfd_swmr.c 5) Modify common routine init_vfd_swmr_config() to accept updater_file_path test/vfd_swmr_common.c test/vfd_swmr_common.h 6) Changes to the tests due to the common routine init_vfd_swmr_config(): test/vfd_swmr_addrem_writer.c test/vfd_swmr_attrdset_writer.c test/vfd_swmr_bigset_writer.c test/vfd_swmr_dsetchks_writer.c test/vfd_swmr_dsetops_writer.c test/vfd_swmr_generator.c test/vfd_swmr_gfail_writer.c test/vfd_swmr_gperf_writer.c test/vfd_swmr_group_writer.c test/vfd_swmr_reader.c test/vfd_swmr_remove_reader.c test/vfd_swmr_remove_writer.c test/vfd_swmr_sparse_reader.c test/vfd_swmr_sparse_writer.c test/vfd_swmr_vlstr_reader.c test/vfd_swmr_vlstr_writer.c test/vfd_swmr_writer.c test/page_buffer.c | ||||
* | Committing clang-format changes | github-actions | 2021-11-02 | 1 | -5/+5 |
| | |||||
* | Make entry log code as a #define macro as John suggests. | myang6 | 2021-11-02 | 3 | -4/+13 |
| | |||||
* | Committing clang-format changes | github-actions | 2021-11-02 | 3 | -9/+7 |
| | |||||
* | 1. Close the log file when the file closing flag is true in ↵ | myang6 | 2021-11-02 | 4 | -38/+44 |
| | | | | | | | | H5F_vfd_swmr_close_or_flush(). 2. Move the log test to the group performance test code with an option. 3. Use constant variables for log message lengths. 4. Misc. clean-up. | ||||
* | Committing clang-format changes | github-actions | 2021-10-29 | 1 | -1/+1 |
| | |||||
* | Update comments to use the HDF5 timer for the log feature. | myang6 | 2021-10-29 | 3 | -12/+9 |
| | |||||
* | Committing clang-format changes | github-actions | 2021-10-29 | 3 | -23/+23 |
| | |||||
* | Use HDF5 timer function | myang6 | 2021-10-29 | 3 | -26/+18 |
| | |||||
* | Committing clang-format changes | github-actions | 2021-10-28 | 1 | -3/+3 |
| | |||||
* | Add macros to make windows ignore the HDgetclock_time(). | myang6 | 2021-10-28 | 2 | -0/+14 |
| | |||||
* | Revise a comment to trigger another github check | myang6 | 2021-10-28 | 1 | -2/+2 |
| | |||||
* | Committing clang-format changes | github-actions | 2021-10-28 | 2 | -8/+8 |
| | |||||
* | Modify comments. | Muqun Yang | 2021-10-28 | 3 | -10/+19 |
| | |||||
* | Committing clang-format changes | github-actions | 2021-10-27 | 2 | -37/+36 |
| | |||||
* | Add comments, descriptions for the VFD log feature. | myang6 | 2021-10-27 | 4 | -77/+127 |
| | |||||
* | Committing clang-format changes | github-actions | 2021-10-25 | 1 | -1/+0 |
| | |||||
* | Remove the compiler warnings. | Muqun Yang | 2021-10-25 | 3 | -1/+28 |
| | |||||
* | Committing clang-format changes | github-actions | 2021-10-25 | 3 | -3/+3 |
| | |||||
* | Update comments, formats etc. | myang6 | 2021-10-25 | 4 | -36/+36 |
| | |||||
* | Committing clang-format changes | github-actions | 2021-10-25 | 4 | -15/+13 |
| | |||||
* | add macro, need to debug an error caused by using the macro | myang6 | 2021-10-25 | 4 | -16/+34 |
| | |||||
* | Still need to support the NULL pointer in the log report function. | myang6 | 2021-10-20 | 1 | -0/+4 |
| | |||||
* | Committing clang-format changes | github-actions | 2021-10-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'vfd_swmr_log' of https://github.com/kyang2014/hdf5 into ↵ | Muqun Yang | 2021-10-18 | 1 | -1/+1 |
|\ | | | | | | | vfd_swmr_log | ||||
| * | Committing clang-format changes | github-actions | 2021-10-18 | 1 | -1/+1 |
| | | |||||
* | | Revise the H5Fopen log test. | Muqun Yang | 2021-10-18 | 2 | -3/+5 |
|/ | |||||
* | Merge branch 'vfd_swmr_log' of https://github.com/kyang2014/hdf5 into ↵ | myang6 | 2021-10-18 | 4 | -36/+33 |
|\ | | | | | | | vfd_swmr_log | ||||
| * | Committing clang-format changes | github-actions | 2021-10-18 | 4 | -35/+32 |
| | | |||||
* | | Make sure to check the file point. | myang6 | 2021-10-18 | 1 | -0/+2 |
|/ | |||||
* | Add the log entry report function, also add logs for 'File open','File ↵ | myang6 | 2021-10-18 | 4 | -16/+84 |
| | | | | close' and 'EOT processing time' | ||||
* | Committing clang-format changes | github-actions | 2021-10-15 | 3 | -8/+8 |
| | |||||
* | Merge branch 'vfd_swmr_log' of https://github.com/kyang2014/hdf5 into ↵ | myang6 | 2021-10-15 | 2 | -7/+7 |
|\ | | | | | | | vfd_swmr_log | ||||
| * | Committing clang-format changes | github-actions | 2021-10-15 | 2 | -7/+7 |
| | | |||||
* | | skeleton of the logging report function | myang6 | 2021-10-15 | 3 | -0/+13 |
|/ | |||||
* | Clean up H5Fint.c, ready to implement the report function. | myang6 | 2021-10-15 | 1 | -28/+0 |
| | |||||
* | Test to just write a log file for H5Fopen. Add a testing routine ↵ | myang6 | 2021-10-15 | 3 | -0/+41 |
| | | | | vfd_swmr_log_writer.c. | ||||
* | VFD SWMR: Normalization with develop (#1078) | Dana Robinson | 2021-10-06 | 161 | -6538/+10461 |
| | | | Brings many changes from develop, particularly VOL changes for async | ||||
* | Committing clang-format changes | github-actions | 2021-09-13 | 1 | -1/+0 |
| | |||||
* | 1. Revise the VFD SWMR reader side code to make the expected design fail. ↵ | Muqun Yang | 2021-09-13 | 1 | -0/+20 |
| | | | | | | JRM will review the change in the future. 2. Add comments on how to repeat the issues discovered when testing the expected design fail. |