Commit Graph

9 Commits

Author SHA1 Message Date
github-actions
139142cb79 Committing clang-format changes 2021-08-12 16:43:22 +00:00
vchoi
4a35f8480b Modifications based on PR feedback. 2021-08-12 11:40:58 -05:00
vchoi
0bb13dcf92 (1)
src/H5Fvfd_swmr.c
--enable or disable raw data flush depending on configuration
(2)
vfd_swmr_dsetchks_writer.c
vfd_swmr_dsetops_writer.c
--modifications to test/verify when flushing of raw data is enabled/disabled
--refactor coding
(3)
testvfdswmr.sh.in
--add testing with/without flush of raw data to tests: dsetchks and dsetops
(4)
vfd_swmr_attrdset_writer.c
--pass true for flushing raw data to the common routine init_vfd_swmr_config()
--refactor coding so that it has similar format as the other two tests: dsetops and dsetchks
(5)
vfd_swmr_addrem_writer.c
vfd_swmr_bigset_writer.c
vfd_swmr_generator.c
vfd_swmr_group_writer.c
vfd_swmr_reader.c
vfd_swmr_remove_reader.c
vfd_swmr_remove_writer.c
vfd_swmr_sparse_reader.c
vfd_swmr_sparse_writer.c
vfd_swmr_vlstr_reader.c
vfd_swmr_vlstr_writer.c
vfd_swmr_writer.c
vfd_swmr_zoo_writer.c
--pass true for flushing raw data to the common routine init_vfd_swmr_config()
2021-08-10 14:25:06 -05:00
Dana Robinson
3082cd226e VFD SWMR: Fixes naked basename() call on MacOS (#874)
* Fixes naked basename() call on MacOS

* Committing clang-format changes

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2021-08-04 10:05:13 -07:00
github-actions
b6aa2680ed Committing clang-format changes 2021-07-13 22:39:33 +00:00
vchoi
3d5c597c49 Modifications to common routines used by VFD SWMR tests:
(1) Add a parameter page_buf_size to the common routine vfd_swmr_create_fapl().
(2) Add a new common routine vfd_swmr_create_fcpl() to set the file space strategy and file space page size.
VFD SWMR tests are modified accordingly to call the above routines.
2021-07-13 17:36:48 -05:00
vchoi
a396a18d40 Modifications based on PR feedback. 2021-06-29 13:15:28 -05:00
github-actions
ca981a460b Committing clang-format changes 2021-06-16 15:10:14 +00:00
vchoi
00db3355ad Add new test that handles chunk operations for chunked datasets. 2021-06-16 10:05:56 -05:00