This is an automated email from the ASF dual-hosted git repository.
ronny pushed a change to branch dev/update-git-attributes-for-nouveau
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard b733223c4 dev: Update .gitattributes for Nouveau
add a04ac084d test: port 15-execution-stats-test from python to elixir
add d86bf6fe8 test: deprecate 15-execution-stats-test.py
add 6c3a5a156 test: port 19-find-conflicts from python to elixir
add ad7c3afc0 test: deprecate 19-find-conflicts.py
add a1649129f improve flakiness of Auto-reload config test
add d8a3f1d4c Merge pull request #5907 from
apache/flaky-auto-reload-config-test
add 38b362b6e Merge branch 'main' into 19-find-conflicts
add 1160780db fix: typo
add 32e305d12 Merge pull request #5786 from
neighbourhoodie/19-find-conflicts
add dfa01c4b0 Merge branch 'main' into 15-execution-stats-test
add a1e7d2318 Merge pull request #5782 from
neighbourhoodie/15-execution-stats-test
add 3f69107d5 unset node env in mise.toml
add a61893879 Merge pull request #5908 from apache/mise-node-env
add 0d8340c76 Bump jiffy to 1.1.3
add 2e92334b8 Use -fvisibility=hidden for some C bits
add d97e7717e Pin credo
add 7aa9eb317 Fix signatures in mrview purge checkpoints
add 25e126917 Avoid creating purge checkpoints for invalid views
add 19220cf2d dev: Update .gitattributes for Nouveau
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 (b733223c4)
\
N -- N -- N refs/heads/dev/update-git-attributes-for-nouveau
(19220cf2d)
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:
mise.toml | 3 -
mix.exs | 2 +-
rebar.config.script | 2 +-
src/b64url/rebar.config | 2 +-
src/couch/rebar.config.script | 4 +-
src/couch/src/couch_proc_manager.erl | 32 +-
src/couch_index/src/couch_index_util.erl | 1 +
src/couch_mrview/src/couch_mrview_index.erl | 43 ++-
src/couch_mrview/src/couch_mrview_util.erl | 35 +-
.../eunit/couch_mrview_purge_docs_fabric_tests.erl | 362 +++++++++++----------
src/couch_quickjs/rebar.config.script | 2 +-
src/exxhash/rebar.config | 2 +-
src/fabric/test/eunit/fabric_tests.erl | 96 +++++-
src/ken/src/ken_server.erl | 23 +-
src/mango/test/15-execution-stats-test.py | 161 ---------
src/mango/test/19-find-conflicts.py | 33 --
test/elixir/test/config/search.elixir | 4 +
test/elixir/test/config/suite.elixir | 14 +
test/elixir/test/config_test.exs | 5 +-
test/elixir/test/mango/15_execution_stats_test.exs | 199 +++++++++++
test/elixir/test/mango/19_find_conflicts.exs | 36 ++
21 files changed, 635 insertions(+), 426 deletions(-)
delete mode 100644 src/mango/test/15-execution-stats-test.py
delete mode 100644 src/mango/test/19-find-conflicts.py
create mode 100644 test/elixir/test/mango/15_execution_stats_test.exs
create mode 100644 test/elixir/test/mango/19_find_conflicts.exs