Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 25602 invoked from network); 20 May 2010 08:02:10 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 May 2010 08:02:10 -0000 Received: (qmail 96649 invoked by uid 500); 20 May 2010 08:02:09 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 96507 invoked by uid 500); 20 May 2010 08:02:09 -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 96499 invoked by uid 99); 20 May 2010 08:02:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 May 2010 08:02:08 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mrtrick@gmail.com designates 74.125.83.180 as permitted sender) Received: from [74.125.83.180] (HELO mail-pv0-f180.google.com) (74.125.83.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 May 2010 08:02:00 +0000 Received: by pvc7 with SMTP id 7so4117596pvc.11 for ; Thu, 20 May 2010 01:01:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=6sBiGGBZ+26BO6jjZDCmzF3TWyBnqHfCWmEIDDHfdR4=; b=nZmJ08WkZW9aKIIEEMiLs46bISf95h6clGRjRXGPQU6fBCQ7XC2ldaniGFfhHBwfW/ 3XNleJdEwe4edgfQNZ7mDIZd/rwLdu8aIx+uRg73GhEaRCoeP9icdJuZUaqgWeQTe+au ZGNjeC7lKY/UbH4QSWnBHZ52Mv5IaRDe9Oauo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=QE+eL2lV7Z1k93Hy9KFLjmRz1aPvHVJjwNAHS6a3QXCtPlmnxpkp4Bi3xW8jfe+hJI FcYByVbwUQN3MFPBvOTzBU5vSa7Rq/2uvcCr+lC83Hwo13yrip2YpXJDGz0k91umSetK NbnhIlASOFdIc94nxVcGgVrkSaFLhfmCpUkOg= Received: by 10.142.152.12 with SMTP id z12mr245180wfd.71.1274342498740; Thu, 20 May 2010 01:01:38 -0700 (PDT) Received: from [192.168.1.99] (124-170-72-193.dyn.iinet.net.au [124.170.72.193]) by mx.google.com with ESMTPS id 20sm6723747pzk.15.2010.05.20.01.01.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 20 May 2010 01:01:38 -0700 (PDT) Message-ID: <4BF4EC5B.80007@gmail.com> Date: Thu, 20 May 2010 18:01:31 +1000 From: Patrick Barnes User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Testing suite and upgrades Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I recently upgraded my couchdb server, and I can't run the test suite; there are existing databases and users defined. Is there a better way to test that the database server is working properly other than having to delete all the administrators and manually restore them later? -Patrick