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 924B9950F for ; Sun, 22 Jul 2012 08:43:50 +0000 (UTC) Received: (qmail 92339 invoked by uid 500); 22 Jul 2012 08:43:50 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 92252 invoked by uid 500); 22 Jul 2012 08:43:49 -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 92243 invoked by uid 99); 22 Jul 2012 08:43:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jul 2012 08:43:49 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kxepal@gmail.com designates 209.85.217.180 as permitted sender) Received: from [209.85.217.180] (HELO mail-lb0-f180.google.com) (209.85.217.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jul 2012 08:43:44 +0000 Received: by lbbgj3 with SMTP id gj3so7216098lbb.11 for ; Sun, 22 Jul 2012 01:43:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=gyxRT4RTLjgIh/RXN/ijbJl6NT6wU3XjdzO76FbTpT4=; b=NUdiAhmxgmZ2dS+gjUG09EgAEhhmbd6PZmAIF5fyukye5rYV7SuDm2KJptVeQzyBb6 40F0cAPioMK7MS8dGC63gWUhp34uaZxftSpm+orGPprYC9mWxyaqg6YQruKBecrAfq0A KxbNHwvo3VQ3HCx+6wkmUjK00CnfFkfqhokdgyt/XGqua5BCDbc3UkEvHENR1d2J19PO X0WqsJlhz9RUEUpNL2Cq4A16tSK1x4FULT+G+H08ylbm/d6W13dVoR51sLORD1Nzr4gh 62IsVLilp8ks/ZQOaDtlBQm7PnANg5yp4Aoiuj7tWI5Itvy+phjp2tSDkKbkq0QqfhJc 3Zvw== MIME-Version: 1.0 Received: by 10.112.83.229 with SMTP id t5mr5817840lby.8.1342946603275; Sun, 22 Jul 2012 01:43:23 -0700 (PDT) Received: by 10.114.21.166 with HTTP; Sun, 22 Jul 2012 01:43:23 -0700 (PDT) In-Reply-To: References: Date: Sun, 22 Jul 2012 12:43:23 +0400 Message-ID: Subject: Re: official view query server test From: Alexander Shorin To: dev@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Jul 22, 2012 at 12:36 PM, Samuel Williams wrote: > I saw some references to an "official view query server test" - is this > something that exists and if so where can I find it? I tried to search for > it but didn't turn up anything that seemed relevant..? AFAIK, this is about ruby tests[1]. They are a little out of dated[2], but mostly covers basic features. [1] https://github.com/apache/couchdb/blob/master/test/view_server/query_server_spec.rb [2] https://issues.apache.org/jira/browse/COUCHDB-732 -- ,,,^..^,,, On Sun, Jul 22, 2012 at 12:36 PM, Samuel Williams wrote: > Hi, > > I saw some references to an "official view query server test" - is this > something that exists and if so where can I find it? I tried to search for > it but didn't turn up anything that seemed relevant..? > > Kind regards, > Samuel