summaryrefslogtreecommitdiff
path: root/qpid/java/testkit/bin
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-12-09 16:58:51 +0000
committerAlan Conway <aconway@apache.org>2009-12-09 16:58:51 +0000
commit5720d502cfe7d570f3f6ac8f0f510709182e70e8 (patch)
tree122cdcadca23797c5523fe589105b7847d37f144 /qpid/java/testkit/bin
parentb3e71b9a75040e86a74b55db1ce03a9ee1a64191 (diff)
downloadqpid-python-5720d502cfe7d570f3f6ac8f0f510709182e70e8.tar.gz
QPID-2253 - Cluster node shuts down with inconsistent error.
Add a missing memberUpdate on the transition to CATCHUP mode. The inconsistent error was caused because the newly updated member did not have its membership updated and so was missing an failover update message that the existing members sent to a new client. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888874 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/testkit/bin')
-rwxr-xr-xqpid/java/testkit/bin/qpid-python-testkit8
1 files changed, 2 insertions, 6 deletions
diff --git a/qpid/java/testkit/bin/qpid-python-testkit b/qpid/java/testkit/bin/qpid-python-testkit
index e1696ff722..2c1d015281 100755
--- a/qpid/java/testkit/bin/qpid-python-testkit
+++ b/qpid/java/testkit/bin/qpid-python-testkit
@@ -25,10 +25,6 @@
. ./setenv.sh
export PYTHONPATH=../:$PYTHONPATH
-
-if [ -d $OUTDIR ]; then
- rm -rf $OUTDIR
-fi
-
-$PYTHON_DIR/qpid-python-test -DOUTDIR=$OUTDIR -m testkit
+rm -rf $OUTDIR
+$PYTHON_DIR/qpid-python-test -DOUTDIR=$OUTDIR -m testkit "$@"