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

davisp pushed a change to branch prototype/fdb-layer-couch-views-size-tests
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 983c4fa  WIP: All tests passing
 discard 02bae27  Don't store `{0,0,[]}` for views with new results
 discard 59f950a  Fix handling of duplicate keys
 discard ef62cb5  WIP: validating indexes
 discard 87e307f  WIP: New permute added
 discard 010c88d  WIP: trying permute
 discard 685481f  WIP: generating test cases
 discard b8742a7  WIP: Test generation
 discard de409f2  Refactor view index layout
     add c9175af  Fix couch_views type in wait_for_job
     add ee150f4  standardize couch_views_indexer_tests
     add 4bd68d1  Add Key/Value size limit for map indexes
     add 735b3f6  Enable fdb feature
     add 2fe1666  Clean up view size limit enforcement
     new 49aec4b  Refactor view index layout
     new 20e5e44  Fix handling of duplicate keys
     new 77f031f  Don't store `{0,0,[]}` for views with new results
     new 3baaef6  Test size calculations for view rows

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   (983c4fa)
            \
             N -- N -- N   
refs/heads/prototype/fdb-layer-couch-views-size-tests (3baaef6)

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 4 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:
 rel/overlay/etc/default.ini                       |   4 +
 src/couch_views/src/couch_views_fdb.erl           |  28 +--
 src/couch_views/src/couch_views_indexer.erl       |  57 ++++-
 src/couch_views/src/couch_views_jobs.erl          |   2 +-
 src/couch_views/test/couch_views_indexer_test.erl | 243 ++++++++++++++++++++--
 src/couch_views/test/couch_views_size_test.erl    | 124 ++++++-----
 src/fabric/src/fabric2_sup.erl                    |   1 +
 7 files changed, 372 insertions(+), 87 deletions(-)

Reply via email to