summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_bigset_writer.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Join some lines. NFCI.David Young2020-05-261-4/+2
* Add `-a steps` option and if steps != 0, then add (or verify) an attribute onDavid Young2020-05-261-16/+85
* Add missing newline to dbgf() statement.David Young2020-05-151-1/+1
* Make `-q` actually quiet the program.David Young2020-05-151-1/+1
* Make the personality detection more robust like I did forDavid Young2020-05-151-4/+11
* Let us change the chunk size with command-line options, -r rows and -cDavid Young2020-05-151-84/+152
* Delete extra line. NFCI.David Young2020-05-091-1/+0
* Add missing return-value check.David Young2020-05-091-0/+3
* Take care not to leak property lists or data spaces.David Young2020-05-091-8/+12
* Fix bugs in the dataset dimensions checks.David Young2020-05-071-4/+6
* Create a reader for the extensible datasets tests.David Young2020-05-071-22/+231
* Add my work-in-progress dataset test. It writes a handful of datasetsDavid Young2020-05-061-0/+401