You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ii...@apache.org on 2021/09/17 13:27:21 UTC

[couchdb] branch 3.x updated (17c029b -> 2871128)

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

iilyak pushed a change to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 17c029b  Merge pull request #3754 from apache/fix-limit0-for-views-again
     new 65fbc6c  Add ability to control which Elixir integration tests to run
     new 3d5f244  Add --erlang-config option to dev/run
     new c8951a8  Fix logic in ensure_exunit_started
     new b5e9e5d  Load test helpers to prevent crash of test case extractor
     new 6969939  Update elixir test suite
     new 601d48e  Use elixir-suite
     new 522cb5a  Disable some tests
     new 37dd42f  Remove error message on mix test
     new 2871128  Merge pull request #3752 from cloudant/port-3286

The 12578 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:
 Makefile                             |  13 +-
 Makefile.win                         |  11 +
 config/integration.exs               |   3 -
 dev/run                              |   9 +-
 mix.exs                              |  23 ++
 test/elixir/lib/suite.ex             | 222 +++++++++++
 test/elixir/test/config/skip.elixir  | 317 ++++++++++++++++
 test/elixir/test/config/suite.elixir | 711 +++++++++++++++++++++++++++++++++++
 test/elixir/test/test_helper.exs     |  17 +-
 9 files changed, 1305 insertions(+), 21 deletions(-)
 create mode 100644 test/elixir/lib/suite.ex
 create mode 100644 test/elixir/test/config/skip.elixir
 create mode 100644 test/elixir/test/config/suite.elixir