summaryrefslogtreecommitdiff
path: root/java/08ExcludeList
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2009-04-21 15:23:17 +0000
committerAidan Skinner <aidan@apache.org>2009-04-21 15:23:17 +0000
commit2574691af14be919eec4e7fd54530368cba67d04 (patch)
tree4d0f39ae3852c763859d9042ec07a478493ae035 /java/08ExcludeList
parent330a880e9d396815a51d70768a5d2cd12aacbca9 (diff)
downloadqpid-python-2574691af14be919eec4e7fd54530368cba67d04.tar.gz
QPID-1823: Allow recycling of channel IDs
AMQConnection.getNextChannelID: add method to abstract channel id assignment, allow max to be set AMQConnectionDelegate*: add getMaxChannelID AMQConnectionDelegate_0_10: use getNextChannelID for this session-id SessionCreateTest: add test that attempts to create 65555 sessions on one connection AMQConnectionTest: add unit test for getNextChannelID SessionCreateTest takes a long, long time to run so is excluded by default git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@767185 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/08ExcludeList')
-rw-r--r--java/08ExcludeList3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/08ExcludeList b/java/08ExcludeList
index fae59a07d0..0dde433b10 100644
--- a/java/08ExcludeList
+++ b/java/08ExcludeList
@@ -10,3 +10,6 @@ org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait
//QPID-1818 : Client code path does not correctly restore a transacted session after failover.
org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#*
+
+// QPID-1823: this takes ages to run
+org.apache.qpid.client.SessionCreateTest#*