Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B7C19200D20 for ; Tue, 17 Oct 2017 18:04:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B5EFE1609DE; Tue, 17 Oct 2017 16:04:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 07AB31609D7 for ; Tue, 17 Oct 2017 18:04:11 +0200 (CEST) Received: (qmail 77838 invoked by uid 500); 17 Oct 2017 16:04:11 -0000 Mailing-List: contact commits-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 commits@couchdb.apache.org Received: (qmail 77829 invoked by uid 99); 17 Oct 2017 16:04:11 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2017 16:04:11 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A050381B3F; Tue, 17 Oct 2017 16:04:08 +0000 (UTC) Date: Tue, 17 Oct 2017 16:04:08 +0000 To: , "' commits@couchdb.apache.org" , '@gitbox.apache.org, Subject: [couchdb] branch master updated (84edbb7 -> 464a6b1) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150825624870.17239.709681863990566574@gitbox.apache.org> From: willholley@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: couchdb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 84edbb735bf0687be7da50da970c87bebe261088 X-Git-Newrev: 464a6b100e831cded99ee14ccab43ad661ee9204 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Tue, 17 Oct 2017 16:04:12 -0000 This is an automated email from the ASF dual-hosted git repository. willholley pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/couchdb.git. from 84edbb7 Add test to show selector works with old design docs (#893) add 464a6b1 Mango text index test fixes (#894) No new revisions were added by this update. Summary of changes: src/mango/test/01-index-crud-test.py | 126 ++++++++++++------- src/mango/test/03-operator-test.py | 5 + src/mango/test/05-index-selection-test.py | 137 +++++++++++---------- src/mango/test/09-text-sort-test.py | 50 ++++---- .../test/10-disable-array-length-field-test.py | 14 +-- ...esign-docs.py => 11-ignore-design-docs-test.py} | 0 ...rrect-index.py => 12-use-correct-index-test.py} | 17 ++- ...on-pagination.py => 14-json-pagination-test.py} | 0 ...dex-selectors.py => 16-index-selectors-test.py} | 0 src/mango/test/README.md | 11 +- src/mango/test/mango.py | 2 +- 11 files changed, 214 insertions(+), 148 deletions(-) rename src/mango/test/{11-ignore-design-docs.py => 11-ignore-design-docs-test.py} (100%) rename src/mango/test/{12-use-correct-index.py => 12-use-correct-index-test.py} (86%) rename src/mango/test/{14-json-pagination.py => 14-json-pagination-test.py} (100%) rename src/mango/test/{16-index-selectors.py => 16-index-selectors-test.py} (100%) -- To stop receiving notification emails like this one, please contact ['"commits@couchdb.apache.org" '].