Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
https://github.com/apache/couchdb-config/blob/master/test/config_tests.erl#L40
explicitly starts the lager application for setup in each config_test, which fails in builds such as Cloudant PaaS (which doesn't depend on lager).
Reference to lager can safely be removed, and the tests continue to pass when run under CouchDB eunit suite. Patch forthcoming.