From e7478bb3f7584c5a9b1214e43ede5f5e647fb2ba Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Tue, 6 Jan 2009 02:07:20 +0000 Subject: 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/qpid@731810 13f79535-47bb-0310-9956-ffa450edef68 --- java/default.testprofile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'java/default.testprofile') diff --git a/java/default.testprofile b/java/default.testprofile index 46c3f7746a..ab22d58b28 100644 --- a/java/default.testprofile +++ b/java/default.testprofile @@ -14,10 +14,12 @@ log4j.configuration=file:///${project.root}/log4j-test.xml log4j.debug=false test.excludes=true -test.excludesfile=${project.root}/ExcludeList ${project.root}/08ExcludeList +test.excludesfile=${project.root}/ExcludeList ${project.root}/XAExcludeList ${project.root}/08ExcludeList test.fork=no test.mem=512M test=*Test haltonfailure=no haltonerror=no exclude.modules=none + +profile.clustered=false -- cgit v1.2.1