[ 
https://issues.apache.org/jira/browse/AMQ-3900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Earls updated AMQ-3900:
-----------------------------

    Attachment: TopicProducerFlowControlTest.patch

This patch changes onMessage() so that instead of calling Thread.sleep(1) each 
time it is invoked, it calls Thread.sleep(100) on every 100th invocation
                
> Thread.sleep call in TopicProducerFlowControlTest sleeps too long on Ubuntu, 
> causing test timeout
> -------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-3900
>                 URL: https://issues.apache.org/jira/browse/AMQ-3900
>             Project: ActiveMQ
>          Issue Type: Test
>         Environment: Ubuntu 10.04
>            Reporter: Kevin Earls
>            Priority: Minor
>         Attachments: TopicProducerFlowControlTest.patch
>
>
> The onMessage() method of this test calls Thread.sleep(1) on every call.  On 
> Ubuntu 10.04 this actually sleeps for an average of 10 milliseconds, which 
> causes the test to timeout.
> I've added a patch which has onMessage() sleep for 100 millisecond on every 
> 100 iterations instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to