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

davisp pushed a change to branch 3.x-optimize-compactor
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 45458fe  Update compaction progress during docid phases
 discard 977f514  Optimize compactor to use multi-IO API
 discard 2e14f3c  Optimize btree node writes
 discard 81f97ab  Add multi-append functions to couch_file
 discard 21784da  Implement compactor test suite
 discard 57f729f  Simplify compaction state management
     add 013f107  Port recreate docs test
     add a4f240c  Port reduce_false.js and reduce_builtin.js to Elixir (#2541)
     add 05f81ce  Simplify compaction state management
     add d37c308  Implement compactor test suite
     add b1e6984  Add multi-append functions to couch_file
     add 1e2156b  Optimize btree node writes
     add c4bcb7e  Optimize compactor to use multi-IO API
     add 1412219  Update compaction progress during docid phases

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   (45458fe)
            \
             N -- N -- N   refs/heads/3.x-optimize-compactor (1412219)

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:
 test/elixir/README.md                    |   6 +-
 test/elixir/test/recreate_doc_test.exs   | 165 ++++++++++++++++++
 test/elixir/test/reduce_builtin_test.exs | 282 +++++++++++++++++++++++++++++++
 test/elixir/test/reduce_false_test.exs   |  50 ++++++
 test/javascript/tests/recreate_doc.js    |   1 +
 5 files changed, 501 insertions(+), 3 deletions(-)
 create mode 100644 test/elixir/test/recreate_doc_test.exs
 create mode 100644 test/elixir/test/reduce_builtin_test.exs
 create mode 100644 test/elixir/test/reduce_false_test.exs

Reply via email to