You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Erich Duda (JIRA)" <ji...@apache.org> on 2015/11/10 08:19:11 UTC

[jira] [Resolved] (ARTEMIS-287) [Artemis Testsuite] PagingTest#testDeleteQueueRestart fails on slower machines

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

Erich Duda resolved ARTEMIS-287.
--------------------------------
    Resolution: Fixed

> [Artemis Testsuite] PagingTest#testDeleteQueueRestart fails on slower machines
> ------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-287
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-287
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Erich Duda
>
> {code}
> long timeout = System.currentTimeMillis() + 5000;
> // I want the buffer full to make sure there are pending messages on the server's side
> while (System.currentTimeMillis() < timeout && cons.getBufferSize() < 1000 && cons2.getBufferSize() < 1000) {
>     System.out.println("cons1 buffer = " + cons.getBufferSize() + ", cons2 buffer = " + cons2.getBufferSize());
>     Thread.sleep(100);
> }
> {code}
> On slower machines the 5 seconds timeout is too short.



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