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:40:35 UTC

[couchdb] branch 3406/improve-tests updated (e5d3db1 -> a924dfe)

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  e5d3db1   better test as per @nickva
     omits  701fdaf   Revert "chore: more robust test"
     omits  aa1ae61   chore: more robust test
      adds  153f40f   Re-enable js eval view sandbox test
      adds  d583a46   Add auto log uploader for CI workflow
      adds  51a630b   chore: add debugging for failing test case, see COUCHDB-3415
      adds  a2de7a0   chore: add debugging for failing test case, see COUCHDB-3413
      adds  32b5402   chore: double test timeout see COUCHDB-3408
      adds  e8b2c74   chore: increase timeout for pausing writer COUCHDB-3384
      adds  1fa3f58   Fix link to SpiderMonkey in INSTALL.md
      adds  fb6faec   Revert couch_lru to use gb_trees
      adds  27f5067   Filter out non replicator tasks in test case
      adds  6a54abe   Merge pull request #532 from cloudant/filter_out_non_replicator_tasks
      adds  4683f51   Whait db close a little bit before failing test
      adds  cc12e8c   Merge pull request #533 from cloudant/wait_db_close_in_test
      adds  ea8f61c   chore: increase timeout for compaction daemon tests COUCHDB-3344
      adds  a924dfe   increase timeout for compaction daemon tests COUCHDB-3344

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   (e5d3db1)
            \
             N -- N -- N   refs/heads/3406/improve-tests (a924dfe)

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 "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:
 .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 --------------------
 src/couch/test/couchdb_compaction_daemon_tests.erl |   2 +-
 .../test/couch_index_compaction_tests.erl          |  12 ++-
 .../test/couch_replicator_compact_tests.erl        |  22 ++--
 ...ch_replicator_small_max_request_size_target.erl |   2 +-
 test/javascript/run                                |   6 +-
 test/javascript/tests/view_sandboxing.js           |  39 ++++---
 14 files changed, 218 insertions(+), 192 deletions(-)
 create mode 100755 build-aux/logfile-uploader.py
 delete 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>'].