summaryrefslogtreecommitdiff
path: root/java/test-profiles
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2010-05-06 00:10:07 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2010-05-06 00:10:07 +0000
commit3568faee6faf404958d34e4b8e703ecee7ec2b55 (patch)
tree15420561c605941180ec569160170dac59e438fc /java/test-profiles
parent90221b57782499ad38e6ae9cc1522727af49b4d1 (diff)
downloadqpid-python-3568faee6faf404958d34e4b8e703ecee7ec2b55.tar.gz
The heartbeat wasn't being set properly and these mistakes went uncaught due to lack of proper test.
I have added a test case to AMQConnectionTest called testHeartBeat. This test fails once in a while even when I have an external script to clean the broker instance. It seems once it's wedged with kill -STOP, it somestimes doesn't get cleaned up properly with kill -9. Despite the occasional failure, I think it's worth to have this test as a lot of our users rely on heartbeat functionality. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@941553 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles')
-rwxr-xr-xjava/test-profiles/kill-broker25
1 files changed, 25 insertions, 0 deletions
diff --git a/java/test-profiles/kill-broker b/java/test-profiles/kill-broker
new file mode 100755
index 0000000000..e31d3811b3
--- /dev/null
+++ b/java/test-profiles/kill-broker
@@ -0,0 +1,25 @@
+
+#!/bin/bash
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+
+kill -9 $1