You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2009/03/06 18:21:14 UTC

svn commit: r750989 - in /qpid/trunk/qpid/cpp/src/tests: Makefile.am federated_cluster_test_with_node_failure

Author: gsim
Date: Fri Mar  6 17:21:13 2009
New Revision: 750989

URL: http://svn.apache.org/viewvc?rev=750989&view=rev
Log:
QPID-1719: extra test for federated cluster (includes node failure which requires a wait so only run on make check-long)


Added:
    qpid/trunk/qpid/cpp/src/tests/federated_cluster_test_with_node_failure   (with props)
Modified:
    qpid/trunk/qpid/cpp/src/tests/Makefile.am

Modified: qpid/trunk/qpid/cpp/src/tests/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/Makefile.am?rev=750989&r1=750988&r2=750989&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/src/tests/Makefile.am Fri Mar  6 17:21:13 2009
@@ -256,9 +256,11 @@
 # Longer running stability tests, not run by default check: target.
 # Not run under valgrind, too slow
 
-LONG_TESTS+=start_broker fanout_perftest shared_perftest multiq_perftest topic_perftest run_failover_soak stop_broker reliable_replication_test
+LONG_TESTS+=start_broker fanout_perftest shared_perftest multiq_perftest topic_perftest run_failover_soak stop_broker \
+ reliable_replication_test federated_cluster_test_with_node_failure
 
-EXTRA_DIST+=fanout_perftest shared_perftest multiq_perftest topic_perftest run_failover_soak reliable_replication_test 
+EXTRA_DIST+=fanout_perftest shared_perftest multiq_perftest topic_perftest run_failover_soak reliable_replication_test \
+  federated_cluster_test_with_node_failure
 
 check-long:
 	$(MAKE) check TESTS="$(LONG_TESTS)" VALGRIND=

Added: qpid/trunk/qpid/cpp/src/tests/federated_cluster_test_with_node_failure
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/federated_cluster_test_with_node_failure?rev=750989&view=auto
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/federated_cluster_test_with_node_failure (added)
+++ qpid/trunk/qpid/cpp/src/tests/federated_cluster_test_with_node_failure Fri Mar  6 17:21:13 2009
@@ -0,0 +1,23 @@
+#!/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.
+#
+
+srcdir=`dirname $0`
+TEST_NODE_FAILURE=1 $srcdir/federated_cluster_test

Propchange: qpid/trunk/qpid/cpp/src/tests/federated_cluster_test_with_node_failure
------------------------------------------------------------------------------
    svn:executable = *



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org