You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/02/10 23:31:18 UTC

[jira] [Commented] (COUCHDB-2872) Don't start unnecessary applications from test_util:start_couch/2

    [ https://issues.apache.org/jira/browse/COUCHDB-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15141837#comment-15141837 ] 

ASF subversion and git services commented on COUCHDB-2872:
----------------------------------------------------------

Commit 010704ad9ddfd8bbd28c91e6c87484ef25afa296 in couchdb-couch's branch refs/heads/2938-use-ddoc-cache-in-filtered-changes from [~jaydoane]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-couch.git;h=010704a ]

Remove lager and goldrush from default list of apps started by test_util:start_couch/2

Also, create a common list of default apps that is started and stopped consistently

COUCHDB-2872


> Don't start unnecessary applications from test_util:start_couch/2
> -----------------------------------------------------------------
>
>                 Key: COUCHDB-2872
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2872
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Test Suite
>            Reporter: Jay Doane
>            Assignee: Jay Doane
>             Fix For: 2.0.0
>
>
> Currently, both lager and goldrush are being started by default, but the tests will run without explicitly starting them. Removing them also makes it possible to use this code downstream, where lager is not necessarily a dependency.
> https://github.com/apache/couchdb-couch/blob/master/src/test_util.erl#L73
> Finally, the same applications which are started by default should also be stopped by default. Currently, those are different lists of applications.
> https://github.com/apache/couchdb-couch/blob/master/src/test_util.erl#L79



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)