Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 97218 invoked from network); 11 Dec 2008 23:01:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2008 23:01:13 -0000 Received: (qmail 22394 invoked by uid 500); 11 Dec 2008 23:01:25 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 22359 invoked by uid 500); 11 Dec 2008 23:01:25 -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 22347 invoked by uid 500); 11 Dec 2008 23:01:25 -0000 Delivered-To: apmail-incubator-couchdb-dev@incubator.apache.org Received: (qmail 22343 invoked by uid 99); 11 Dec 2008 23:01:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Dec 2008 15:01:25 -0800 X-ASF-Spam-Status: No, hits=-1.6 required=10.0 tests=NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_MED,URIBL_RHS_DOB,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Dec 2008 23:01:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CE735234C392 for ; Thu, 11 Dec 2008 15:00:48 -0800 (PST) Message-ID: <509264850.1229036448844.JavaMail.jira@brutus> Date: Thu, 11 Dec 2008 15:00:48 -0800 (PST) From: "Rob Crowther (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Created: (COUCHDB-176) Test Suite fails to run MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Test Suite fails to run ----------------------- Key: COUCHDB-176 URL: https://issues.apache.org/jira/browse/COUCHDB-176 Project: CouchDB Issue Type: Bug Components: Test Suite Affects Versions: 0.9 Environment: Apache CouchDB 0.9.0a725828-incubating compiled from SVN on OS X 10.5.5, erlang 5.6.5, Opera 9.62 Reporter: Rob Crowther Priority: Blocker Installed CouchDB trunk from SVN, (chmod|chown) -R couchdb (/usr/local/etc/couchdb | /usr/local/var/lib/couchdb | /usr/local/var/log/couchdb), ran couchdb as couchdb user (sudo -u couchdb couchdb). Went to http://127.0.0.1:5984/_utils/index.html, clicked Test Suite, clicked Run All, was presented with errors. The first test fails with basics error 1248ms Assertion failed: db.info().db_name == "test_suite_db" Assertion failed: db.info().doc_count == 0 Assertion failed: db.info().doc_count == 4 Exception raised: {"error":"conflict","reason":"Document update conflict.","stacktrace":"n/a; see 'opera:config#UserPrefs|Exceptions Have Stacktrace'\u0000"} All subsequent tests (until an apparent hang at view_collation) failed with (e.g.): all_docs error 16ms Exception raised: {"error":"file_exists","reason":"The database could not be created, the file already exists.","stacktrace":"n/a; see 'opera:config#UserPrefs|Exceptions Have Stacktrace'\u0000"} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.