Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 64064 invoked from network); 13 Oct 2008 16:23:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Oct 2008 16:23:47 -0000 Received: (qmail 73755 invoked by uid 500); 13 Oct 2008 16:23:47 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 73513 invoked by uid 500); 13 Oct 2008 16:23:46 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 73502 invoked by uid 99); 13 Oct 2008 16:23:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2008 09:23:46 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2008 16:22:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6B20F234C217 for ; Mon, 13 Oct 2008 09:22:44 -0700 (PDT) Message-ID: <766021660.1223914964431.JavaMail.jira@brutus> Date: Mon, 13 Oct 2008 09:22:44 -0700 (PDT) From: "Paul Carey (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Commented: (COUCHDB-135) Offset regression between 0.8.0 and trunk In-Reply-To: <1188454600.1223665424258.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639090#action_12639090 ] Paul Carey commented on COUCHDB-135: ------------------------------------ The RelaxDB library contains a couple of hundred lines of pagination related test code - the majority of the tests rely on the correct offset being returned. All these tests pass against 0.8.0, but some fail against trunk. An inconsistent number of tests fail against trunk. Typically 2, sometimes 3. If you're interested in running these pagination tests against CouchDB, run the following git clone git://github.com/paulcarey/relaxdb.git && cd relaxdb && git checkout a8a2d496462ad and then simply spec spec/paginate_spec.rb The following shows the result of inconsistent test failures. http://friendpaste.com/RHKnkRpG > Offset regression between 0.8.0 and trunk > ----------------------------------------- > > Key: COUCHDB-135 > URL: https://issues.apache.org/jira/browse/COUCHDB-135 > Project: CouchDB > Issue Type: Bug > Components: Database Core > Affects Versions: 0.9 > Environment: OSX 10.5 > Reporter: Paul Carey > Attachments: view_offsets.js > > > The offset returned for certain map queries differs between 0.8.0 and 0.9.0r702929. > The attached test can be pasted into couch_tests.js. It passes in 0.8.0 and fails in 0.9. > I believe the skip query param must be passed for this bug to be exhibited. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.