This is an automated email from the ASF dual-hosted git repository.
ronny pushed a change to branch feat/win-parallel-eunit
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 1d0c681f8 dev: Adding more Makefile.win fixes
discard 8ee29a188 Some windows fixes
discard 5d21e7422 feat: parallel eunit for windows
add 2ea90cdd9 Tolerate maintenance mode and a node down in partition info
calls
add 3fa2096a0 Port paginate json docs tests to Elixir
add aaa661e19 Deprecate 14-json-pagination-test.py
add 8721bc4f2 Merge pull request #5768 from neighbourhoodie/port-14
add f9ffcbf3a Add scanner checkpoint and stop. Use it for auto-purge
plugin.
add 0c14dec7c Add upgrade_in_progress config and metrics
add fd2f47b80 Stop scanner plugins if upgrade_in_progress is set
add 84233bd94 feat: parallel eunit for windows
add 45667918d Some windows fixes
add 232615207 dev: Adding more Makefile.win fixes
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 (1d0c681f8)
\
N -- N -- N refs/heads/feat/win-parallel-eunit (232615207)
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:
rel/overlay/etc/default.ini | 11 +
src/couch/priv/stats_descriptions.cfg | 8 +
src/couch/src/couch_auto_purge_plugin.erl | 37 ++-
src/couch/src/couch_server.erl | 33 ++-
src/couch/test/eunit/couch_server_tests.erl | 40 +++
src/couch_scanner/src/couch_scanner_plugin.erl | 46 ++--
src/couch_scanner/src/couch_scanner_server.erl | 5 +-
.../test/eunit/couch_scanner_test.erl | 64 ++++-
src/fabric/src/fabric_db_partition_info.erl | 58 ++++-
src/mango/test/14-json-pagination-test.py | 269 --------------------
test/elixir/test/config/suite.elixir | 24 +-
test/elixir/test/mango/14_json_pagination_test.exs | 271 +++++++++++++++++++++
test/elixir/test/support/mango_database.ex | 1 +
13 files changed, 553 insertions(+), 314 deletions(-)
delete mode 100644 src/mango/test/14-json-pagination-test.py
create mode 100644 test/elixir/test/mango/14_json_pagination_test.exs