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 c6accf6d3 Merge pull request #5766 from
neighbourhoodie/port-python-25-beginswith
add 1f7d7a269 refactor(covering-index-test): Port covering index test to
Elixir
add 830a0c234 mango-database: add partition paths
add 1538a352e refactor(covering-index-test): remove python test
add 754df16f7 Merge branch 'main' into port-python-22-covering-index
new 21c111b1c Merge pull request #5767 from
neighbourhoodie/port-python-22-covering-index
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/22-covering-index-test.py | 183 -----------------
test/elixir/test/config/suite.elixir | 32 +++
test/elixir/test/mango/22-covering-index-test.exs | 230 ++++++++++++++++++++++
test/elixir/test/support/mango_database.ex | 44 +++--
4 files changed, 286 insertions(+), 203 deletions(-)
delete mode 100644 src/mango/test/22-covering-index-test.py
create mode 100644 test/elixir/test/mango/22-covering-index-test.exs