You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2008/07/16 13:35:32 UTC

[jira] Created: (QPID-1179) QueueBrowser Test Failure (testMultipleGetEnum)

QueueBrowser Test Failure (testMultipleGetEnum)
-----------------------------------------------

                 Key: QPID-1179
                 URL: https://issues.apache.org/jira/browse/QPID-1179
             Project: Qpid
          Issue Type: Bug
          Components: Java Client, Java Tests
            Reporter: Martin Ritchie


Summary:

This test failed with the following error:

TestName: testMultipleGetEnum Duration: 7.932

                                expected:<42> but was:<100>

First point the expected and actual are reversed!

Second point why are we using 100 msgs is that really necessary.

In partial answer to the second point. The failure is due to the fact that running InVM broker and client on the single core machine is just to slow.

As will be shown in second JIRA the client has received more messages for the browser but the receive times out before they can be delivered.

Suggest reducing the msgs count to 10. To resolve this JIRA.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-1179) QueueBrowser Test Failure (testMultipleGetEnum)

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie resolved QPID-1179.
----------------------------------

       Resolution: Fixed
    Fix Version/s: M3
         Assignee: Martin Ritchie

Reducing message count allows the test to succeed on a slower machine.

> QueueBrowser Test Failure (testMultipleGetEnum)
> -----------------------------------------------
>
>                 Key: QPID-1179
>                 URL: https://issues.apache.org/jira/browse/QPID-1179
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client, Java Tests
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>             Fix For: M3
>
>
> Summary:
> This test failed with the following error:
> TestName: testMultipleGetEnum Duration: 7.932
>                                 expected:<42> but was:<100>
> First point the expected and actual are reversed!
> Second point why are we using 100 msgs is that really necessary.
> In partial answer to the second point. The failure is due to the fact that running InVM broker and client on the single core machine is just to slow.
> As will be shown in second JIRA the client has received more messages for the browser but the receive times out before they can be delivered.
> Suggest reducing the msgs count to 10. To resolve this JIRA.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.