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

vatamane pushed a change to branch use-indexer-grv-for-view-reads
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 7381586  Clean up indexes after each test case in 
couch_views_active_tasks_test
 discard fae1a90  Require subscribers to wait until indexer finishes
 discard 2c576ec  Consistent view emits using indexer's GRVs and committed 
versionstamps
     add 304a063  Fix couch_jobs to be less flaky
     add c508efe  Fix more couch_jobs flakiness
     add 38678d0  Remove _membership call from set_config_raw in integration 
tests
     add 00811b4  Remove error message on mix test
     add 6fa2a6f  Include necessary dependency in jwtf keystore test setup & 
teardown
     add 7341334  Ignore unchecked JWT claims
     add 67061db  Set wait_for_built_index=True for 17-multi-type-value-test.py
     add 1062435  Fix _changes?filter=_design (#3430)
     add a411fe2  feat(couchjs): add support for SpiderMonkey 86
     add a2f92d8  Consistent view emits using indexer's GRVs and committed 
versionstamps
     add 18d5e3f  [fixup] Improve variable naming
     add f61a609  [fixup] Avoid round-trip of acquiring a new GRV in the indexer
     add a6a1009  [fixup] Must call report_progress in every tx we update 
indexing data
     add f1e2ac0  [fixup] Avoid bumping just DbReadVsn
     add 5a82664  Require subscribers to wait until indexer finishes

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   (7381586)
            \
             N -- N -- N   refs/heads/use-indexer-grv-for-view-reads (5a82664)

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:
 config/integration.exs                             |   3 -
 src/chttpd/src/chttpd_changes.erl                  |   9 +-
 src/couch/priv/couch_js/{60 => 86}/help.h          |   2 +-
 src/couch/priv/couch_js/{68 => 86}/main.cpp        |   8 +-
 src/couch/priv/couch_js/{68 => 86}/util.cpp        |   2 +-
 src/couch/priv/couch_js/{68 => 86}/util.h          |   0
 src/couch/rebar.config.script                      |  16 +-
 src/couch_jobs/test/couch_jobs_tests.erl           | 997 ++++++++++-----------
 .../test/couch_views_active_tasks_test.erl         |   3 -
 src/jwtf/src/jwtf.erl                              |  36 +-
 src/jwtf/test/jwtf_keystore_tests.erl              |   4 +-
 src/mango/test/17-multi-type-value-test.py         |   2 +-
 support/build_js.escript                           |   6 +
 test/elixir/lib/couch/db_test.ex                   |  12 +-
 test/elixir/test/config/skip.elixir                |   1 -
 15 files changed, 531 insertions(+), 570 deletions(-)
 copy src/couch/priv/couch_js/{60 => 86}/help.h (98%)
 copy src/couch/priv/couch_js/{68 => 86}/main.cpp (96%)
 copy src/couch/priv/couch_js/{68 => 86}/util.cpp (99%)
 copy src/couch/priv/couch_js/{68 => 86}/util.h (100%)

Reply via email to