This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a change to branch combine-some-ci-stages
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 21a016de9 Improve CI performance by combining some stages
add e273f702b Handle cases when dreyfus checkpoint is out-of-sync with the
index
add bf1bf8313 Don't need to set verify_peer any longer
add f0593080e dev: Update .gitattributes for Nouveau (#5862)
add dbe648f16 Improve CI performance by combining some stages
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 (21a016de9)
\
N -- N -- N refs/heads/combine-some-ci-stages (dbe648f16)
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:
.gitattributes | 6 +-
.../src/couch_replicator_parse.erl | 1 -
.../src/couch_replicator_utils.erl | 1 -
src/dreyfus/src/dreyfus_index_updater.erl | 56 +-
src/dreyfus/test/eunit/dreyfus_purge_test.erl | 1119 --------------------
test/elixir/test/config/search.elixir | 17 +
test/elixir/test/dreyfus_purge_test.exs | 474 +++++++++
7 files changed, 540 insertions(+), 1134 deletions(-)
delete mode 100644 src/dreyfus/test/eunit/dreyfus_purge_test.erl
create mode 100644 test/elixir/test/dreyfus_purge_test.exs