summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_bigset_writer.c
Commit message (Expand)AuthorAgeFilesLines
* Committing clang-format changesgithub-actions2021-09-141-15/+21
* Changed fprintf to HDfprintf and also printed out the write speed for perform...Songyu Lu2021-09-141-193/+207
* Committing clang-format changesgithub-actions2021-09-131-7/+7
* Some minor changes and more comments.Songyu Lu2021-09-131-16/+39
* Add a function call to allocate space early during H5Dcreate and H5Dextend.Songyu Lu2021-09-031-8/+14
* Committing clang-format changesgithub-actions2021-09-011-91/+121
* Some important updates to the test: added test for 3D datasets and several ne...Songyu Lu2021-09-011-198/+468
* Merge branch 'feature/vfd_swmr' of https://github.com/raylu-hdf/hdf5 into ray...Songyu Lu2021-08-271-0/+5
|\
| * Modifications as indicated by valgrind --tool=memcheck for the following files:vchoi2021-08-171-4/+9
| * (1)vchoi2021-08-101-1/+1
* | Minor change: move the end tick function to just before the file is closed.Songyu Lu2021-07-151-11/+11
* | Merge branch 'feature/vfd_swmr' of https://github.com/raylu-hdf/hdf5 into ray...Songyu Lu2021-07-141-14/+8
|\ \ | |/
| * Modifications to common routines used by VFD SWMR tests:vchoi2021-07-131-7/+4
* | Committing clang-format changesgithub-actions2021-07-081-166/+230
* | 1. Added the test for 3D datasets;Songyu Lu2021-07-081-295/+518
* | Committing clang-format changesgithub-actions2021-06-071-105/+144
* | Some simple format changes.Songyu Lu2021-06-071-55/+53
* | Some changes to the big set test:Songyu Lu2021-06-031-419/+1205
|/
* Fixed 1.6 compatibility issues and ran source formatterDana Robinson2021-03-261-1/+1
* Updates license url and history docsDana Robinson2021-03-251-12/+11
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-410/+343
* Excludes VFD SWMR acceptance tests on WindowsDana Robinson2021-03-101-3/+16
* Replaces basename and dirname with code that will work everywhereDana Robinson2021-03-091-1/+2
* Makes libgen.h functions ready for implementation on WindowsDana Robinson2021-03-021-2/+1
* Removed most C library include lines from testsDana Robinson2021-03-021-2/+0
* Corrected a typo in the comment.songyulu2021-02-151-1/+1
* Added some comments.songyulu2021-02-121-1/+4
* Adding the test case for fixed-array chunked dataset and VDS.songyulu2021-02-121-4/+24
* (1) Add new routine to configure for VFD SWMR: init_vfd_swmr_config()vchoi2021-02-021-2/+6
* Move below_speed_limit() from vfd_swmr_bigset_writer.c toDavid Young2020-09-171-24/+0
* Rewrap lines.David Young2020-09-031-25/+27
* Individually track the steps verified on each dataset. Take careDavid Young2020-09-031-5/+19
* Give an overview of the bigsets test in a mega-comment at the top. Also,David Young2020-09-031-1/+79
* Call the shadow files bigset-shadow-<number> for some <number>,David Young2020-08-211-1/+1
* Sleep 1/10s between H5Dopen() tries. Make a couple of warning/error messagesDavid Young2020-08-181-2/+6
* Perform the dataset opens in reverse order to their creation, and ifDavid Young2020-08-181-5/+49
* Add to the "bigset" writer a `-M` command-line option that enables the use ofDavid Young2020-07-211-70/+110
* Fix a copy-pasto in an error message.David Young2020-07-101-1/+1
* Move the dapl initialization to state_init and, if VDS is enabled,David Young2020-07-101-7/+10
* Fix a bug where I was trying to store `ndatasets * 4` source-datasetDavid Young2020-07-071-93/+155
* Use native byte order unless big-endian is specified with `-b` option.David Young2020-07-021-12/+19
* Add a VDS mode to the bigset test.David Young2020-06-301-7/+197
* Gather a couple of assertions.David Young2020-06-261-2/+1
* Create one dataset creation property list and one file dataspace andDavid Young2020-06-261-31/+45
* When extending the dataset in one dimension, add columns instead of rowsDavid Young2020-06-261-22/+23
* Create a dataset access property list (dapl) that disables the chunk cache andDavid Young2020-06-191-5/+13
* Close all of the datasets we opened.David Young2020-06-161-0/+21
* Limit every chunk cache to 1 slot and 1kB so that the test doesn't runDavid Young2020-06-111-0/+3
* Make the test more challenging: on every other step, read a chunk-sizedDavid Young2020-06-111-4/+8
* Delete unused `state_t` members. NFCI.David Young2020-05-271-9/+1