Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 28181 invoked from network); 9 Oct 2009 14:55:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Oct 2009 14:55:14 -0000 Received: (qmail 29568 invoked by uid 500); 9 Oct 2009 14:55:14 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 29510 invoked by uid 500); 9 Oct 2009 14:55:14 -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 29500 invoked by uid 99); 9 Oct 2009 14:55:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Oct 2009 14:55:14 +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 paul.joseph.davis@gmail.com designates 209.85.217.220 as permitted sender) Received: from [209.85.217.220] (HELO mail-gx0-f220.google.com) (209.85.217.220) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Oct 2009 14:55:04 +0000 Received: by gxk20 with SMTP id 20so7341109gxk.12 for ; Fri, 09 Oct 2009 07:54:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=dc8mRZJQlBxIfee28P+lasZi7ekHTI0o/CQ9jMfmbrs=; b=O8fGV/ht19VhUrmd1oQA41R/XPkIMSdkvxJrDEVAz7zPoRK3yzdxsCiHQa8KaJCgMT o6C/gE0qjs/c74sRcIqlNve00UUXSa6VUBA3jzdl52PD30KdCOeTKIe68GSCr9vG7YGl 3ZdDOgb2m0QKjwGOCirQdOfKuRw3zAm7jHbMg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=RWjkQHA9yeuy54Nd3Hdupi0nk4WK3TEHsSKE1nnSZSSxGyVitwiI6PSrb6Szz4j+8R c3yLhvH5nGs9zelYDoUGk6udEHG54UQRxgdH7CT3PqFMmavS0a62GchE948Iq73uH1zW AbiMhVma4tyVVTVom3uD4QI6IQkEO7h9mNfgE= MIME-Version: 1.0 Received: by 10.100.55.18 with SMTP id d18mr3240474ana.80.1255100083878; Fri, 09 Oct 2009 07:54:43 -0700 (PDT) In-Reply-To: References: Date: Fri, 9 Oct 2009 10:54:43 -0400 Message-ID: Subject: Re: [VOTE] Apache CouchDB 0.10.0 release, second round From: Paul Davis To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Oct 9, 2009 at 10:38 AM, Benoit Chesneau wrot= e: > On Fri, Oct 9, 2009 at 2:31 PM, Benoit Chesneau wro= te: >> On Fri, Oct 9, 2009 at 2:07 PM, Noah Slater wrote= : >>> >>>> gmake check fails on freebsd 7.2 : >>> >>>> on macosx make check fails too : >>> >>> Can you try to debug this with Paul? I don't want to release until we k= now >>> what's going on. >>> >>> Thanks. >>> >> >> sure, I opened a ticket too. >> >> - beno=EEt >> > > after hanging myself i'm replying here. Thanks to the help of davisp > and bitdiddle issue was found. It =A0was due to ports conflicts. (one > other couchdb was running and co). =A0If nothing run on 5984 all tests > pass. so 0.10 is working. imo tests should be done on an available > port because in an automatic testing infrastructure (like packaging > infrastructure) you can't make sure something isn't running on this > port. > > anyway +1 for this release I will update the related ticket. > > - beno=EEt > Thanks for being thorough Benoit. I'll look into getting the etap tests to spawn its servers on a random port so we can avoid these collisions. Paul Davis