From dev-return-9223-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Sat Mar 20 18:39:04 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 51839 invoked from network); 20 Mar 2010 18:39:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Mar 2010 18:39:04 -0000 Received: (qmail 78781 invoked by uid 500); 20 Mar 2010 18:39:04 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 78648 invoked by uid 500); 20 Mar 2010 18:39:04 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 78638 invoked by uid 99); 20 Mar 2010 18:39:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Mar 2010 18:39:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dionne@dionne-associates.com designates 69.89.21.11 as permitted sender) Received: from [69.89.21.11] (HELO outbound-mail-01.bluehost.com) (69.89.21.11) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 20 Mar 2010 18:38:54 +0000 Received: (qmail 14028 invoked by uid 0); 20 Mar 2010 18:38:32 -0000 Received: from unknown (HELO host183.hostmonster.com) (74.220.207.183) by cpoproxy1.bluehost.com with SMTP; 20 Mar 2010 18:38:32 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=dionne-associates.com; h=Received:Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Content-Transfer-Encoding:Message-Id:References:To:X-Mailer:X-Identified-User; b=Rot6va33wEKQ1SYfiMnjin9pzFlWHXmW/ne8MD9qxrVLWg/Jgn85//hOY9qHZsTAD7TvIqsSMhKo6YwKE5DAIiHBzXM+IA0PJm4hbZ1Jvk3a/EIawFfwNMXBwZgvlVDr; Received: from adsl-99-63-187-129.dsl.wlfrct.sbcglobal.net ([99.63.187.129] helo=[192.168.1.101]) by host183.hostmonster.com with esmtpa (Exim 4.69) (envelope-from ) id 1Nt3ZA-0004D7-7x for dev@couchdb.apache.org; Sat, 20 Mar 2010 12:38:32 -0600 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1077) Subject: Re: Test suite blocking release From: Robert Dionne In-Reply-To: Date: Sat, 20 Mar 2010 14:38:31 -0400 Content-Transfer-Encoding: 7bit Message-Id: <00CE868E-B4F1-47AC-88DE-3D31CD3AC8AF@dionne-associates.com> References: <2733FAEB-FB2C-4CFF-A9B6-A60850F447ED@me.com> <700C5F25-8235-4EFA-A3AE-5C330F5FE394@apache.org> <24496B6A-5808-486C-9C95-F0B9E7C55D60@gmail.com> <6AE37542-8E22-4644-95F6-6527B08D4736@apache.org> <66918683-1D1D-4C00-8A31-E11684CEA73D@me.com> <2A53C38E-C053-44D1-BFA3-ECC4C049B99F@apache.org> To: dev@couchdb.apache.org X-Mailer: Apple Mail (2.1077) X-Identified-User: {2551:host183.hostmonster.com:dionneas:dionne-associates.com} {sentby:smtp auth 99.63.187.129 authed with dionne@dionne-associates.com} X-Virus-Checked: Checked by ClamAV on apache.org This is the call in the Futon test that fails consistently: var req = CouchDB.request("GET", "/test_suite_db/_changes?filter=changes_filter/bop&style=all_docs"); On Mar 20, 2010, at 2:19 PM, Benoit Chesneau wrote: > On Sat, Mar 20, 2010 at 7:17 PM, Jan Lehnardt wrote: >> >> On 20 Mar 2010, at 10:26, Noah Slater wrote: >> >>> Jan, should this block the release? From what I can tell, it should. >> >> I don't think a faulty test case should block the release. >> >> Cheers >> Jan > are we sure it's a faulty test? For what it worth i reproduce it in > python in couchdbkit unittests. > > - benoit