You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2017/05/20 11:33:43 UTC

[couchdb] branch 3406/improve-tests updated (70a32db -> 3cbd82d)

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

jan pushed a change to branch 3406/improve-tests
in repository https://gitbox.apache.org/repos/asf/couchdb.git.

     omits  70a32db   Merge branch 'master' into 3406/improve-tests
     omits  cc12e8c   Merge pull request #533 from cloudant/wait_db_close_in_test
     omits  4683f51   Whait db close a little bit before failing test
     omits  6a54abe   Merge pull request #532 from cloudant/filter_out_non_replicator_tasks
     omits  fb6faec   Revert couch_lru to use gb_trees
     omits  27f5067   Filter out non replicator tasks in test case
     omits  1fa3f58   Fix link to SpiderMonkey in INSTALL.md
     omits  e8b2c74   chore: increase timeout for pausing writer COUCHDB-3384
     omits  32b5402   chore: double test timeout see COUCHDB-3408
     omits  a2de7a0   chore: add debugging for failing test case, see COUCHDB-3413
     omits  51a630b   chore: add debugging for failing test case, see COUCHDB-3415
     omits  d583a46   Add auto log uploader for CI workflow
     omits  153f40f   Re-enable js eval view sandbox test
     omits  dc258cc   docs: no need to bump rebar.config when in couchdb.git

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/3406/improve-tests (3cbd82d)
            \
             O -- O -- O   (70a32db)

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md                   |  10 +-
 .gitignore                                         |   2 -
 .travis.yml                                        |  21 +---
 INSTALL.Unix.md                                    |   2 +-
 build-aux/logfile-uploader.py                      | 113 ---------------------
 src/chttpd/test/chttpd_db_doc_size_tests.erl       |   6 +-
 src/chttpd/test/chttpd_db_test.erl                 |  12 +--
 src/couch/src/couch_lru.erl                        |  62 ++++++-----
 src/couch/test/couch_lru_tests.erl                 | 109 ++++++++++++++++++++
 .../test/couch_index_compaction_tests.erl          |  12 +--
 .../test/couch_replicator_compact_tests.erl        |   8 +-
 ...ch_replicator_small_max_request_size_target.erl |   2 +-
 test/javascript/run                                |   6 +-
 test/javascript/tests/view_sandboxing.js           |  39 +++----
 14 files changed, 184 insertions(+), 220 deletions(-)
 delete mode 100755 build-aux/logfile-uploader.py
 create mode 100644 src/couch/test/couch_lru_tests.erl

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].