This is an automated email from the ASF dual-hosted git repository.
jan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from 32e305d12 Merge pull request #5786 from
neighbourhoodie/19-find-conflicts
add a04ac084d test: port 15-execution-stats-test from python to elixir
add d86bf6fe8 test: deprecate 15-execution-stats-test.py
add dfa01c4b0 Merge branch 'main' into 15-execution-stats-test
new a1e7d2318 Merge pull request #5782 from
neighbourhoodie/15-execution-stats-test
The 1 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:
src/mango/test/15-execution-stats-test.py | 161 -----------------
test/elixir/test/config/search.elixir | 4 +
test/elixir/test/config/suite.elixir | 13 ++
test/elixir/test/mango/15_execution_stats_test.exs | 199 +++++++++++++++++++++
4 files changed, 216 insertions(+), 161 deletions(-)
delete mode 100644 src/mango/test/15-execution-stats-test.py
create mode 100644 test/elixir/test/mango/15_execution_stats_test.exs