[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)
This commit is contained in:
Jonathan Kim
2011-09-23 16:47:32 -05:00
parent 8f8fb620d8
commit f7ba14fa29

View File

@@ -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
# ##############################################################################