[
https://issues.apache.org/jira/browse/QPID-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646242#action_12646242
]
Martin Ritchie commented on QPID-1427:
--------------------------------------
This failure to receive message 0 is due to the receive(RECEIVE_TIMEOUT)
returning null for the first message.
Not sure if the attached log is from the correct run as:
a) All ten messages are correctly received within 1s of the initial receive
call.
b) the methods after the fail() call are executed.
Increasing the RECEIVE_TIMEOUT in QpidTestCase should prevent this test from
failing just now.
> [Java] QueueBrowserDupsOKTest Failure
> -------------------------------------
>
> Key: QPID-1427
> URL: https://issues.apache.org/jira/browse/QPID-1427
> Project: Qpid
> Issue Type: Bug
> Affects Versions: M3
> Reporter: Marnie McCormack
> Assignee: Martin Ritchie
> Fix For: M4
>
> Attachments:
> TEST-org.apache.qpid.test.client.QueueBrowserClientAckTest.testQueueBrowserMsgsRemainOnQueue.out
>
>
> Test: testQueueBrowserMsgsRemainOnQueue
> Class: org.apache.qpid.test.client.QueueBrowserDupsOkTest
>
> junit.framework.AssertionFailedError: Message 0 not retrieved from queue
> at
> org.apache.qpid.test.client.QueueBrowserAutoAckTest.validate(QueueBrowserAutoAckTest.java:334)
>
> at
> org.apache.qpid.test.client.QueueBrowserAutoAckTest.testQueueBrowserMsgsRemainOnQueue(QueueBrowserAutoAckTest.java:379)
>
> at org.apache.qpid.test.utils.QpidTestCase.runBare(QpidTestCase.java:186)
> at org.apache.qpid.test.utils.QpidTestCase.run(QpidTestCase.java:220)
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.