diff options
| author | Aidan Skinner <aidan@apache.org> | 2009-04-21 15:23:17 +0000 |
|---|---|---|
| committer | Aidan Skinner <aidan@apache.org> | 2009-04-21 15:23:17 +0000 |
| commit | 281b5aaeb6efb3f27848207a4b846e6dd3e5f40d (patch) | |
| tree | bea70c540cd1331e4b9bb7fe84436a198361f389 /qpid/java/010ExcludeList | |
| parent | 7c9078c94ef7cae6b1b79e41c738f33938cbaea4 (diff) | |
| download | qpid-python-281b5aaeb6efb3f27848207a4b846e6dd3e5f40d.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@767185 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/010ExcludeList')
| -rw-r--r-- | qpid/java/010ExcludeList | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/010ExcludeList b/qpid/java/010ExcludeList index ae86d46b5b..0b1993e71a 100644 --- a/qpid/java/010ExcludeList +++ b/qpid/java/010ExcludeList @@ -69,3 +69,7 @@ org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#* //QPID-1818 : 0-10 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#* + |
