From dev-return-10405-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Thu Jun 24 17:33:56 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 91302 invoked from network); 24 Jun 2010 17:33:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Jun 2010 17:33:56 -0000 Received: (qmail 96385 invoked by uid 500); 24 Jun 2010 17:33:55 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 96306 invoked by uid 500); 24 Jun 2010 17:33:55 -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 96298 invoked by uid 99); 24 Jun 2010 17:33:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 17:33:54 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebastiancohnen@googlemail.com designates 74.125.82.180 as permitted sender) Received: from [74.125.82.180] (HELO mail-wy0-f180.google.com) (74.125.82.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 17:33:47 +0000 Received: by wyf19 with SMTP id 19so6429668wyf.11 for ; Thu, 24 Jun 2010 10:33:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=YEa9NBmb0KTPkdm46oW4ZmzOWu6p+HoQQYApBlvtuUY=; b=GyzZlrUShJ8cVqMR08ddSthq5YamS0YcNmfwHtleRl+mhsWAh++soWOPrhupQEXKQF EBmTXHCdnuU5g+c/NpFpSsoY5Ee9ZmBl5Hbzeb8s6eSp1ABfx3dC6N9Te7EIcL7WCHfk JGlkAN/Uk9ZJW0BoFTkfQNR5vibk0oZihGd04= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=qrsDTaz6yneYeINaOPqu+GzNpshn96Znw8g+7EHbRPQVh9N4+meSz3WPelib6//5// NMz1mUvOfZ6vE5mFKAndczBUxPlTKxrfe20pVsqbNd4T31TTtt1DtI5KG+GsqVZQVOTG pRFgf0pSoB6I55qo9SN71dhRgiJMRBg12HK9k= Received: by 10.227.147.133 with SMTP id l5mr9268709wbv.82.1277400807221; Thu, 24 Jun 2010 10:33:27 -0700 (PDT) Received: from [192.168.0.152] (xdsl-87-79-115-41.netcologne.de [87.79.115.41]) by mx.google.com with ESMTPS id t15sm71606398wbc.5.2010.06.24.10.33.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 24 Jun 2010 10:33:26 -0700 (PDT) From: Sebastian Cohnen Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: users_db failing on trunk (0.12.0a5e852dd-git) Date: Thu, 24 Jun 2010 19:33:24 +0200 Message-Id: <103BF86B-6730-4A1D-BB14-B3C8D8045FEB@googlemail.com> To: dev@couchdb.apache.org Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org hey devs, just wanted you to know that user_db is failing for me on trunk. I did git pull && make clean && make distclean && ./bootstrap && ./configure = && make check && make dev make check passes, but the users_db test is failing every single time = (triggered separately or not does not matter): Assertion failed: e.error =3D=3D "unauthorized" Assertion failed: /conflict/.test(e.reason) best, sebastian=