Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 34197 invoked from network); 10 Oct 2009 11:08:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Oct 2009 11:08:44 -0000 Received: (qmail 35417 invoked by uid 500); 10 Oct 2009 11:08:44 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 35337 invoked by uid 500); 10 Oct 2009 11:08:43 -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 35327 invoked by uid 99); 10 Oct 2009 11:08:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Oct 2009 11:08:43 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dionne@dionne-associates.com designates 67.222.39.22 as permitted sender) Received: from [67.222.39.22] (HELO outbound-mail-132.bluehost.com) (67.222.39.22) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 10 Oct 2009 11:08:32 +0000 Received: (qmail 10523 invoked by uid 0); 10 Oct 2009 11:08:10 -0000 Received: from unknown (HELO host183.hostmonster.com) (74.220.207.183) by outboundproxy4.bluehost.com with SMTP; 10 Oct 2009 11:08:10 -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=qt+AvAfZYyT8A0MyMfszYU6vxPG9IVy77jNFx+fhz+f9exqZVcUKDogBKqVRr9/faUY9xDZi3LlnEmcDgRY+FKjnIRM9A4rv92FT8PJsuHggcBS8IK6RFXEoEgOMXYBO; Received: from adsl-99-51-244-140.dsl.wlfrct.sbcglobal.net ([99.51.244.140] helo=[192.168.2.101]) by host183.hostmonster.com with esmtpa (Exim 4.69) (envelope-from ) id 1MwZo1-0005lm-NW for dev@couchdb.apache.org; Sat, 10 Oct 2009 05:08:10 -0600 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v1076) Subject: Re: [VOTE] Apache CouchDB 0.10.0 release, second round From: Robert Dionne In-Reply-To: <93C7EC33-C3C0-406E-A35A-B18A78C7A45E@jasondavies.com> Date: Sat, 10 Oct 2009 07:08:07 -0400 Content-Transfer-Encoding: 7bit Message-Id: References: <93C7EC33-C3C0-406E-A35A-B18A78C7A45E@jasondavies.com> To: dev@couchdb.apache.org X-Mailer: Apple Mail (2.1076) X-Identified-User: {2551:host183.hostmonster.com:dionneas:dionne-associates.com} {sentby:smtp auth 99.51.244.140 authed with dionne@dionne-associates.com} X-Virus-Checked: Checked by ClamAV on apache.org Sporadic failures in the stats test are fairly common on my machine, "reduce" perhaps less often. The stats test fails often enough that I'm pleasantly surprised when all the tests run. I believe you're correct that the issue with stats is a race condition. I have some time today and will take a look at it, it's been bugging me. On Oct 10, 2009, at 6:28 AM, Jason Davies wrote: > On 8 Oct 2009, at 05:29, Noah Slater wrote: > >> I would like call a vote for the Apache CouchDB 0.10.0 release, >> second round. > > > I'm getting intermittent failures on the "reduce" and "stats" > tests. The reduce test fails with "Assertion failed: db.info > ().doc_count == (i - 1) * 10 * 11 + (j + 1) * 11". The stats test > fails with "Assertion 'should increase the request count for every > request' failed: expected '28', got '26'". > > Platform: Mac OS X 10.6.1, Erlang R13B02 (erts-5.7.3) [source] [64- > bit] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false] > > I tried recompiling Erlang without hipe and still got the same > results. > > I'm guessing they are simply due to race conditions in the tests and > aren't anything to worry about so I would be a +1 if someone else > could comment on the nature of these failures. > > Thanks, > -- > Jason Davies > > www.jasondavies.com >