From couchdb-user-return-749-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Mon Jul 14 14:13:55 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 56591 invoked from network); 14 Jul 2008 14:13:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jul 2008 14:13:54 -0000 Received: (qmail 29503 invoked by uid 500); 14 Jul 2008 14:13:52 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 29474 invoked by uid 500); 14 Jul 2008 14:13:52 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 29455 invoked by uid 99); 14 Jul 2008 14:13:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 07:13:52 -0700 X-ASF-Spam-Status: No, hits=2.7 required=10.0 tests=SPF_NEUTRAL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.142.188] (HELO ti-out-0910.google.com) (209.85.142.188) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 14:12:58 +0000 Received: by ti-out-0910.google.com with SMTP id w7so2897500tib.6 for ; Mon, 14 Jul 2008 07:13:19 -0700 (PDT) Received: by 10.150.91.4 with SMTP id o4mr5460899ybb.153.1216044797843; Mon, 14 Jul 2008 07:13:17 -0700 (PDT) Received: by 10.150.218.17 with HTTP; Mon, 14 Jul 2008 07:13:17 -0700 (PDT) Message-ID: <9e0f31700807140713i504a831eh45932757a37a6f66@mail.gmail.com> Date: Mon, 14 Jul 2008 16:13:17 +0200 From: "=?ISO-8859-1?Q?Johan_S=F8rensen?=" To: couchdb-user@incubator.apache.org Subject: Re: couchdb test suite failing randomly? Cc: bosko.milekic@gmail.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Mon, Jul 14, 2008 at 3:57 PM, Bosko Milekic wrote: > Hi folks, > > I'm running OS X 10.5.3 on an intel-based MBP. I installed couchdb > and its dependencies without problems, following instructions in the > docs. I'm running couchdb 0.8.0-incubating. > > I'm hitting up the test suite and I'm getting what appear to be random > errors in some of the tests (the errors vary from test suite run to > test suite run). [snip] > multiple_rows failing with: > Exception raised: {"error":"conflict","reason":"Update > conflict","line":54,"sourceURL":"http://localhost:5984/_utils/script/couch.js?0.8.0a"} > Anyone know what's going on? It's "something" (sorry, can't remember the specifics) with OSXs IPv6 resolving that's causing the failures, if you use 127.0.0.1 instead of localhost the tests (should) all pass. > > Kind regards, > -- > Bosko Milekic > http://www.tumbl.es/ > Cheers, JS