From user-return-4311-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sat Apr 04 22:23:35 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 16397 invoked from network); 4 Apr 2009 22:23:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Apr 2009 22:23:35 -0000 Received: (qmail 63566 invoked by uid 500); 4 Apr 2009 22:23:34 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 63469 invoked by uid 500); 4 Apr 2009 22:23:34 -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 63459 invoked by uid 99); 4 Apr 2009 22:23:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Apr 2009 22:23:34 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of adam.kocoloski@gmail.com designates 209.85.221.112 as permitted sender) Received: from [209.85.221.112] (HELO mail-qy0-f112.google.com) (209.85.221.112) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Apr 2009 22:23:25 +0000 Received: by qyk10 with SMTP id 10so2907457qyk.13 for ; Sat, 04 Apr 2009 15:23:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=PK84+whXSZmFVmppGA0RrMwrl9jCrYhRJJQn/uATbo0=; b=BLmy+U2qQ9jXH8+CdbG1IYbvC5aG5si+LVSYdT1Af2yF9Usa47Y9TeKqfQpDFSSSNG ei164psohx9XewMyiJqs3vZZ4xoTOAW+FHLD2A2lU9XgpZq/ajfVgjQ7HODSIQqxmjot 3MIY5D7Mm7R05gR8zRtWO/xPqm3Ai8OHJ43cs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=LsZY6KCLu+DTG4MtULjb7dIukYm2Co8eWDfRQhj9WvHh+e4KJ3BsM/Yaf0UQiEp1ao i0HY/D9xuIce3dCuJKxW9X2a+ZrcoxrNJMXcGWRPGi5dkJhRbUwRCOtFR795YQGDqA3o slq7IEhJF1AHOcZUXxC3H/iNFW3lIfUWr5X9E= Received: by 10.224.60.69 with SMTP id o5mr2602914qah.227.1238883784294; Sat, 04 Apr 2009 15:23:04 -0700 (PDT) Received: from ?10.0.1.2? (c-24-63-141-105.hsd1.ma.comcast.net [24.63.141.105]) by mx.google.com with ESMTPS id 2sm4106223qwi.43.2009.04.04.15.23.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 04 Apr 2009 15:23:03 -0700 (PDT) Sender: Adam Kocoloski Message-Id: <1A0E6CE0-6485-4CED-804A-FE4156187454@apache.org> From: Adam Kocoloski To: user@couchdb.apache.org In-Reply-To: <776C2F6C-1B26-4BBB-A233-BF698F23E74B@gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: "view_conflicts" test fail Date: Sat, 4 Apr 2009 18:23:02 -0400 References: <776C2F6C-1B26-4BBB-A233-BF698F23E74B@gmail.com> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org On Apr 4, 2009, at 5:44 PM, Patric Fors wrote: > Hi, > > Should I be worried that the "view_conflicts" test fail in the Test > Suite? > I mean, is it the test that fails, or is it couchdb that fails the > test. :-) Hi Patrick, did you happen to run that test with Safari? view_conflicts fails for me in Safari 4, but passes in Firefox 3 and in the command-line runner. In other words, I think it's the test that fails, not Couch :-) Best, Adam