From 8b2e499dc048359c2bc37d1e9e36b2f8cd3cb3bc Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Sun, 5 Sep 2010 18:51:15 +0000 Subject: 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 --- qpid/java/test-profiles/cpp.async.excludes | 3 --- 1 file changed, 3 deletions(-) (limited to 'qpid/java/test-profiles/cpp.async.excludes') 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 -- cgit v1.2.1