You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alex Rudyy (JIRA)" <ji...@apache.org> on 2016/03/03 14:54:18 UTC

[jira] [Created] (QPID-7120) [Java Broker] Test AbruptClientDisconnectTest.testMessagingOnAbruptConnectivityLostWhilstConsuming fails sporadically

Alex Rudyy created QPID-7120:
--------------------------------

             Summary: [Java Broker] Test AbruptClientDisconnectTest.testMessagingOnAbruptConnectivityLostWhilstConsuming fails sporadically
                 Key: QPID-7120
                 URL: https://issues.apache.org/jira/browse/QPID-7120
             Project: Qpid
          Issue Type: Bug
          Components: Java Tests
            Reporter: Alex Rudyy
         Attachments: TEST-org.apache.qpid.server.AbruptClientDisconnectTest.testMessagingOnAbruptConnectivityLostWhilstConsuming.txt

Test AbruptClientDisconnectTest.testMessagingOnAbruptConnectivityLostWhilstConsuming fails for corner case when one remaining message is expected to receive  but it was already received previously, Commit was sent and broker successfully committed and sent back CommitOk but CommitOk did not reach client due to abrupt disconnect

The test fails as below
{noformat}
Error Message

Expected message with index 60 but got null

Stacktrace

junit.framework.AssertionFailedError: Expected message with index 60 but got null
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertNotNull(Assert.java:256)
	at junit.framework.TestCase.assertNotNull(TestCase.java:426)
	at org.apache.qpid.server.AbruptClientDisconnectTest.consumeIgnoringLastSeenOmission(AbruptClientDisconnectTest.java:242)
	at org.apache.qpid.server.AbruptClientDisconnectTest.testMessagingOnAbruptConnectivityLostWhilstConsuming(AbruptClientDisconnectTest.java:201)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org