Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D98E0F4B6 for ; Tue, 2 Apr 2013 15:26:01 +0000 (UTC) Received: (qmail 82082 invoked by uid 500); 2 Apr 2013 15:26:01 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 82033 invoked by uid 500); 2 Apr 2013 15:26:01 -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 82025 invoked by uid 99); 2 Apr 2013 15:26:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 15:26:01 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kxepal@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-wi0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 15:25:54 +0000 Received: by mail-wi0-f172.google.com with SMTP id hr17so2667740wib.17 for ; Tue, 02 Apr 2013 08:25:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=Oe1KKkUup3QAEAjn7kYf8xhuVLrrcdL3ZsTd85mQ96Q=; b=OqZ8gSeRKDvEsdXFFfd3uXzfHn+QsMJDAZg2RoQWx802Zv67ihMB+Teuwqw127R8Sb kPHNEx8LWKi/AfJ08aFHWw6mjFEhzKNPMoWJ0Kt+gUWXKq9hZ1cEYVvcTiMXR81Pl+pi h0dIgsx1Z7GxU8NZr18Hro2ueJmeY0037+qsv07KlXl/cSPKSgshDpyodmjy4FHf2wJY lRnThdhLXbKVBF0DlauE5GzaBB1wJpH5jJS190qUz2kWKHBO3GFAFbqmtI++pFo0xuSz qR22tg/iNAPOdvKNH/sb+N+E7j5tys7bxwo10YULkfxOZntCKUBKzEFbbjrsEQ2JhceA bSmw== MIME-Version: 1.0 X-Received: by 10.194.158.161 with SMTP id wv1mr22744490wjb.38.1364916334180; Tue, 02 Apr 2013 08:25:34 -0700 (PDT) Received: by 10.180.145.201 with HTTP; Tue, 2 Apr 2013 08:25:34 -0700 (PDT) In-Reply-To: <5159CD38.5030400@apache.org> References: <5159CD38.5030400@apache.org> Date: Tue, 2 Apr 2013 19:25:34 +0400 Message-ID: Subject: Re: [VOTE] Release Apache CouchDB 1.3.0-rc.3 From: Alexander Shorin To: "dev@couchdb.apache.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Thanks, Wendall! P.S. Forgot to mention my system in test results: Gentoo Linux x64 Erlang R15B03-1 SpiderMonkey 1.8.5 +1 -- ,,,^..^,,, On Mon, Apr 1, 2013 at 10:08 PM, Wendall Cada wrote: > On 04/01/2013 10:24 AM, Alexander Shorin wrote: >> >> Sigs: Ok >> Hashes: Ok >> Test: Still fails on 49 and crashes on 72, but they are ok if I'll run >> them standalone: >> ... >> Reason: false >> not ok 49 rev_stemming >> Trace back (most recent call first): >> 46: /home/kxepal/temp/apache-couchdb-1.3.0/test/javascript/cli_runner.js >> T(false) >> 29: >> /home/kxepal/temp/apache-couchdb-1.3.0/share/www/script/test/rev_stemmin= g.js >> () >> 53: /home/kxepal/temp/apache-couchdb-1.3.0/test/javascript/cli_runner.js >> runTestConsole(49,"rev_stemming",(function (debug) {var db =3D new Couch >> 72: /home/kxepal/temp/apache-couchdb-1.3.0/test/javascript/cli_runner.js >> runAllTestsConsole() >> 85: /home/kxepal/temp/apache-couchdb-1.3.0/test/javascript/cli_runner.js >> ... >> ok 71 view_update_seq >> Test failures: 1 >> ok 72 view_xml >> Apache CouchDB crashed, restarting in 1 second. >> Apache CouchDB has been shutdown. >> make[1]: *** [check-js] Error 2 >> make[1]: Leaving directory >> `/home/kxepal/temp/apache-couchdb-1.3.0/apache-couchdb-1.3.0/_build' >> make: *** [distcheck] Error 1 >> >> Also noted that if any test fails, test CouchDB instance still keep >> running on background. I was lucky to have 3 CouchDB instances running >> in parallel after playing around with test procedure. > > I'm working on a fix for this. I'm strapped for time at the moment, but > there will be an effort to fix this issue in the near future. > >> >> >> I'd go into rev_stemming failure and found that if fails on test where >> HTTP 400 response expected, but it receives HTTP 404 instead. No idea >> why so for now, will dive into. >> >> If this is not critical (sure isn't since looks like only I have this >> problem), +1. > > This is a problem elsewhere as well, and I agree it's not a blocker. > > Wendall > >> >> >> -- >> ,,,^..^,,, >> >> >> On Mon, Apr 1, 2013 at 5:01 PM, Benoit Chesneau >> wrote: >>> >>> +1 >>> >>> Note: Install.unix probably needs more details for ubuntu server. The >>> following >>> packages need to be installed: >>> >>> sudo apt-get install autoconf autoconf-archive libtool >>> sudo apt-get install pkg-config >>> >>> >>> - beno=C3=AEt >>> >>> On Sat, Mar 30, 2013 at 4:54 PM, Noah Slater wrote= : >>>> >>>> Dear community, >>>> >>>> I would like to call a vote on Apache CouchDB 1.3.0-rc.3. >>>> >>>> Changes since last round: >>>> >>>> * >>>> >>>> https://git-wip-us.apache.org/repos/asf?p=3Dcouchdb.git;a=3Dshortlog;h= =3Drefs/heads/1.3.x >>>> >>>> We encourage the whole community to download and test these release >>>> artefacts so that any critical issues can be resolved before the relea= se >>>> is >>>> made. Everyone is free to vote on this release, so get stuck in! >>>> >>>> The release artefacts we are voting on are available here: >>>> >>>> wget >>>> >>>> https://dist.apache.org/repos/dist/dev/couchdb/source/1.3.0/rc.3/apach= e-couchdb-1.3.0.tar.gz >>>> wget >>>> >>>> https://dist.apache.org/repos/dist/dev/couchdb/source/1.3.0/rc.3/apach= e-couchdb-1.3.0.tar.gz.asc >>>> wget >>>> >>>> https://dist.apache.org/repos/dist/dev/couchdb/source/1.3.0/rc.3/apach= e-couchdb-1.3.0.tar.gz.ish >>>> wget >>>> >>>> https://dist.apache.org/repos/dist/dev/couchdb/source/1.3.0/rc.3/apach= e-couchdb-1.3.0.tar.gz.md5 >>>> wget >>>> >>>> https://dist.apache.org/repos/dist/dev/couchdb/source/1.3.0/rc.3/apach= e-couchdb-1.3.0.tar.gz.sha >>>> >>>> Please follow the test procedure here: >>>> >>>> http://wiki.apache.org/couchdb/Test_procedure >>>> >>>> Please remember that "rc.3" is an annotation. If the vote passes, thes= e >>>> artefacts will be released as Apache CouchDB 1.3.0. >>>> >>>> Thanks, >>>> >>>> >>>> -- >>>> NS > >