summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-10-08 08:28:43 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-10-08 08:28:43 +0000
commite5af89ce4c567828691bf379996bdf0f2ca0d98a (patch)
tree57b9bf9210e9ab5de3792b1d92ea24e569245895 /qpid/java
parent7568fef734b03114883a9256a927d5f9151da0b1 (diff)
downloadqpid-python-e5af89ce4c567828691bf379996bdf0f2ca0d98a.tar.gz
QPID-1950 : Remove exclude from global exclude file. Should just be excluded from the 010 run as only 0-8/9 uses Mina. The test is validating that a Mina IOException correctly causes failover, even when the IOException does not represent a socket failure.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@823089 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-rwxr-xr-xqpid/java/test-profiles/010Excludes2
-rw-r--r--qpid/java/test-profiles/Excludes3
2 files changed, 2 insertions, 3 deletions
diff --git a/qpid/java/test-profiles/010Excludes b/qpid/java/test-profiles/010Excludes
index 488ae24022..757a1e425c 100755
--- a/qpid/java/test-profiles/010Excludes
+++ b/qpid/java/test-profiles/010Excludes
@@ -99,3 +99,5 @@ org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError
//QPID-942 : Implemented Channel.Flow based Producer Side flow control to the Java Broker (not in CPP Broker)
org.apache.qpid.server.queue.ProducerFlowControlTest#*
+//QPID-1950 : Commit to test this failure. This is a MINA only failure so it cannot be tested when using 010.
+org.apache.qpid.server.failover.MessageDisappearWithIOExceptionTest#*
diff --git a/qpid/java/test-profiles/Excludes b/qpid/java/test-profiles/Excludes
index 863f56ae92..aa60554c04 100644
--- a/qpid/java/test-profiles/Excludes
+++ b/qpid/java/test-profiles/Excludes
@@ -31,6 +31,3 @@ org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverTest#testClientAck
org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testAutoAck
org.apache.qpid.test.unit.ack.AcknowledgeAfterFailoverOnMessageTest#testDupsOk
-
-//temp do not commit
-org.apache.qpid.server.failover.MessageDisappearWithIOExceptionTest#*