summaryrefslogtreecommitdiffstats
path: root/test/testvfdswmr.sh.in
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-01-31 17:47:43 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-01-31 17:47:43 (GMT)
commit311e4ed32de7fead9d6c26d962fdfbd00222ce2b (patch)
treed4cb5c0b374a38fa66763397a4b42ea7b1f21c61 /test/testvfdswmr.sh.in
parent6feabcb42d55c1b47fa011ae915746834c3984b9 (diff)
downloadhdf5-311e4ed32de7fead9d6c26d962fdfbd00222ce2b.zip
hdf5-311e4ed32de7fead9d6c26d962fdfbd00222ce2b.tar.gz
hdf5-311e4ed32de7fead9d6c26d962fdfbd00222ce2b.tar.bz2
Modifications to the vfd swmr concurrent tests:
(1) Increase the # of records to write (Nrecords) in testvfdswmr.sh.in so as to ensure the writer will not exit before the reader (2) Use H5E_BEGIN_TRY/END_TRY when H5Fopen() the test file in reader tests (3) Add "READER" or "WRITER" to debugging messages (4) Misc cleanup
Diffstat (limited to 'test/testvfdswmr.sh.in')
-rw-r--r--test/testvfdswmr.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testvfdswmr.sh.in b/test/testvfdswmr.sh.in
index 1e596e0..09fdb23 100644
--- a/test/testvfdswmr.sh.in
+++ b/test/testvfdswmr.sh.in
@@ -27,7 +27,7 @@ srcdir=@srcdir@
Nreaders=5 # number of readers to launch
Nrdrs_spa=3 # number of sparse readers to launch
-Nrecords=200000 # number of records to write
+Nrecords=400000 # number of records to write
Nrecs_rem=40000 # number of times to shrink
Nrecs_spa=20000 # number of records to write in the sparse test
Nsecs_add=5 # number of seconds per read interval