Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 764036828 for ; Wed, 1 Jun 2011 18:54:35 +0000 (UTC) Received: (qmail 73650 invoked by uid 500); 1 Jun 2011 18:54:33 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 73607 invoked by uid 500); 1 Jun 2011 18:54:33 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 73599 invoked by uid 99); 1 Jun 2011 18:54:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 18:54:33 +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 (athena.apache.org: domain of daniele.testa@gmail.com designates 209.85.215.52 as permitted sender) Received: from [209.85.215.52] (HELO mail-ew0-f52.google.com) (209.85.215.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 18:54:27 +0000 Received: by ewy28 with SMTP id 28so52670ewy.11 for ; Wed, 01 Jun 2011 11:54:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=QJfjeeV0r0Tf02CIz5qucjwmcF2Nw5nR4Jc15kW4gMc=; b=K8fumlvUji93UZywnbsUWZ1JVqantf0avXY2B/eQiVUEDeGIgRqk6LfVbA9fZjJFP/ LtACzUcDMr1/l0aIhsmA3ssYUgK0QO3ntXf47vEWVxkugllp3JPcpeU2d3uvp+EsHV3S gIPUnBp5avGsMU0L8+bjXBHNx4ElNrLny8glc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=pQ2dclvLqb7w4NUochLoEJut/b1bcaWOUycZOUR5L/toq5KyOUc9PDI2tTUerJ5Han umtrBiMIo3D1c69k3Y2a1dMCohnXYb1Bf2SweB+8qkLJBQAOTEYrYeYqQLXM1NXodR/g DpDEPWQEHsqyEt2YFB63xtnCxVbSFq4Cl47Gk= MIME-Version: 1.0 Received: by 10.213.9.195 with SMTP id m3mr3163109ebm.57.1306954446305; Wed, 01 Jun 2011 11:54:06 -0700 (PDT) Received: by 10.213.34.205 with HTTP; Wed, 1 Jun 2011 11:54:06 -0700 (PDT) Date: Wed, 1 Jun 2011 20:54:06 +0200 Message-ID: Subject: Failing tests From: Daniele Testa To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi, I have installed CouchDB 1.0.2 from source on Debian Lenny. I installed all dependencies with latest versions from source. Erlang, Spidermonkey etc. When running the test suite in Chrome 11, I get 2 errors: oauth: Assertion failed: false Assertion failed: false Assertion failed: false Assertion failed: false Assertion failed: false Exception raised: {"error":"unauthorized","reason":"unauthorized to access database http://localhost:5984/test_suite_db_a/"} replication: Exception raised: {"error":"not_found"} Is this something common or what could be wrong? I have also ran it with debug mode, but I don't know where the debug text is being saved :) Regards, Daniele