System tests FailoverBeforeConsumingRecoverTest and RecoverTest excluded from
test suite
----------------------------------------------------------------------------------------
Key: QPID-3034
URL: https://issues.apache.org/jira/browse/QPID-3034
Project: Qpid
Issue Type: Bug
Components: Java Client
Affects Versions: 0.9
Reporter: Keith Wall
QPID-2471 excluded tests from FailoverBeforeConsumingRecoverTest and
RecoverTest from with the JavaExcludes files. The comment in the Jira
indicates that this was a temporary step but this has never been reverted.
I wonder it is still correct for these tests to remain excluded?
Under the java.0.10 profile all tests pass:
[echo] Using profile:java.0.10
[junit] Running org.apache.qpid.test.unit.ack.RecoverTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 32.036 sec
[junit] Running
org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 32.833 sec
Under default profile, there are failures/errors:
[echo] Using profile:default
[junit] Running org.apache.qpid.test.unit.ack.RecoverTest
[junit] Tests run: 6, Failures: 3, Errors: 1, Time elapsed: 14.782 sec
[junit] Running
org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest
[junit] Tests run: 6, Failures: 2, Errors: 1, Time elapsed: 12.773 sec
[junit] Test
org.apache.qpid.test.unit.ack.FailoverBeforeConsumingRecoverTest FAILED
The failing tests are:
RecoverTest.testRecoverResendsMsgs, testRecoverResendsMsgsAckOnEarlier,
testAcknowledgePerConsumer,
FailoverBeforeConsumingRecoverTest testRecoverInAutoAckListener
testRecoverResendsMsgsAckOnEarlier testOderingWithSyncConsumer
In each case, the test is failing trying to re-consume a message, immediately
after session.recover().
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]