You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by to...@apache.org on 2020/07/23 18:26:46 UTC

[couchdb] branch add_active_tasks_fdb updated (0e72743 -> 9a62255)

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

tonysun83 pushed a change to branch add_active_tasks_fdb
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 0e72743  revert to using job_data
     add d7e4ce7  add spec
     add 9f68eda  move active_task_info into util
     add 9ce4af5  encapsulate <<"active_task_info">> to fabric
     add 56bb3be  fix test
     add 9a62255  scrub extra info from get_active_job_ids

No new revisions were added by this update.

Summary of changes:
 src/couch_jobs/src/couch_jobs.erl                  |  18 ++-
 src/couch_views/src/couch_views_indexer.erl        |  42 ++-----
 src/couch_views/src/couch_views_jobs.erl           |   3 +-
 src/couch_views/src/couch_views_util.erl           |  27 ++++-
 .../test/couch_views_active_tasks_test.erl         | 127 +++++++++++++++++++++
 .../test/couch_views_trace_index_test.erl          |   3 +-
 src/fabric/src/fabric2_active_tasks.erl            |  43 ++++---
 7 files changed, 206 insertions(+), 57 deletions(-)
 create mode 100644 src/couch_views/test/couch_views_active_tasks_test.erl