summaryrefslogtreecommitdiff
path: root/cc/config/java
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-06-27 14:24:51 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-06-27 14:24:51 +0000
commit4103ec7253b5b1a0e92d02a3f6ff1326d0f2af5e (patch)
treee14c6d013de494be4b3a2dc8a4f802743d5693a5 /cc/config/java
parent9d06933c6c7120c3cfa4eb4998558dd62c558d36 (diff)
downloadqpid-python-4103ec7253b5b1a0e92d02a3f6ff1326d0f2af5e.tar.gz
QPID-1157: Added CC scripts and config files
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@672280 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cc/config/java')
-rw-r--r--cc/config/java/cpp.noprefetch.testprofile18
-rw-r--r--cc/config/java/cpp.testprofile19
-rw-r--r--cc/config/java/cppExcludeList15
-rw-r--r--cc/config/java/cppNoPrefetchExcludeList18
-rw-r--r--cc/config/java/java.testprofile18
-rw-r--r--cc/config/java/javaExcludeList13
6 files changed, 101 insertions, 0 deletions
diff --git a/cc/config/java/cpp.noprefetch.testprofile b/cc/config/java/cpp.noprefetch.testprofile
new file mode 100644
index 0000000000..a69a5295f5
--- /dev/null
+++ b/cc/config/java/cpp.noprefetch.testprofile
@@ -0,0 +1,18 @@
+broker.version=0-10
+broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir
+broker.clean=${project.root}/clean-dir ${build.data}
+java.naming.provider.url=${project.root}/test-provider.properties
+test.excludes=true
+broker.ready=Listening on TCP port
+test.excludesfile=${project.root}/cppNoPrefetchExcludeList
+log=info
+amqj.logging.level=$log
+root.logging.level=$log
+log4j.configuration=file://${project.root}/log4j-test.xml
+test.fork=no
+test.mem=512M
+test=*Test
+haltonfailure=no
+haltonerror=no
+max_prefetch=0
+exclude.modules=systests \ No newline at end of file
diff --git a/cc/config/java/cpp.testprofile b/cc/config/java/cpp.testprofile
new file mode 100644
index 0000000000..63b36638ad
--- /dev/null
+++ b/cc/config/java/cpp.testprofile
@@ -0,0 +1,19 @@
+broker.version=0-10
+broker=${project.root}/../cpp/src/qpidd --data-dir ${build.data} -t --load-module store_home/lib/.libs/libbdbstore.so --auth no --no-module-dir
+broker.clean=${project.root}/clean-dir ${build.data}
+java.naming.provider.url=${project.root}/test-provider.properties
+test.excludes=true
+test.excludesfile=${project.root}/010AsyncExcludeList
+broker.ready=Listening on TCP port
+log=info
+amqj.logging.level=$log
+root.logging.level=$log
+log4j.configuration=file://${project.root}/log4j-test.xml
+test.fork=no
+test.mem=512M
+test=*Test
+test1=*Tests
+haltonfailure=no
+haltonerror=no
+max_prefetch=1000
+exclude.modules=systests \ No newline at end of file
diff --git a/cc/config/java/cppExcludeList b/cc/config/java/cppExcludeList
new file mode 100644
index 0000000000..ff93dd00b8
--- /dev/null
+++ b/cc/config/java/cppExcludeList
@@ -0,0 +1,15 @@
+org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#*
+org.apache.qpid.client.ResetMessageListenerTest#*
+// those tests should be run with prefetch off
+org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveC2Only
+org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveBoth
+org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash
+org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber
+// those tests need durable subscribe states to be persisted
+org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent
+org.apache.qpid.test.unit.ct.DurableSubscriberTest#testDurSubRestoresMessageSelector
+// the 0.10 c++ broker does not implement forget
+org.apache.qpid.test.unit.xa.FaultTest#testForget
+// removed because of bug 445500
+// org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityAUTOACK
+// org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityNOACKSessionPerConnection \ No newline at end of file
diff --git a/cc/config/java/cppNoPrefetchExcludeList b/cc/config/java/cppNoPrefetchExcludeList
new file mode 100644
index 0000000000..173d837ab1
--- /dev/null
+++ b/cc/config/java/cppNoPrefetchExcludeList
@@ -0,0 +1,18 @@
+// those tests use 0.8 semantics
+org.apache.qpid.test.unit.client.channelclose.ChannelCloseTest#*
+org.apache.qpid.client.ResetMessageListenerTest#*
+org.apache.qpid.test.unit.transacted.TransactedTest#testRollback
+// those tests need durable subscribe states to be persisted
+org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent
+org.apache.qpid.test.unit.ct.DurableSubscriberTest#testDurSubRestoresMessageSelector
+// This test is not finished
+org.apache.qpid.test.testcases.TTLTest#*
+// the 0.10 c++ broker does not implement forget
+org.apache.qpid.test.unit.xa.FaultTest#testForget
+// See Bug 443031
+org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash
+// removed because of bug 445500
+// org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityAUTOACK
+// org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityNOACKSessionPerConnection
+// trace sent to Gordon
+// org.apache.qpid.test.unit.basic.SelectorTest#* \ No newline at end of file
diff --git a/cc/config/java/java.testprofile b/cc/config/java/java.testprofile
new file mode 100644
index 0000000000..a0eacd0516
--- /dev/null
+++ b/cc/config/java/java.testprofile
@@ -0,0 +1,18 @@
+broker.version=0-8
+broker=vm
+broker.clean=${project.root}/clean-dir ${build.data}
+java.naming.provider.url=${project.root}/test-provider.properties
+test.excludes=true
+test.excludesfile=${project.root}/08ExcludeList
+log=info
+amqj.logging.level=$log
+root.logging.level=$log
+log4j.configuration=file://${project.root}/log4j-test.xml
+test.fork=no
+test.mem=512M
+test=*Test
+test1=*Tests
+haltonfailure=no
+haltonerror=no
+max_prefetch=1000
+exclude.modules=systests \ No newline at end of file
diff --git a/cc/config/java/javaExcludeList b/cc/config/java/javaExcludeList
new file mode 100644
index 0000000000..5e5bf715ad
--- /dev/null
+++ b/cc/config/java/javaExcludeList
@@ -0,0 +1,13 @@
+org.apache.qpid.test.unit.xa.QueueTest#*
+org.apache.qpid.test.unit.xa.TopicTest#*
+org.apache.qpid.test.unit.xa.FaultTest#*
+org.apache.qpid.test.unit.ct.DurableSubscriberTests#*
+// those tests are failing see: QPID-
+org.apache.qpid.test.unit.topic.TopicSessionTest#testNoLocal
+// known issue
+org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurableWithInvalidSelector
+// Those tests are not finished
+org.apache.qpid.test.testcases.TTLTest#*
+org.apache.qpid.test.testcases.FailoverTest#*
+// See qpid-1144
+org.apache.qpid.test.testcases.ImmediateMessageTest#*