This is an automated email from the ASF dual-hosted git repository.

jiahuili430 pushed a change to branch fix-elixir-tests
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 4a04eb366 Update Elixir tests
 discard e95a309bc Update Elixir config
 discard c2f2b79a8 Fix elixir test warnings
 discard 984e060b4 Unit tests need to end with `_test.exs` to run them
     add b4e391685 refactor(beginswith-test): Port beginswith-test to Elixir
     add 71ac5fb35 refactor: remove 25-beginswith python test
     add 98f251c7d refactor(04-key-tests): Port Key Tests
     add d00753224 refactor: remove 04-key-tests python test
     add c90d38f80 Merge branch 'main' into port-python-04-key-tests
     add bc68bcabf fix merge typo
     add 71bdee210 Merge pull request #5765 from 
neighbourhoodie/port-python-04-key-tests
     add 99cc52aa7 Merge branch 'main' into port-python-25-beginswith
     add c6accf6d3 Merge pull request #5766 from 
neighbourhoodie/port-python-25-beginswith
     new 64dd7949e Update Elixir tests
     new 285947b08 Fix Elixir test warnings
     new 263a7ec22 Update Elixir config

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   (4a04eb366)
            \
             N -- N -- N   refs/heads/fix-elixir-tests (263a7ec22)

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.

The 3 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/04-key-tests.py                | 159 -----------------------
 src/mango/test/25-beginswith-test.py          | 134 -------------------
 test/elixir/test/config/search.elixir         |   9 ++
 test/elixir/test/config/suite.elixir          |  14 ++
 test/elixir/test/mango/04-key-tests.exs       | 177 ++++++++++++++++++++++++++
 test/elixir/test/mango/25-beginswith-test.exs | 143 +++++++++++++++++++++
 6 files changed, 343 insertions(+), 293 deletions(-)
 delete mode 100644 src/mango/test/04-key-tests.py
 delete mode 100644 src/mango/test/25-beginswith-test.py
 create mode 100644 test/elixir/test/mango/04-key-tests.exs
 create mode 100644 test/elixir/test/mango/25-beginswith-test.exs

Reply via email to