summaryrefslogtreecommitdiff
path: root/qpid/java/cpp.cluster.testprofile
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-01-06 02:07:20 +0000
committerRafael H. Schloming <rhs@apache.org>2009-01-06 02:07:20 +0000
commit7f42616db97eee3890f07188272b8d028839ebec (patch)
treeb20a578ebb71521b346a9e4f06db3237ef0b7450 /qpid/java/cpp.cluster.testprofile
parent2d0f50dd935642cf84b3fc3eb7fcbb1cf12dcbe8 (diff)
downloadqpid-python-7f42616db97eee3890f07188272b8d028839ebec.tar.gz
QPID-1557: fixed the cpp.cluster test profile
- pulled out the XA excludes into a separate excludes file - made the cluster profile exclude the XA tests - made the build system automatically set all system properties that start with profile - added a profile.clustered property that defaults to false - made the cpp.cluster test profile set the profile.clustered property to true - modified the failover tests to exclude some erroneous asserts if the broker is clustered - modified the java client to not advertize a non-zero timeout git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@731810 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/cpp.cluster.testprofile')
-rw-r--r--qpid/java/cpp.cluster.testprofile4
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/java/cpp.cluster.testprofile b/qpid/java/cpp.cluster.testprofile
index 1353af18f2..1807ae098b 100644
--- a/qpid/java/cpp.cluster.testprofile
+++ b/qpid/java/cpp.cluster.testprofile
@@ -1,3 +1,5 @@
broker.version=0-10
broker=${project.root}/../cpp/src/qpidd --load-module ${project.root}/../cpp/src/.libs/cluster.so --cluster-name cpp-java-test-cluster -p @PORT --data-dir ${build.data}/@PORT -t --auth no
-test.excludesfile=${project.root}/ExcludeList ${project.root}/010ExcludeList
+test.excludesfile=${project.root}/ExcludeList ${project.root}/XAExcludeList ${project.root}/010ExcludeList
+
+profile.clustered=true