Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,
including the merge of `hdffv/hdf5/develop`, back to the branch that Vailin and I share. Now I need to put this branch on a fork with a less confusing name than vchoi_fork!
This commit is contained in:
@@ -1,2 +1 @@
|
||||
Filename: h5stat_err_old_fill.h5
|
||||
h5stat error: unable to traverse objects/links in file "h5stat_err_old_fill.h5"
|
||||
|
||||
1
tools/test/h5stat/testfiles/h5stat_err_old_fill.err
Normal file
1
tools/test/h5stat/testfiles/h5stat_err_old_fill.err
Normal file
@@ -0,0 +1 @@
|
||||
h5stat error: unable to traverse objects/links in file "h5stat_err_old_fill.h5"
|
||||
@@ -1,2 +1 @@
|
||||
Filename: h5stat_err_old_layout.h5
|
||||
h5stat error: unable to traverse objects/links in file "h5stat_err_old_layout.h5"
|
||||
|
||||
1
tools/test/h5stat/testfiles/h5stat_err_old_layout.err
Normal file
1
tools/test/h5stat/testfiles/h5stat_err_old_layout.err
Normal file
@@ -0,0 +1 @@
|
||||
h5stat error: unable to traverse objects/links in file "h5stat_err_old_layout.h5"
|
||||
@@ -1,2 +1 @@
|
||||
Filename: h5stat_err_refcount.h5
|
||||
h5stat error: unable to traverse objects/links in file "h5stat_err_refcount.h5"
|
||||
|
||||
1
tools/test/h5stat/testfiles/h5stat_err_refcount.err
Normal file
1
tools/test/h5stat/testfiles/h5stat_err_refcount.err
Normal file
@@ -0,0 +1 @@
|
||||
h5stat error: unable to traverse objects/links in file "h5stat_err_refcount.h5"
|
||||
@@ -23,3 +23,13 @@ Usage: h5stat [OPTIONS] file
|
||||
-s, --freespace Print free space information
|
||||
-S, --summary Print summary of file space information
|
||||
--enable-error-stack Prints messages from the HDF5 error stack as they occur
|
||||
--s3-cred=<cred> Access file on S3, using provided credential
|
||||
<cred> :: (region,id,key)
|
||||
If <cred> == "(,,)", no authentication is used.
|
||||
--hdfs-attrs=<attrs> Access a file on HDFS with given configuration
|
||||
attributes.
|
||||
<attrs> :: (<namenode name>,<namenode port>,
|
||||
<kerberos cache path>,<username>,
|
||||
<buffer size>)
|
||||
If an attribute is empty, a default value will be
|
||||
used.
|
||||
|
||||
@@ -23,3 +23,13 @@ Usage: h5stat [OPTIONS] file
|
||||
-s, --freespace Print free space information
|
||||
-S, --summary Print summary of file space information
|
||||
--enable-error-stack Prints messages from the HDF5 error stack as they occur
|
||||
--s3-cred=<cred> Access file on S3, using provided credential
|
||||
<cred> :: (region,id,key)
|
||||
If <cred> == "(,,)", no authentication is used.
|
||||
--hdfs-attrs=<attrs> Access a file on HDFS with given configuration
|
||||
attributes.
|
||||
<attrs> :: (<namenode name>,<namenode port>,
|
||||
<kerberos cache path>,<username>,
|
||||
<buffer size>)
|
||||
If an attribute is empty, a default value will be
|
||||
used.
|
||||
|
||||
@@ -23,4 +23,13 @@ Usage: h5stat [OPTIONS] file
|
||||
-s, --freespace Print free space information
|
||||
-S, --summary Print summary of file space information
|
||||
--enable-error-stack Prints messages from the HDF5 error stack as they occur
|
||||
h5stat error: missing file name
|
||||
--s3-cred=<cred> Access file on S3, using provided credential
|
||||
<cred> :: (region,id,key)
|
||||
If <cred> == "(,,)", no authentication is used.
|
||||
--hdfs-attrs=<attrs> Access a file on HDFS with given configuration
|
||||
attributes.
|
||||
<attrs> :: (<namenode name>,<namenode port>,
|
||||
<kerberos cache path>,<username>,
|
||||
<buffer size>)
|
||||
If an attribute is empty, a default value will be
|
||||
used.
|
||||
|
||||
1
tools/test/h5stat/testfiles/h5stat_nofile.err
Normal file
1
tools/test/h5stat/testfiles/h5stat_nofile.err
Normal file
@@ -0,0 +1 @@
|
||||
h5stat error: missing file name
|
||||
@@ -1,2 +1 @@
|
||||
Filename: notexist.h5
|
||||
h5stat error: unable to open file "notexist.h5"
|
||||
|
||||
1
tools/test/h5stat/testfiles/h5stat_notexist.err
Normal file
1
tools/test/h5stat/testfiles/h5stat_notexist.err
Normal file
@@ -0,0 +1 @@
|
||||
h5stat error: unable to open file "notexist.h5"
|
||||
Reference in New Issue
Block a user