summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-04-11 02:16:23 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-04-11 02:16:23 +0000
commit991eb43bb758c18d11ff6857a9484227b6cef1cb (patch)
treec516263488a0e5150b29472034483b57764c1459
parentc24ff1aefe694aa965c11307fb08c891ff829942 (diff)
downloadqpid-python-991eb43bb758c18d11ff6857a9484227b6cef1cb.tar.gz
Updated performance scripts to run even if previous test failed.
Merged from trunk r764152 git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.5-release@764153 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-xqpid/java/perftests/etc/scripts/RunAll.sh10
-rwxr-xr-xqpid/java/perftests/etc/scripts/RunCore.sh22
2 files changed, 26 insertions, 6 deletions
diff --git a/qpid/java/perftests/etc/scripts/RunAll.sh b/qpid/java/perftests/etc/scripts/RunAll.sh
index 60c04e3ed7..8b0d8b6e7c 100755
--- a/qpid/java/perftests/etc/scripts/RunAll.sh
+++ b/qpid/java/perftests/etc/scripts/RunAll.sh
@@ -17,9 +17,7 @@
# specific language governing permissions and limitations
# under the License.
#
-Connections.sh && \
-JobQueue.sh && \
-Latency.sh && \
-MessageSize.sh && \
-Reliability.sh && \
-Throughput.sh
+./RunCore.sh
+./Connections.sh
+./JobQueue.sh
+./MessageSize.sh
diff --git a/qpid/java/perftests/etc/scripts/RunCore.sh b/qpid/java/perftests/etc/scripts/RunCore.sh
new file mode 100755
index 0000000000..fcc45aacf0
--- /dev/null
+++ b/qpid/java/perftests/etc/scripts/RunCore.sh
@@ -0,0 +1,22 @@
+#!/bin/sh
+#
+# 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.
+#
+./Throughput.sh
+./Latency.sh
+./Reliability.sh