You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2019/02/18 15:59:13 UTC

[couchdb] branch shard-split updated (4df0970 -> 7fe7e19)

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

vatamane pushed a change to branch shard-split
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 4df0970  Fix silly readme typo
     new 1a27827  Remove random empty line
     new 5c2a3b1  Add copy_purge_infos tests
     new 21685fe  Add tests for get_engine_path
     new 0f04375  Add unit tests for couch_db_split
     new d76db7e  Unwrap double try...catch in split/3
     new e51c0e5  Restrict target map's size to min 2
     new 7fe7e19  Validate target's name before creation

The 11641 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/src/couch_bt_engine.erl                  |   1 -
 src/couch/src/couch_db_split.erl                   |  21 +-
 src/couch/test/couch_db_split_tests.erl            | 298 +++++++++++++++++++++
 src/couch/test/couch_server_tests.erl              |  30 +++
 .../src/cpse_test_copy_purge_infos.erl             |  82 ++++++
 src/couch_pse_tests/src/cpse_util.erl              |   1 +
 6 files changed, 423 insertions(+), 10 deletions(-)
 create mode 100644 src/couch/test/couch_db_split_tests.erl
 create mode 100644 src/couch_pse_tests/src/cpse_test_copy_purge_infos.erl