Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 7536 invoked from network); 14 May 2008 20:41:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2008 20:41:22 -0000 Received: (qmail 23209 invoked by uid 500); 14 May 2008 20:41:19 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 23188 invoked by uid 500); 14 May 2008 20:41:19 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 23161 invoked by uid 99); 14 May 2008 20:41:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 May 2008 13:41:19 -0700 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jan@prima.de designates 83.97.50.139 as permitted sender) Received: from [83.97.50.139] (HELO jan.prima.de) (83.97.50.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 May 2008 20:40:22 +0000 Received: from [192.168.1.38] (e179078140.adsl.alicedsl.de [::ffff:85.179.78.140]) (AUTH: LOGIN jan, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Wed, 14 May 2008 20:40:43 +0000 Message-Id: From: Jan Lehnardt To: "couchdb-dev@incubator.apache.org" In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes X-Mailer: iPhone Mail (4A102) Mime-Version: 1.0 (iPhone Mail 4A102) Subject: Re: Test Suite errors Content-Transfer-Encoding: 7bit Date: Wed, 14 May 2008 22:37:52 +0200 References: X-Virus-Checked: Checked by ClamAV on apache.org Try using Firefox 2 in case you have Firefox 3 or Safari or anything else. If the replication test keeps failing in FF2, try disabling IPv6. Cheers Jan -- On 14 May 2008, at 21:57, Kim Shrier wrote: > I have just installed CouchDB 0.7.3a656035 on MAC OSX 10.5.2, PPC. > When running the test suite, I get 4 errors and 4 failures. Since > CouchDB is under development, I was wondering if this is expected > behavior, or should I be looking for problems in my installation. > The errors and failures are: > > basics ! failure 685ms > 1 Assertion failed: > results.total_rows == 3 > 2 Assertion failed: db.info > ().doc_count == 6 > 3 Assertion failed: db.open > (existingDoc._id) == null > 4 Assertion failed: > results.total_rows == 2 > 5 Assertion failed: db.info > ().doc_count == 5 > > conflicts ! error 356ms > 1 Exception raised: > {"error":"conflict","reason":"Update > conflict","line": > 54,"sourceURL":"http://localhost:5984/_utils/script/couch.js"} > > recreate_doc ! error 384ms > 1 Exception raised: > {"error":"conflict","reason":"Update > conflict","line": > 54,"sourceURL":"http://localhost:5984/_utils/script/couch.js"} > > multiple_rows ! failure 498ms > 1 Assertion failed: rows > [0].key == "Charlotte, NC" > 2 Assertion failed: rows > [1].key == "Miami, FL" > 3 Assertion failed: rows > [2].key == "Orlando, FL" > 4 Assertion failed: rows > [3].key == "Raleigh, NC" > 5 Assertion failed: rows > [4].key == "Springfield, FL" > 6 Assertion failed: rows > [5].key == "Tampa, FL" > 7 Assertion failed: rows > [6].key == "Wilmington, NC" > > view_conflicts ! error 475ms > 1 Exception raised: > {"error":"conflict","reason":"Update > conflict","line": > 192,"sourceURL":"http://localhost:5984/_utils/script/couch.js"} > > view_xml ! failure 283ms > 1 Assertion failed: > results.total_rows == 2 > 2 Assertion failed: > results.rows[1].key == "Testing XML" > 3 Assertion failed: > results.total_rows == 2 > 4 Assertion failed: > results.rows[1].key == "xml" > > replication ! error 1667ms > 1 Exception raised: > {"error":"conflict","reason":"Update > conflict","line": > 192,"sourceURL":"http://localhost:5984/_utils/script/couch.js"} > > etags_head ! failure 453ms > 1 Assertion failed: etag == > xhr.getResponseHeader("etag") > > Thanks, > Kim >