This is an automated email from the ASF dual-hosted git repository.
davisp pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
from 0b98b3b Merge pull request #3274 from cloudant/fix-mango-tests
new 1b30d08 Allow snapshots through fabric2_fdb:transactional
new 0e91f2f Allow specifying an end_key for fold_changes
new 27e8e33 Minimize conflicts while building views
new 3168a4d Remove unnecessary line wraps
The 4 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:
src/couch_views/src/couch_views_indexer.erl | 60 ++++++++--
src/couch_views/test/couch_views_indexer_test.erl | 45 ++++++++
src/fabric/src/fabric2_db.erl | 18 +--
src/fabric/src/fabric2_fdb.erl | 17 +++
src/fabric/test/fabric2_changes_fold_tests.erl | 11 ++
src/fabric/test/fabric2_snapshot_tests.erl | 134 ++++++++++++++++++++++
6 files changed, 266 insertions(+), 19 deletions(-)
create mode 100644 src/fabric/test/fabric2_snapshot_tests.erl