summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/vfd_swmr_indep_rw_writer.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/vfd_swmr_indep_rw_writer.c b/test/vfd_swmr_indep_rw_writer.c
index 2ab756b..73fa805 100644
--- a/test/vfd_swmr_indep_rw_writer.c
+++ b/test/vfd_swmr_indep_rw_writer.c
@@ -517,8 +517,9 @@ vrfy_dset(const state_t *s, mat_t *mat)
unsigned int which = 0;
herr_t status;
- /* A failure to read the data may indicate the data isn't ready yet. Instead of displaying the error
- * stack, simply return false and let the caller repeat this step.
+ /* The approach is adapted from the big set test. A failure to read the data may indicate the data isn't ready yet.
+ * For this case, we will not display the error stack, instead sleeping for one tenth of a second,
+ * call H5Drefresh and try to call H5Dread again. After NUM_ATTEMPTS times, issue an error.
*/
for (i = 0; i < NUM_ATTEMPTS; i++) {