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 fcb1fe2cc Avoid updating password hash when request with simple
password scheme
add 6cacc6e01 refactor(index-selection-test): Port index selection test to
Elixir
add 7f941b21f refactor: remove index-selection python test
new 0a005a8b0 Merge pull request #5764 from
neighbourhoodie/port-python-05-index-selection
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/05-index-selection-test.py | 432 --------------------
test/elixir/test/config/search.elixir | 14 +
test/elixir/test/config/suite.elixir | 27 ++
test/elixir/test/mango/05_index_selection_test.exs | 440 +++++++++++++++++++++
4 files changed, 481 insertions(+), 432 deletions(-)
delete mode 100644 src/mango/test/05-index-selection-test.py
create mode 100644 test/elixir/test/mango/05_index_selection_test.exs