You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/04/19 20:10:01 UTC

[couchdb] branch prototype/rfc-001-revision-metadata-model updated (e1fdb6e -> c1a6af8)

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a change to branch prototype/rfc-001-revision-metadata-model
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from e1fdb6e  WIP cleanup txid work
     new 65d53f3  [TMP] Disable current fabric tests
     new c1a6af8  Test transaction retries

The 11643 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/fabric/src/fabric.erl                      | 100 +--
 src/fabric/src/fabric2_fdb.erl                 |  16 +-
 src/fabric/src/fabric_db_create.erl            |  60 +-
 src/fabric/src/fabric_db_info.erl              |  62 +-
 src/fabric/src/fabric_doc_open.erl             | 822 +++++++++++-----------
 src/fabric/src/fabric_doc_open_revs.erl        | 932 ++++++++++++-------------
 src/fabric/src/fabric_doc_purge.erl            | 692 +++++++++---------
 src/fabric/src/fabric_doc_update.erl           | 282 ++++----
 src/fabric/src/fabric_rpc.erl                  |  38 +-
 src/fabric/src/fabric_streams.erl              | 158 ++---
 src/fabric/src/fabric_util.erl                 |  48 +-
 src/fabric/src/fabric_view.erl                 | 104 +--
 src/fabric/src/fabric_view_changes.erl         |  96 +--
 src/fabric/test/fabric2_fdb_tx_retry_tests.erl | 178 +++++
 src/fabric/test/fabric_rpc_purge_tests.erl     | 307 --------
 15 files changed, 1888 insertions(+), 2007 deletions(-)
 create mode 100644 src/fabric/test/fabric2_fdb_tx_retry_tests.erl
 delete mode 100644 src/fabric/test/fabric_rpc_purge_tests.erl