From qpid-dev-return-11061-apmail-incubator-qpid-dev-archive=incubator.apache.org@incubator.apache.org Wed Jul 23 15:45:22 2008 Return-Path: Delivered-To: apmail-incubator-qpid-dev-archive@locus.apache.org Received: (qmail 55808 invoked from network); 23 Jul 2008 15:45:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jul 2008 15:45:22 -0000 Received: (qmail 45422 invoked by uid 500); 23 Jul 2008 15:45:22 -0000 Delivered-To: apmail-incubator-qpid-dev-archive@incubator.apache.org Received: (qmail 45408 invoked by uid 500); 23 Jul 2008 15:45:22 -0000 Mailing-List: contact qpid-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: qpid-dev@incubator.apache.org Delivered-To: mailing list qpid-dev@incubator.apache.org Received: (qmail 45397 invoked by uid 99); 23 Jul 2008 15:45:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2008 08:45:22 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2008 15:44:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 91885234C171 for ; Wed, 23 Jul 2008 08:44:31 -0700 (PDT) Message-ID: <1316236758.1216827871581.JavaMail.jira@brutus> Date: Wed, 23 Jul 2008 08:44:31 -0700 (PDT) From: "Martin Ritchie (JIRA)" To: qpid-dev@incubator.apache.org Subject: [jira] Resolved: (QPID-1179) QueueBrowser Test Failure (testMultipleGetEnum) In-Reply-To: <1238157227.1216208132071.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on 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.