summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 1) Core changes for adding NFS/updater support as described in the RFC.vchoi2021-11-1722-247/+1245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Merge pull request #1156 from raylu-hdf/raylu_bigset_test2raylu-hdf2021-11-032-21/+45
|\ | | | | Two Minor Changes for the Big Set Test
| * Committing clang-format changesgithub-actions2021-11-011-14/+20
| |
| * Two purposes for this PR:Songyu Lu2021-11-012-41/+59
| | | | | | | | | | 1. added an option to enable the legacy SWMR in vfd_swmr_bigset_writer.c. 2. adjusted the options for big set test to make sure it passes the exhaustive test in testvfdswmr.sh.in.
* | Committing clang-format changesgithub-actions2021-11-021-89/+89
| |
* | 1. Close the log file when the file closing flag is true in ↵myang62021-11-023-2936/+33
| | | | | | | | | | | | | | | | 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.
* | Modify comments.Muqun Yang2021-10-281-4/+4
| |
* | Modify the description a bit.Muqun Yang2021-10-271-1/+1
| |
* | Committing clang-format changesgithub-actions2021-10-271-3/+3
| |
* | Add comments, descriptions for the VFD log feature.myang62021-10-272-68/+18
| |
* | Committing clang-format changesgithub-actions2021-10-152-3/+3
| |
* | Clean up H5Fint.c, ready to implement the report function.myang62021-10-153-4/+4
| |
* | Test to just write a log file for H5Fopen. Add a testing routine ↵myang62021-10-154-0/+2998
|/ | | | vfd_swmr_log_writer.c.
* VFD SWMR: Normalization with develop (#1078)Dana Robinson2021-10-0644-900/+2256
| | | Brings many changes from develop, particularly VOL changes for async
* Merge pull request #1006 from kyang2014/feature/vfd_swmrkyang20142021-10-014-9/+833
|\ | | | | Feature/vfd swmr
| * Correct typos for the design-to-fail test.myang62021-10-011-2/+2
| |
| * Committing clang-format changesgithub-actions2021-09-131-3/+3
| |
| * Add options for users to choose max_lag, tick_len, page size and page buffer ↵Muqun Yang2021-09-131-8/+31
| | | | | | | | size.
| * Committing clang-format changesgithub-actions2021-09-131-21/+21
| |
| * 1. Revise the VFD SWMR reader side code to make the expected design fail. ↵Muqun Yang2021-09-131-25/+88
| | | | | | | | | | | | JRM will review the change in the future. 2. Add comments on how to repeat the issues discovered when testing the expected design fail.
| * Committing clang-format changesgithub-actions2021-09-101-30/+25
| |
| * Add the expected design fail for the long running API on the reader side.myang62021-09-103-1/+744
| |
* | Committing clang-format changesgithub-actions2021-09-141-15/+21
| |
* | Changed fprintf to HDfprintf and also printed out the write speed for ↵Songyu Lu2021-09-141-193/+207
| | | | | | | | performance information.
* | Committing clang-format changesgithub-actions2021-09-131-7/+7
| |
* | Some minor changes and more comments.Songyu Lu2021-09-132-18/+41
| |
* | Add a function call to allocate space early during H5Dcreate and H5Dextend.Songyu Lu2021-09-031-8/+14
| |
* | Minor adjustment to a parameter.Songyu Lu2021-09-011-2/+2
| |
* | Merge branch 'raylu_bigset_test' of https://github.com/raylu-hdf/hdf5 into ↵Songyu Lu2021-09-011-91/+121
|\ \ | | | | | | | | | raylu_bigset_test
| * | Committing clang-format changesgithub-actions2021-09-011-91/+121
| | |
* | | Merge branch 'feature/vfd_swmr' of https://github.com/raylu-hdf/hdf5 into ↵Songyu Lu2021-09-011-2/+8
|\ \ \ | |/ / |/| / | |/ raylu_bigset_test
| * VFD SWMR: Updates the mirror VFD tests so they compile and pass tests (#971)Dana Robinson2021-08-271-2/+8
| | | | | | | | | | | | | | * Updates the mirror VFD tests so they compile and pass tests * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* | Some important updates to the test: added test for 3D datasets and several ↵Songyu Lu2021-09-012-210/+488
| | | | | | | | new command-line options.
* | Merge branch 'feature/vfd_swmr' of https://github.com/raylu-hdf/hdf5 into ↵Songyu Lu2021-08-2721-722/+4172
|\ \ | |/ | | | | raylu_bigset_test
| * Merge pull request #943 from kyang2014/feature/vfd_swmrkyang20142021-08-263-1/+2985
| |\ | | | | | | Feature/vfd swmr
| | * fixed comment issues.Muqun Yang2021-08-261-32/+32
| | |
| | * Committing clang-format changesgithub-actions2021-08-201-4/+4
| | |
| | * Add more description.Muqun Yang2021-08-201-8/+21
| | |
| | * Committing clang-format changesgithub-actions2021-08-191-58/+56
| | |
| | * Merge branch 'feature/vfd_swmr' of https://github.com/kyang2014/hdf5 into ↵Muqun Yang2021-08-191-12/+7
| | |\ | | | | | | | | | | | | feature/vfd_swmr
| | | * Committing clang-format changesgithub-actions2021-08-181-15/+9
| | | |
| | * | Add statistics information, comments. Also clean up code a bit.Muqun Yang2021-08-191-96/+238
| | |/
| | * 1. Add the VL string type test.Muqun Yang2021-08-181-1975/+118
| | | | | | | | | | | | | | | 2. Remove the reader test. 3. Fix trivial bugs and remove some warnings.
| | * Merge remote-tracking branch 'upstream/feature/vfd_swmr' into feature/vfd_swmrMuqun Yang2021-08-1717-680/+1110
| | |\
| | * | Committing clang-format changesgithub-actions2021-08-171-4/+4
| | | |
| | * | Add options fo max_lag, tick_len and page_size.Muqun Yang2021-08-172-9/+40
| | | |
| | * | Merge remote-tracking branch 'upstream/feature/vfd_swmr' into HEADMuqun Yang2021-08-0967-9817/+5917
| | |\ \
| | * | | Committing clang-format changesgithub-actions2021-08-051-58/+52
| | | | |
| | * | | Merge branch 'feature/vfd_swmr' of https://github.com/kyang2014/hdf5 into ↵Muqun Yang2021-08-051-13/+5
| | |\ \ \ | | | | | | | | | | | | | | | | | | feature/vfd_swmr
| | | * | | Committing clang-format changesgithub-actions2021-08-031-35/+24
| | | | | |