summaryrefslogtreecommitdiffstats
path: root/test/ttsafe.c
diff options
context:
space:
mode:
authorvchoi <vchoi@jelly.ad.hdfgroup.org>2020-07-14 15:56:33 (GMT)
committervchoi <vchoi@jelly.ad.hdfgroup.org>2020-07-14 15:56:33 (GMT)
commit4bc49d8b2bb6b549141a47f50062eb4ddfba4557 (patch)
tree325efe9238e8621983bdbde6c4ec2fdf4688e99e /test/ttsafe.c
parentb480d0a38b1e265c55c74262bf384d255a33e07b (diff)
downloadhdf5-4bc49d8b2bb6b549141a47f50062eb4ddfba4557.zip
hdf5-4bc49d8b2bb6b549141a47f50062eb4ddfba4557.tar.gz
hdf5-4bc49d8b2bb6b549141a47f50062eb4ddfba4557.tar.bz2
Fix for jira issue HDFFV-11080:
(1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads
Diffstat (limited to 'test/ttsafe.c')
-rw-r--r--test/ttsafe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ttsafe.c b/test/ttsafe.c
index e6edd9a..2de460b 100644
--- a/test/ttsafe.c
+++ b/test/ttsafe.c
@@ -111,6 +111,7 @@ int main(int argc, char *argv[])
AddTest("cancel", tts_cancel, cleanup_cancel, "thread cancellation safety test", NULL);
#endif /* H5_HAVE_PTHREAD_H */
AddTest("acreate", tts_acreate, cleanup_acreate, "multi-attribute creation", NULL);
+ AddTest("attr_vlen", tts_attr_vlen, cleanup_attr_vlen, "multi-file-attribute-vlen read", NULL);
#else /* H5_HAVE_THREADSAFE */