You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2019/12/17 17:41:09 UTC

[couchdb] branch jenkins-pr-jenkinsfile updated (d4a1837 -> 750a8ab)

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

wohali pushed a change to branch jenkins-pr-jenkinsfile
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from d4a1837  Try Jenkinsfile matrix build
     add a66998e  Make sure we fetch test dependencies
     add 1953c33  Integrate excoverals into test stack
     add 0ef71cb  Merge pull request #2353 from cloudant/exunit-cover
     add e37ebde  Enable port 5986 for test suites only
     add ee05af8  Merge pull request #2356 from apache/5986-tests-only
     add ff17772  Switch to UTC
     add c2ff5b7  Suppress exunit compiler warning
     add 18b97f7  Merge pull request #2361 from cloudant/smoosh-utc-fix
     add 5c0cf2e  Block on index available in tests
     add 789ffbc  Merge pull request #2357 from apache/mango_test_fixes
     add 8a914dd  Sanitize `ERL_FLAGS` in remsh
     add df5b311  Remsh: attempt to auto-locate Erlang cookie
     add 4a88f3a  Merge pull request #2352 from apache/remsh
     add 3594f2f  Update warning/error messages for Erlang versions
     add 831f78e  Switch make elixir to use n = 1
     add 750a8ab  Merge branch 'master' into jenkins-pr-jenkinsfile

No new revisions were added by this update.

Summary of changes:
 .credo.exs                                         |  8 +++
 .gitignore                                         | 10 +++
 Makefile                                           |  7 +-
 Makefile.win                                       |  2 +-
 dev/run                                            |  4 ++
 mix.exs                                            | 79 +++++++++++++++++++++-
 mix.lock                                           |  9 +++
 rebar.config.script                                | 64 +++++++++++++++---
 rel/files/eunit.ini                                |  1 +
 rel/overlay/bin/remsh                              | 18 ++++-
 rel/overlay/etc/local.ini                          |  1 -
 .../test/elixir/test/partition_search_test.exs     |  4 +-
 src/smoosh/src/smoosh_utils.erl                    |  2 +-
 src/smoosh/test/exunit/scheduling_window_test.exs  |  2 -
 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_mango_test.exs          | 20 ++++++
 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 +--
 39 files changed, 319 insertions(+), 133 deletions(-)