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 c4a66ffd9 Merge pull request #5779 from
neighbourhoodie/03-operator-test
add 286a1eb7c Port stable update test to Elixir
add 06edf2a2a Deprecate 13-stable-update-test.py
new 652c25ab3 Merge pull request #5770 from
neighbourhoodie/port-13-stable-update-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/13-stable-update-test.py | 51 -----------------------
test/elixir/test/config/suite.elixir | 3 ++
test/elixir/test/mango/13_stable_update_test.exs | 52 ++++++++++++++++++++++++
test/elixir/test/support/mango_database.ex | 1 +
4 files changed, 56 insertions(+), 51 deletions(-)
delete mode 100644 src/mango/test/13-stable-update-test.py
create mode 100644 test/elixir/test/mango/13_stable_update_test.exs