diff options
| author | Keith Wall <kwall@apache.org> | 2011-12-26 18:59:29 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2011-12-26 18:59:29 +0000 |
| commit | cdba1717699ead879ab13975685895cc39410ca9 (patch) | |
| tree | 49e4a8fad8072c08f3501391f532a909b8e72a70 /java/test-profiles/CPPNoPrefetchExcludes | |
| parent | 374d47a0d0a6ecec468e85b56851bbd51dcefef4 (diff) | |
| download | qpid-python-cdba1717699ead879ab13975685895cc39410ca9.tar.gz | |
QPID-3713: remove redundant failover test cases
The following tests/test cases have been identified:
1) QueueBrowserAutoAckTest#testFailover*. These tests were running against Java 0-9-1 profiles and excluded against Java/CPP 0-10. New test cases FailoverBehaviourTest#testTransactedQueueBrowserCloseWhileFailover/testClientAcknowledge test the same code paths.
2) AcknowledgeAfterFailoverOnMessageTest/AcknowledgeAfterFailoverTest. These tests were globally excluded (Excludes file). New tests FBT.testClientAcknowledgedSessionCloseAfterFailover/testTransactedSessionCloseAfterFailover/testAcknowledgeAfterFailoverForAsynchronousConsumer cover these scenarios.
3) MessageDisappearWithIOExceptionTest. Tests were added after a defect arising from Java Broker use of MINA. Test scenario covered by FBT.testRecoverAfterFailoverInAutoAcknowledgeMode.
4) FailoverBeforeConsumingRecoverTest. Test case seemed weak: merely caused a failover then repeated the same tests as its super (RecoverTest). FBT.testRecoverAfterFailover and testRecoverWithConsumedMessagesAfterFailover are superior replacements.
5) QuickAcking. Test exercised same code paths as FBT.testMessageProducingAndRollbackAfterFailover.
CloseAfterConnectionFailureTest duplicates FailoverMethodTest#testNoFailover. The testcase was actually excluded from all profiles.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1224788 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-profiles/CPPNoPrefetchExcludes')
| -rw-r--r-- | java/test-profiles/CPPNoPrefetchExcludes | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/java/test-profiles/CPPNoPrefetchExcludes b/java/test-profiles/CPPNoPrefetchExcludes index ebcd430161..e10b2fa659 100644 --- a/java/test-profiles/CPPNoPrefetchExcludes +++ b/java/test-profiles/CPPNoPrefetchExcludes @@ -19,13 +19,6 @@ org.apache.qpid.test.unit.transacted.TransactedTest#testRollback -org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverWithQueueBrowser - org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityNOACK org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurabilityNOACKSessionPerConnection org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber |
