You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ch...@apache.org on 2015/06/02 21:36:01 UTC

[30/50] couch commit: updated refs/heads/2080-port-cors-to-chttpd to 529339b

Merge remote-tracking branch 'iilyak/2547-fix-broken-tests'

This closes #35

COUCHDB-2547


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/7776921c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/7776921c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/7776921c

Branch: refs/heads/2080-port-cors-to-chttpd
Commit: 7776921c651f091259adbf0addb0779fed381dcc
Parents: b6d8665 17fa585
Author: Alexander Shorin <kx...@apache.org>
Authored: Sat Apr 4 18:06:50 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Sat Apr 4 18:06:50 2015 +0300

----------------------------------------------------------------------
 include/couch_eunit.hrl                  |   6 +
 priv/stats_descriptions.cfg              |   4 +
 src/couch.app.src                        |   1 +
 src/couch_auth_cache.erl                 |  18 +-
 src/couch_compaction_daemon.erl          |  23 +-
 src/couch_db.erl                         |  19 +-
 src/couch_doc.erl                        |  21 +-
 src/couch_proc_manager.erl               |  12 +-
 src/couch_sup.erl                        |   2 +-
 src/test_util.erl                        | 244 ++++++++++++++++------
 test/couch_auth_cache_tests.erl          |  33 ++-
 test/couch_btree_tests.erl               |  94 +++++----
 test/couch_changes_tests.erl             |  41 ++--
 test/couch_db_tests.erl                  |   4 +-
 test/couch_doc_json_tests.erl            | 108 +++++-----
 test/couch_file_tests.erl                |  81 ++++----
 test/couch_key_tree_tests.erl            | 166 ++++++++-------
 test/couch_stats_tests.erl               |  28 +--
 test/couch_stream_tests.erl              |  32 +--
 test/couch_task_status_tests.erl         |  32 ++-
 test/couch_util_tests.erl                |   8 +-
 test/couch_uuids_tests.erl               |  22 +-
 test/couch_work_queue_tests.erl          |  73 ++++---
 test/couchdb_attachments_tests.erl       |  42 ++--
 test/couchdb_compaction_daemon.erl       | 121 +++++++----
 test/couchdb_cors_tests.erl              |   4 +-
 test/couchdb_file_compression_tests.erl  |  74 ++++---
 test/couchdb_http_proxy_tests.erl        |  35 ++--
 test/couchdb_modules_load_tests.erl      |  62 ------
 test/couchdb_os_daemons_tests.erl        |  33 +--
 test/couchdb_os_proc_pool.erl            |  33 +--
 test/couchdb_update_conflicts_tests.erl  |  13 +-
 test/couchdb_vhosts_tests.erl            |  43 ++--
 test/couchdb_views_tests.erl             | 288 ++++++++++++++------------
 test/fixtures/os_daemon_configer.escript |  13 +-
 35 files changed, 1012 insertions(+), 821 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/7776921c/test/couch_util_tests.erl
----------------------------------------------------------------------