summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2001-10-19 23:53:46 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2001-10-19 23:53:46 (GMT)
commit5efe5534cede17e0cd73848730eb94523d3038e8 (patch)
treea54d00ae7fe6dd87051235eb01d515c8e42c572e /bin
parent7e76f7b0d17557fea7bc2a7e78e8b459574076da (diff)
downloadhdf5-5efe5534cede17e0cd73848730eb94523d3038e8.zip
hdf5-5efe5534cede17e0cd73848730eb94523d3038e8.tar.gz
hdf5-5efe5534cede17e0cd73848730eb94523d3038e8.tar.bz2
[svn-r4557] Purpose:
kludge Description: Somehow if consecutive "rsh houdin -n ..." are issued too close, a "Connection refused" result. Then /usr/local/krb5/rsh falls back to ordinary rsh protocal which of course won't work either. Solution: if the houdin to be tested is houdin, wait for 5 seconds before launching the 'rsh ...' command. Hopefully the system admin can fix the rsh problem. Platforms tested: eirene talking to houdin.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/runtest4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/runtest b/bin/runtest
index 0813062..8df9a55 100755
--- a/bin/runtest
+++ b/bin/runtest
@@ -640,6 +640,10 @@ if [ -n "$TESTHOST" -a $HOSTNAME != "$TESTHOST" ]; then
case "$RSH" in
rsh|ssh)
PRINT $RSH $h -n $PROGNAME
+ # kludge: some how eirene and houdin can not have
+ # rsh connections too close. wait a few seconds
+ test $h = houdin && echo "wait 10 sec for houdin" && sleep 10
+
# launch concurrent tests only if srcdir is used
if [ -n "$SRCDIR" ]; then
$RSH $h -n $PROGNAME &