summaryrefslogtreecommitdiff
path: root/qpid/java/test-profiles/JavaStandaloneExcludes
diff options
context:
space:
mode:
authorAndrew Donald Kennedy <grkvlt@apache.org>2010-07-22 16:14:20 +0000
committerAndrew Donald Kennedy <grkvlt@apache.org>2010-07-22 16:14:20 +0000
commit77ce8ac58d6e86d958f84de51cbc2f5d6636a5e7 (patch)
treef3af49d3b633dbfda0762f7c4f5f18640b633dd3 /qpid/java/test-profiles/JavaStandaloneExcludes
parent4d02e072b47235cfb56635412aea6a4ed30e6869 (diff)
downloadqpid-python-77ce8ac58d6e86d958f84de51cbc2f5d6636a5e7.tar.gz
QPID-2658: Adding 0-10 profile excludes for java
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@966724 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/JavaStandaloneExcludes')
-rw-r--r--qpid/java/test-profiles/JavaStandaloneExcludes12
1 files changed, 3 insertions, 9 deletions
diff --git a/qpid/java/test-profiles/JavaStandaloneExcludes b/qpid/java/test-profiles/JavaStandaloneExcludes
index a9e2a058f8..e2d91a8586 100644
--- a/qpid/java/test-profiles/JavaStandaloneExcludes
+++ b/qpid/java/test-profiles/JavaStandaloneExcludes
@@ -1,8 +1,7 @@
-// Those tests are not finished
-org.apache.qpid.test.testcases.TTLTest#*
-org.apache.qpid.test.testcases.FailoverTest#*
+
// This is a long running test so should exclude from normal runs
org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover
+
// Those tests require failover support
org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverAsQueueBrowserCreated
org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverWithQueueBrowser
@@ -23,19 +22,14 @@ org.apache.qpid.test.client.failover.FailoverTest#*
org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#*
org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#*
-// Those tests are written against the 0.10 path
-org.apache.qpid.test.unit.message.UTF8Test#*
-org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait
-
// This test currently does not pick up the runtime location of the nonVm queueBacking store.
org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#*
// This test may use QpidTestCase but it is not using the getConnection and is hardwired to InVM
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#*
// This test requires the standard configuration file for validation.
// Excluding here does not reduce test coverage.