This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch test-erlang-26.2.5.17
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 16509739a Use newer Erlangs and add Almalinux 10
add 863c2428c Port text default field tests to Elixir
add dd217be41 Deprecate 06-text-default-field-test.py
add 6d17dc9de Port choose correct index tests to Elixir
add 13c88dc71 Deprecate 12-use-correct-index-test.py
add a43aa968e Merge branch 'main' into port-12-use-correct-index-test
add e87bbbe0e Merge pull request #5771 from
neighbourhoodie/port-12-use-correct-index-test
add cc46df101 Merge branch 'main' into port-06-text-default-field-test
add dfac2b736 Merge pull request #5772 from
neighbourhoodie/port-06-text-default-field-test
add 5cd34864b test: Port 07-text-custom-field-list-test from Python to
Elixir
add 79227e16b test: deprecate 07-text-custom-field-list-test.py
add 27e9931c0 Merge pull request #5774 from neighbourhoodie/python-tests-07
add e4da27f8d Use newer Erlangs and add Almalinux 10
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 (16509739a)
\
N -- N -- N refs/heads/test-erlang-26.2.5.17 (e4da27f8d)
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:
build-aux/Jenkinsfile | 2 +-
src/mango/test/06-text-default-field-test.py | 64 -----
src/mango/test/07-text-custom-field-list-test.py | 207 ---------------
src/mango/test/12-use-correct-index-test.py | 133 ----------
test/elixir/test/config/search.elixir | 35 +++
test/elixir/test/config/suite.elixir | 12 +
.../test/mango/06-text-default-field-test.exs | 100 ++++++++
.../test/mango/07_text_custom_field_list_test.exs | 280 +++++++++++++++++++++
.../test/mango/12_use_correct_index_test.exs | 139 ++++++++++
test/elixir/test/support/user_docs.ex | 8 +-
10 files changed, 571 insertions(+), 409 deletions(-)
delete mode 100644 src/mango/test/06-text-default-field-test.py
delete mode 100644 src/mango/test/07-text-custom-field-list-test.py
delete mode 100644 src/mango/test/12-use-correct-index-test.py
create mode 100644 test/elixir/test/mango/06-text-default-field-test.exs
create mode 100644 test/elixir/test/mango/07_text_custom_field_list_test.exs
create mode 100644 test/elixir/test/mango/12_use_correct_index_test.exs