Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 60461 invoked from network); 10 Oct 2008 19:04:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Oct 2008 19:04:38 -0000 Received: (qmail 63387 invoked by uid 500); 10 Oct 2008 19:04:34 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 63352 invoked by uid 500); 10 Oct 2008 19:04:34 -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 63338 invoked by uid 99); 10 Oct 2008 19:04:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2008 12:04:34 -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; Fri, 10 Oct 2008 19:03:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 42E84234C214 for ; Fri, 10 Oct 2008 12:03:44 -0700 (PDT) Message-ID: <1188454600.1223665424258.JavaMail.jira@brutus> Date: Fri, 10 Oct 2008 12:03:44 -0700 (PDT) From: "Paul Carey (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Created: (COUCHDB-135) Offset regression between 0.8.0 and trunk MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.