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 21:06:48 UTC

[couchdb] branch jenkins-pr-jenkinsfile updated (60ab254 -> 7b3381a)

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 60ab254  Rework Jenkinsfile.full
     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 e384221  Fix exunit compiler warnings
     add 2f75540  Merge pull request #2355 from cloudant/exunit-compiler-warnings
     add de50b07  Disable ken auto-building of this design doc
     add 850a993  Fix use after free of ICU collators
     add 7b3381a  Merge branch 'master' into jenkins-pr-jenkinsfile

No new revisions were added by this update.

Summary of changes:
 Makefile                                           |  2 +-
 dev/run                                            |  4 ++
 rebar.config.script                                | 64 ++++++++++++++++++----
 rel/files/eunit.ini                                |  1 +
 rel/overlay/bin/remsh                              | 18 +++++-
 rel/overlay/etc/local.ini                          |  1 -
 .../priv/couch_ejson_compare/couch_ejson_compare.c | 10 +++-
 .../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/lib/step/config.ex                     |  4 +-
 test/elixir/lib/step/create_db.ex                  |  6 +-
 test/elixir/lib/step/user.ex                       |  7 +--
 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 +--
 test/javascript/tests/design_docs.js               |  1 +
 39 files changed, 228 insertions(+), 139 deletions(-)