diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-09-23 21:47:32 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-09-23 21:47:32 (GMT) |
commit | f7ba14fa29c3e3c9e56606dda6fc2d5d0adb9d5a (patch) | |
tree | 51d4e58d1b1ed002dcc8628842a0f09da7c926f6 /tools | |
parent | 8f8fb620d8bc42519871d47ab55c2dc2f7a13db3 (diff) | |
download | hdf5-f7ba14fa29c3e3c9e56606dda6fc2d5d0adb9d5a.zip hdf5-f7ba14fa29c3e3c9e56606dda6fc2d5d0adb9d5a.tar.gz hdf5-f7ba14fa29c3e3c9e56606dda6fc2d5d0adb9d5a.tar.bz2 |
[svn-r21414] Description:
Skip parallel diff test "-c non_comparables1.h5 non_comparables2.h5" due
to hanging issue occurring on koala (linux64-LE) intermittently.
Plan to put back when resolved.
The test was related to J7693.
Merged from HDF5 trunk r21413.
Tested:
jam (linux32-LE), koala (linux64-LE)
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/h5diff/testh5diff.sh | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh index 585a8ff..74ecd3a 100755 --- a/tools/h5diff/testh5diff.sh +++ b/tools/h5diff/testh5diff.sh @@ -809,8 +809,14 @@ TOOLTEST h5diff_221.txt -c non_comparables1.h5 non_comparables2.h5 /g2 # entire file # All the comparables should display differences. -TOOLTEST h5diff_222.txt -c non_comparables1.h5 non_comparables2.h5 - +if test -n "$pmode" -a "$mydomainname" = hdfgroup.uiuc.edu; then + # parallel mode: + # skip due to ph5diff hangs on koala (linux64-LE) randomly. + SKIP -c non_comparables1.h5 non_comparables2.h5 +else + TOOLTEST h5diff_222.txt -c non_comparables1.h5 non_comparables2.h5 +fi + # ############################################################################## # # Links compare without --follow-symlinks nor --no-dangling-links # ############################################################################## |