This is an automated email from the ASF dual-hosted git repository.
tonysun83 pushed a change to branch flexible-js-tests
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
omit 9651c3f Merge branch 'master' into flexible-js-tests
omit 2a9134c Mango test README formatting
omit 69ebe61 Configurable Mango test parameters (#899)
omit 0391912 make tests sorted
omit 464a6b1 Mango text index test fixes (#894)
omit 84edbb7 Add test to show selector works with old design docs (#893)
omit 641aa56 Fix maximum key value when using JSON indexes (#881)
omit 7f584da Jenkins: Add Debian 9 (stretch), drop Ubuntu 12.04 (precise)
(#891)
omit b71bd68 fix intersection to use difference
omit 339e1e1 add ability to ignore javascript test suites
omit 7ae6928 Update Unix install dependencies (FreeBSD) (#888)
omit d0445f5 Fix incorrect index selection when sort specified (#866)
omit 9fe22b4 Merge pull request #882 from apache/janl-patch-1
omit c3a18cc chore: no need to make it look one needs to create an issue
on top of a PR
omit 703e6c5 Fix cluster upgrades when deploying ddoc_cache
new 54ac3ad add ability to ignore javascript test suites
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9651c3f)
\
N -- N -- N refs/heads/flexible-js-tests (54ac3ad)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/PULL_REQUEST_TEMPLATE.md | 11 +-
INSTALL.Unix.md | 5 -
Jenkinsfile | 83 ++++---------
README-DEV.rst | 11 +-
src/ddoc_cache/src/ddoc_cache_lru.erl | 7 +-
src/mango/src/mango_cursor.erl | 2 +-
src/mango/src/mango_cursor_view.erl | 23 +---
src/mango/src/mango_error.erl | 2 +-
src/mango/src/mango_idx.erl | 55 ++++-----
src/mango/src/mango_idx_special.erl | 4 +-
src/mango/src/mango_idx_text.erl | 4 +-
src/mango/src/mango_idx_view.erl | 18 +--
src/mango/src/mango_idx_view.hrl | 13 --
src/mango/src/mango_selector.erl | 2 +-
src/mango/test/01-index-crud-test.py | 126 +++++++------------
src/mango/test/02-basic-find-test.py | 48 +-------
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-test.py => 11-ignore-design-docs.py} | 0
...rrect-index-test.py => 12-use-correct-index.py} | 17 +--
...on-pagination-test.py => 14-json-pagination.py} | 0
...dex-selectors-test.py => 16-index-selectors.py} | 30 -----
src/mango/test/17-multi-type-value-test.py | 90 --------------
src/mango/test/README.md | 23 +---
src/mango/test/mango.py | 36 ++----
27 files changed, 237 insertions(+), 579 deletions(-)
delete mode 100644 src/mango/src/mango_idx_view.hrl
rename src/mango/test/{11-ignore-design-docs-test.py =>
11-ignore-design-docs.py} (100%)
rename src/mango/test/{12-use-correct-index-test.py =>
12-use-correct-index.py} (86%)
rename src/mango/test/{14-json-pagination-test.py => 14-json-pagination.py}
(100%)
rename src/mango/test/{16-index-selectors-test.py => 16-index-selectors.py}
(90%)
delete mode 100644 src/mango/test/17-multi-type-value-test.py
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].