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.
discard 750a8ab Merge branch 'master' into jenkins-pr-jenkinsfile
omit 831f78e Switch make elixir to use n = 1
omit 3594f2f Update warning/error messages for Erlang versions
omit 4a88f3a Merge pull request #2352 from apache/remsh
omit df5b311 Remsh: attempt to auto-locate Erlang cookie
omit 8a914dd Sanitize `ERL_FLAGS` in remsh
omit 789ffbc Merge pull request #2357 from apache/mango_test_fixes
omit 5c0cf2e Block on index available in tests
omit 18b97f7 Merge pull request #2361 from cloudant/smoosh-utc-fix
omit c2ff5b7 Suppress exunit compiler warning
omit ff17772 Switch to UTC
omit ee05af8 Merge pull request #2356 from apache/5986-tests-only
omit e37ebde Enable port 5986 for test suites only
omit 0ef71cb Merge pull request #2353 from cloudant/exunit-cover
omit 1953c33 Integrate excoverals into test stack
omit a66998e Make sure we fetch test dependencies
add fa8586f Rework Jenkinsfile.full
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (750a8ab)
\
N -- N -- N refs/heads/jenkins-pr-jenkinsfile (fa8586f)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.credo.exs | 8 -
.gitignore | 10 --
Makefile | 7 +-
Makefile.win | 2 +-
build-aux/Jenkinsfile.full | 185 ++++++++++++---------
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 +-
40 files changed, 238 insertions(+), 399 deletions(-)