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 EEACA6591 for ; Wed, 1 Jun 2011 18:22:39 +0000 (UTC) Received: (qmail 27380 invoked by uid 500); 1 Jun 2011 18:22:39 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 27339 invoked by uid 500); 1 Jun 2011 18:22:39 -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 27331 invoked by uid 99); 1 Jun 2011 18:22:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 18:22:39 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vx0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 18:22:31 +0000 Received: by vxk12 with SMTP id 12so98113vxk.11 for ; Wed, 01 Jun 2011 11:22:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=C2lt/xcKx6LABg9PxYq00r4wnfz0Sxi9vXvzP0kzIVo=; b=YU4XiHAmthUqBgSVXuo9E/3+Xbpu0sbXynFRJiu8X8yi0CoE7J5CgU7ip+MWkrRl3y u3f8SGszNBdTMXQyv0Wy9RcYcHeB97L6LYAgO9r9DZZDi1MoM91SlMd6xstPyVvG7sYf xG1NJbqFCGa4kSqtq+JKwJyBwHF5+5XA/LPgM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=Vsk96+q/a6XFQpAsmvHJ4UglxhzMGBOurarTp43jEbffQe5fb7c5s7MRkHm1Be5kj1 29Y8EqJWQ03iG5Gl15v+VYyxfEIbZzj65ydAAiTAh2i7sU9hG80VPYn8g8+C2/5CNaTn LJkQa/+dlYic67ponwfE5Oda5S8z8ZioF1pyY= Received: by 10.52.106.196 with SMTP id gw4mr2651498vdb.83.1306952530148; Wed, 01 Jun 2011 11:22:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.156.136 with HTTP; Wed, 1 Jun 2011 11:21:30 -0700 (PDT) In-Reply-To: <58A89F9C-7482-4117-9FC2-755603595070@apache.org> References: <21358EB2-DEC6-4A27-AF3C-F9B31EAD6059@googlemail.com> <58A89F9C-7482-4117-9FC2-755603595070@apache.org> From: Paul Davis Date: Wed, 1 Jun 2011 14:21:30 -0400 Message-ID: Subject: Re: [VOTE] Apache CouchDB 1.1.0 release, round 3. To: dev@couchdb.apache.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jun 1, 2011 at 2:13 PM, Noah Slater wrote: > Reinstalled Erlang and the weird SSL problems went away. > > Unit tests fail for me. > > - > > replicator_db > error > 3001ms > Run with debugger > =A0 =A0 =A0 =A0=95 Exception raised: {} > > rev_stemming > error > 7ms > Run with debugger > =A0 =A0 =A0 =A0=95 Exception raised: {} > > rewrite > error > 10ms > Run with debugger > =A0 =A0 =A0 =A0=95 Exception raised: {} > > security_validation > error > 6ms > Run with debugger > =A0 =A0 =A0 =A0=95 Exception raised: {} > > show_documents > error > 11ms > Run with debugger > =A0 =A0 =A0 =A0=95 Exception raised: {} > > stats > error > 7ms > Run with debugger > =A0 =A0 =A0 =A0=95 Exception raised: {} > > update_documents > error > 5ms > Run with debugger > =A0 =A0 =A0 =A0=95 Exception raised: {} > > users_db > error > 4ms > Run with debugger > =A0 =A0 =A0 =A0=95 Exception raised: {} > This usually indicates that something broked on the server. I've only seen it in corner cases where I segfault in a NIF or similar. Did you check if couch was still running? > auth_cache fails > > assertion misses_after =3D=3D misses_before +1 failed > > assertion hits_after =3D=3D hits_before failed > This is related to browser cache. Command-Shift-R and the cache sweep button usually fixes it. > cookie_auth fails > > "error": "file_exists" > Didn't we just fix this? > Gonna give this -1 until we fix the unit tests. > > I wonder whether anyone else runs the unit tests at all, sometimes! ;) I ran them on Chrome and they passed just fine. Perhaps its a FF issue that no-one has noticed yet. Also, you don't have Firebug turned on do you? That can screw with things.