[
https://issues.apache.org/jira/browse/QPID-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593750#action_12593750
]
Senaka Fernando commented on QPID-1004:
---------------------------------------
And, interestingly it seems that the TTLTest is also a bit messy.
boolean timedOut = false; on line 125, is never set to true, resulting in a
loop that will be infinite unless an exception is thrown, which will halt this
test.
This suggests that this test is not properly implemented.
Regards,
Senaka
> org.apache.qpid.test.testcases.TTLTest Fails
> --------------------------------------------
>
> Key: QPID-1004
> URL: https://issues.apache.org/jira/browse/QPID-1004
> Project: Qpid
> Issue Type: Bug
> Components: Java Tests
> Reporter: Senaka Fernando
>
> org.apache.qpid.test.testcases.TTLTest Fails with
> javax.jms.IllegalStateException("A listener has already been set."); in
> acquireReceiving() method of BasicMessageConsumer
> Regards,
> Senaka
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.