Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C17577E64 for ; Thu, 11 Aug 2011 16:49:53 +0000 (UTC) Received: (qmail 78100 invoked by uid 500); 11 Aug 2011 16:49:53 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 78050 invoked by uid 500); 11 Aug 2011 16:49:52 -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 78042 invoked by uid 99); 11 Aug 2011 16:49:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 16:49:52 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 16:49:46 +0000 Received: by vws16 with SMTP id 16so2733305vws.11 for ; Thu, 11 Aug 2011 09:49:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=oIyphFqmDsljPg+EF6xhtIqJNdUfOOJszq+7PYRTPEc=; b=Kh2mp4gK5mBAfDY0s+7qtZrjoXf6Gx+RJ9vnjfid3C4spv3Cb8vjLuYyX7AXIk/q9R tX0Oh7PR2eKSfhkDrnSkH+zt4hkzmaSyM88I2OaanY5bpMQzP4icRSHaF1Uq1aw60FLE d/H1sktS2DXjLRQ9WnHROhA2T+FjiUXejiqQo= Received: by 10.52.26.147 with SMTP id l19mr8324745vdg.411.1313081365286; Thu, 11 Aug 2011 09:49:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.160.194 with HTTP; Thu, 11 Aug 2011 09:48:45 -0700 (PDT) In-Reply-To: <4F838202-5338-4021-9530-3A703D4EECD6@apache.org> References: <4F838202-5338-4021-9530-3A703D4EECD6@apache.org> From: Paul Davis Date: Thu, 11 Aug 2011 11:48:45 -0500 Message-ID: Subject: Re: Futon Test Suite To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 >> The 'verify my install' on trunk strikes me as a bad idea. If someone >> reports a bug and says that the verify passes, I'm always going to ask >> them to run the test suite too. > > That is the intended way. I agree with Jan on this one. Our test suite rarely finds a bug in the wild compared to the number of times someone asks if the auth_cache test should be failing. The bugs that it does turn up are quite often the very same bugs for everyone, permissions problems, couchjs not built correctly, etc etc.