[svn-r22322] Description:
The ph5diff (parallel h5diff) can intermittently hang in parallel mode when comparing the two HDF5 files that contains common name objects with different object types. (HDFFV-8003) Skip only the specific test for parallel until the fix has made. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE)
This commit is contained in:
@@ -827,9 +827,10 @@ TOOLTEST h5diff_221.txt -c non_comparables1.h5 non_comparables2.h5 /g2
|
||||
|
||||
# entire file
|
||||
# All the comparables should display differences.
|
||||
if test -n "$pmode" -a "$mydomainname" = hdfgroup.uiuc.edu; then
|
||||
if test -n "$pmode"; then
|
||||
# parallel mode:
|
||||
# skip due to ph5diff hangs on koala (linux64-LE) randomly.
|
||||
# skip due to ph5diff hangs on koala (linux64-LE) and ember intermittently.
|
||||
# (HDFFV-8003 - TBD)
|
||||
SKIP -c non_comparables1.h5 non_comparables2.h5
|
||||
else
|
||||
TOOLTEST h5diff_222.txt -c non_comparables1.h5 non_comparables2.h5
|
||||
|
||||
Reference in New Issue
Block a user