diff options
| author | Robert Gemmell <robbie@apache.org> | 2010-09-05 18:51:15 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2010-09-05 18:51:15 +0000 |
| commit | 8b2e499dc048359c2bc37d1e9e36b2f8cd3cb3bc (patch) | |
| tree | 214edd653b834ca5efcf0e1521937b063a85acab /qpid/java/test-profiles | |
| parent | ba143bd7b07e39ce07f1fb7bbf3cd107a515b469 (diff) | |
| download | qpid-python-8b2e499dc048359c2bc37d1e9e36b2f8cd3cb3bc.tar.gz | |
QPID-2418: updates to fix test failures when using the 0-10 client test profiles.
Use a transacted session when querying for queue counts following consumption, as the 0-10 client batches auto-acks asynchronously.
Always send the selector filter argument even if empty, to allow querying the brokers via 0-10 to detect whether the selector is being added/removed/modified at subscribe time.
Enable the Java broker to perform argument matching during the 0-10 isBound check.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@992856 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles')
| -rwxr-xr-x | qpid/java/test-profiles/CPPExcludes | 7 | ||||
| -rwxr-xr-x | qpid/java/test-profiles/Java010Excludes | 7 | ||||
| -rw-r--r-- | qpid/java/test-profiles/cpp.async.excludes | 3 |
3 files changed, 0 insertions, 17 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index fe1ce82b7e..711a3954e4 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -125,13 +125,6 @@ org.apache.qpid.test.client.RollbackOrderTest#testOrderingAfterRollbackOnMessage // Temporarily adding the following until the issues are sorted out. org.apache.qpid.test.unit.client.AMQConnectionTest#testHeartBeat -//QPID-2418 : Not yet implemented on 0-10 -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testResubscribeWithChangedSelector -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubSameMessageSelector -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testResubscribeWithChangedSelectorNoClose -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubAddMessageSelectorNoClose -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubNoSelectorResubscribeNoClose - //Excluded due to QPID-1447 : CPP broker does not have SlowConsumer Disconnection org.apache.qpid.systest.GlobalQueuesTest#* org.apache.qpid.systest.GlobalTopicsTest#* diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes index 47fca90500..6da362f33a 100755 --- a/qpid/java/test-profiles/Java010Excludes +++ b/qpid/java/test-profiles/Java010Excludes @@ -62,10 +62,3 @@ org.apache.qpid.transport.network.mina.MINANetworkDriverTest#* org.apache.qpid.test.unit.basic.LargeMessageTest#* org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testCreateExchange org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testBrowseMode - -//QPID-2418 : Not yet implemented on 0-10 -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testResubscribeWithChangedSelector -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubSameMessageSelector -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testResubscribeWithChangedSelectorNoClose -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubAddMessageSelectorNoClose -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubNoSelectorResubscribeNoClose diff --git a/qpid/java/test-profiles/cpp.async.excludes b/qpid/java/test-profiles/cpp.async.excludes index 72d79fb754..b6479a00ba 100644 --- a/qpid/java/test-profiles/cpp.async.excludes +++ b/qpid/java/test-profiles/cpp.async.excludes @@ -1,5 +1,2 @@ -// the C++ broker doesn't implement selectors, so they are not persisted with the subscription -org.apache.qpid.test.unit.ct.DurableSubscriberTest#testDurSubRestoresMessageSelector - // the C++ broker doesn't guarantee the order of messages on recovery org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash |
