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 c91c33fbd Update Elixir test config files
 discard 472525581 Fix Elixir test compile-time warnings
 discard b91b6fe67 Update Elixir tests
     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
     add 21c111b1c Merge pull request #5767 from 
neighbourhoodie/port-python-22-covering-index
     add 104fc97e3 Update Elixir tests
     add 0ac634526 Fix Elixir test compile-time warnings
     add ee1d05869 Update Elixir test config files

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   (c91c33fbd)
            \
             N -- N -- N   refs/heads/fix-elixir-tests (ee1d05869)

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:
 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

Reply via email to