You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/03/03 15:08:18 UTC

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

    [ https://issues.apache.org/jira/browse/QPID-7120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15177842#comment-15177842 ] 

ASF subversion and git services commented on QPID-7120:
-------------------------------------------------------

Commit 1733467 from orudyy@apache.org in branch 'java/trunk'
[ https://svn.apache.org/r1733467 ]

QPID-7120: Fix sporadically failing AbruptClientDisconnectTest.testMessagingOnAbruptConnectivityLostWhilstConsuming

> [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: QPID-7120-Fix-test.diff, 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