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/12/16 20:11:18 UTC

[couchdb] branch master updated (3594f2f -> 831f78e)

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

davisp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 3594f2f  Update warning/error messages for Erlang versions
     add 831f78e  Switch make elixir to use n = 1

No new revisions were added by this update.

Summary of changes:
 Makefile                                           |  2 +-
 .../test/elixir/test/partition_search_test.exs     |  4 +--
 test/elixir/lib/couch/db_test.ex                   |  4 +--
 test/elixir/test/all_docs_test.exs                 |  8 ++---
 test/elixir/test/attachment_names_test.exs         |  2 +-
 test/elixir/test/attachment_paths_test.exs         |  8 ++---
 test/elixir/test/attachments_multipart_test.exs    |  8 ++---
 test/elixir/test/attachments_test.exs              |  8 ++---
 test/elixir/test/basics_test.exs                   |  2 +-
 test/elixir/test/bulk_docs_test.exs                |  4 +--
 test/elixir/test/cluster_with_quorum_test.exs      | 12 ++++----
 test/elixir/test/cluster_without_quorum_test.exs   |  8 ++---
 test/elixir/test/compact_test.exs                  |  6 ++--
 test/elixir/test/copy_doc_test.exs                 |  4 +--
 test/elixir/test/lots_of_docs_test.exs             |  2 +-
 test/elixir/test/partition_crud_test.exs           | 18 +++++------
 test/elixir/test/partition_ddoc_test.exs           | 28 ++++++++---------
 test/elixir/test/partition_helpers.exs             |  4 +--
 test/elixir/test/partition_size_limit_test.exs     | 36 +++++++++++-----------
 test/elixir/test/partition_size_test.exs           |  6 ++--
 test/elixir/test/partition_view_update_test.exs    |  8 ++---
 test/elixir/test/reduce_test.exs                   | 17 +++++-----
 test/elixir/test/reshard_all_docs_test.exs         |  6 ++--
 test/elixir/test/reshard_basic_test.exs            | 10 +++---
 test/elixir/test/reshard_changes_feed.exs          |  4 +--
 test/elixir/test/rewrite_test.exs                  |  8 ++---
 26 files changed, 114 insertions(+), 113 deletions(-)