This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a change to branch flaky-auto-reload-config-test
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 0b307c06f improve flakiness of Auto-reload config test
add afcfed69a test: port 10 disable array length field to elixir
add 0818957a5 test: deprecate 10 disable array length field python test
add b6243b563 fix: reduce flakeyness of auto config reload test
add c43596967 fix: remove flakeyness from new elixir mango tests
add d5a1339f3 chore: fail elixir test after first error instead of waiting
for the whole suite
add 47a952f31 Merge branch 'main' into 10-disable-array-length-field-test
add bee31c168 Merge pull request #5781 from
neighbourhoodie/10-disable-array-length-field-test
add a1649129f improve flakiness of Auto-reload config test
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 (0b307c06f)
\
N -- N -- N refs/heads/flaky-auto-reload-config-test (a1649129f)
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:
Makefile | 2 +-
.../test/10-disable-array-length-field-test.py | 43 -------------------
test/elixir/test/config/search.elixir | 4 ++
.../mango/10_disable_array_length_field_test.exs | 50 ++++++++++++++++++++++
test/elixir/test/support/mango_database.ex | 26 +++++++----
5 files changed, 73 insertions(+), 52 deletions(-)
delete mode 100644 src/mango/test/10-disable-array-length-field-test.py
create mode 100644
test/elixir/test/mango/10_disable_array_length_field_test.exs