-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0
-
Component/s: Test Suite
-
Labels:None
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