summaryrefslogtreecommitdiff
path: root/java/010ExcludeList-store
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-04-17 13:47:29 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-04-17 13:47:29 +0000
commit399cad066cb6a258b455b60e8e4619f6c4f927c3 (patch)
treede4d581df99dfae32a3dfe2230d8ff33054a95a6 /java/010ExcludeList-store
parentd421eff48b17b37cb6c9ad226fde22dcc72cb6d4 (diff)
downloadqpid-python-399cad066cb6a258b455b60e8e4619f6c4f927c3.tar.gz
QPID-884 Added cpp profile that does not use a store. Also updated profile for taking auth into account and updated broker.clean as per QPID-904
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@649099 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/010ExcludeList-store')
-rw-r--r--java/010ExcludeList-store10
1 files changed, 10 insertions, 0 deletions
diff --git a/java/010ExcludeList-store b/java/010ExcludeList-store
new file mode 100644
index 0000000000..709c846068
--- /dev/null
+++ b/java/010ExcludeList-store
@@ -0,0 +1,10 @@
+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.DurableSubscriberTests#testDurSubRestoresMessageSelector \ No newline at end of file