summaryrefslogtreecommitdiff
path: root/qpid/java/08ExcludeList-nonvm
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2009-04-21 16:04:55 +0000
committerAidan Skinner <aidan@apache.org>2009-04-21 16:04:55 +0000
commitc4367c21916db71f65ad1de40b8e0f6dc739f835 (patch)
tree120631c149fb90096eb3b84f44455b55c33fbcd8 /qpid/java/08ExcludeList-nonvm
parent268ff01d9ae23636da5441954639c3898749c48d (diff)
downloadqpid-python-c4367c21916db71f65ad1de40b8e0f6dc739f835.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/branches/0.5-release@767201 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/08ExcludeList-nonvm')
-rw-r--r--qpid/java/08ExcludeList-nonvm3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/08ExcludeList-nonvm b/qpid/java/08ExcludeList-nonvm
index bce674b37c..aaec56d7b8 100644
--- a/qpid/java/08ExcludeList-nonvm
+++ b/qpid/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#*
+