summaryrefslogtreecommitdiff
path: root/java/test-profiles/cpp.excludes
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-07-25 02:39:16 +0000
committerRafael H. Schloming <rhs@apache.org>2009-07-25 02:39:16 +0000
commit1c2980845b011ec8e53f2c321a7a40103739675b (patch)
treec20e10a59f45dd32faf34d6918d8ad87e6707184 /java/test-profiles/cpp.excludes
parentc1a0ca697fccbb4bca552a5840154766ee81a0c3 (diff)
downloadqpid-python-1c2980845b011ec8e53f2c321a7a40103739675b.tar.gz
eliminate duplication between exclude lists for the various cpp profiles
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@797706 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/cpp.excludes')
-rw-r--r--java/test-profiles/cpp.excludes15
1 files changed, 15 insertions, 0 deletions
diff --git a/java/test-profiles/cpp.excludes b/java/test-profiles/cpp.excludes
new file mode 100644
index 0000000000..65ce051481
--- /dev/null
+++ b/java/test-profiles/cpp.excludes
@@ -0,0 +1,15 @@
+// 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#testMigrateDurableSubscriber
+
+// those tests need durable subscribe states to be persisted
+org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent
+
+// those tests require broker recovery
+org.apache.qpid.test.unit.ct.DurableSubscriberTest#*
+org.apache.qpid.test.unit.xa.TopicTest#testDurSubCrash
+org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash
+org.apache.qpid.test.unit.xa.TopicTest#testRecover
+org.apache.qpid.test.unit.xa.QueueTest#testRecover
+org.apache.qpid.test.unit.xa.QueueTest#testSendAndRecover