diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2010-05-18 14:44:43 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2010-05-18 14:44:43 +0000 |
| commit | dd44df797360c1cf1dee2f507f142223d689d8e1 (patch) | |
| tree | 903bf0ad28eeb68be65352cebf1f94e20af517eb /qpid/java/test-profiles | |
| parent | 822e95fa4d350a2916d8b45160df37160c540560 (diff) | |
| download | qpid-python-dd44df797360c1cf1dee2f507f142223d689d8e1.tar.gz | |
QPID-1447 : Update Plugins to use changes to ConfigurationPlugin, Update Test to correctly run and prevent failover.
Update excludes to include test in Java Broker runs but not CPP or 010.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@945683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles')
| -rwxr-xr-x | qpid/java/test-profiles/CPPExcludes | 4 | ||||
| -rw-r--r-- | qpid/java/test-profiles/Excludes | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 8e24938373..c2983d8675 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -119,3 +119,7 @@ org.apache.qpid.server.queue.ConflationQueueTest#* # Temporarily adding the following until the issues are sorted out. org.apache.qpid.test.unit.client.AMQConnectionTest#testHeartBeat + +//Excluded due to QPID-1447 : CPP broker does not have SlowConsumer Disconnection +org.apache.qpid.systest.SlowConsumerTest#* + diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes index 6a2e33c1fe..6606a7e5ce 100644 --- a/qpid/java/test-profiles/Excludes +++ b/qpid/java/test-profiles/Excludes @@ -32,5 +32,3 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#* // QPID-2418 : The queue backing the dur sub is not currently deleted at subscription change, so the test will fail. org.apache.qpid.test.unit.ct.DurableSubscriberTest#testResubscribeWithChangedSelectorAndRestart -// QPID-1447 : Work In Progress -org.apache.qpid.systest.SlowConsumerTest#* |
