From qpid-dev-return-3785-apmail-incubator-qpid-dev-archive=incubator.apache.org@incubator.apache.org Wed Mar 07 09:22:51 2007 Return-Path: Delivered-To: apmail-incubator-qpid-dev-archive@locus.apache.org Received: (qmail 34032 invoked from network); 7 Mar 2007 09:22:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 09:22:50 -0000 Received: (qmail 52776 invoked by uid 500); 7 Mar 2007 09:22:59 -0000 Delivered-To: apmail-incubator-qpid-dev-archive@incubator.apache.org Received: (qmail 52752 invoked by uid 500); 7 Mar 2007 09:22:59 -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 52741 invoked by uid 99); 7 Mar 2007 09:22:59 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 01:22:59 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gsim@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 01:22:48 -0800 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l279MQmP006922 for ; Wed, 7 Mar 2007 04:22:26 -0500 Received: from lacrosse.corp.redhat.com (lacrosse.corp.redhat.com [172.16.52.154]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l279MQ6K004582 for ; Wed, 7 Mar 2007 04:22:26 -0500 Received: from [10.32.4.36] (vpn-4-36.str.redhat.com [10.32.4.36]) by lacrosse.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id l279MPDZ004876 for ; Wed, 7 Mar 2007 04:22:26 -0500 Message-ID: <45EE83FC.10506@redhat.com> Date: Wed, 07 Mar 2007 09:21:00 +0000 From: Gordon Sim User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: qpid-dev@incubator.apache.org Subject: [java] python test status (was Re: C++ 0-9 merge heads up) References: <1173135793.3714.65.camel@localhost.localdomain> <99e30fe50703060338p3a1b298jf25d4534a263a312@mail.gmail.com> <1173223545.13887.8.camel@localhost.localdomain> In-Reply-To: <1173223545.13887.8.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Alan Conway wrote: > I'm still seeing many python test failures against the java broker on > trunk. They work for me. A lot of the errors you are seeing seem to indicate some odd problems. There are some connection refused errors which would seem to indicate a broker crash or something(?). The use of the 507 code is also odd; I can't find that number being used in the current codebase (based on a very simple greping of files). Are you sure you are running a fresh build? The 'exclusive queue already declared' are most likely due to earlier failures - the python client doesn't close sockets reliably on failure, I made changes for this on the 0-9 branch. We will get those when you merge or I can move them across separately.