From 2574691af14be919eec4e7fd54530368cba67d04 Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Tue, 21 Apr 2009 15:23:17 +0000 Subject: 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 --- java/08ExcludeList-nonvm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'java/08ExcludeList-nonvm') diff --git a/java/08ExcludeList-nonvm b/java/08ExcludeList-nonvm index bce674b37c..aaec56d7b8 100644 --- a/java/08ExcludeList-nonvm +++ b/java/08ExcludeList-nonvm @@ -36,3 +36,6 @@ org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#* org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#* //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#* + -- cgit v1.2.1