You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2020/04/01 15:32:32 UTC

[couchdb] branch 3.0.x-backports-from-master updated (76bbef5 -> d377a89)

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

rnewson pushed a change to branch 3.0.x-backports-from-master
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 76bbef5  Merge pull request #2657 from apache/cookie-domain-delete
     add d377a89  Merge pull request #2690 from apache/fix-create-db-options

No new revisions were added by this update.

Summary of changes:
 src/couch/include/couch_eunit.hrl          |   5 +
 src/fabric/src/fabric_rpc.erl              |   2 +-
 src/fabric/test/eunit/fabric_rpc_tests.erl | 181 +++++++++++++++++++++++++++++
 src/mem3/src/mem3_reshard_dbdoc.erl        |   3 +-
 src/mem3/src/mem3_rpc.erl                  |   2 +-
 src/mem3/src/mem3_shards.erl               |  22 ++--
 src/mem3/src/mem3_util.erl                 |  86 ++++++++++++--
 7 files changed, 280 insertions(+), 21 deletions(-)
 create mode 100644 src/fabric/test/eunit/fabric_rpc_tests.erl