GitHub user nickva opened a pull request:
https://github.com/apache/couchdb-couch/pull/108
Fix couchdb_os_daemons tests dependency.
couchdb_os_daemons_tests.erl was failing in
setup if run on its own:
```
... apps=couch tests=os_daemons_test_
```
with an exception:
```
**exit:{{{badmatch,undefined},
[{couch_log,notice,2,[{file,"src/couch_log.erl"},{line,44}]},
{config,handle_call,3,[{file,"src/config.erl"},{line,211}]},
```
because it depends on couch_log. So add couch_log as a dependency
in setup.
After fix it should run 5 tests:
```
[done in 5.626 s]
=======================================================
Failed: 0. Skipped: 0. Passed: 5.
```
COUCHDB-2830
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nickva/couchdb-couch 2830-os-daemons-test-deps
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-couch/pull/108.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #108
----
commit 2ee5e28d0208188a9f99b513793b31a0e28f8139
Author: Nick Vatamaniuc <[email protected]>
Date: 2015-09-30T00:06:09Z
Fix couchdb_os_daemons tests dependency.
couchdb_os_daemons_tests.erl was failing in
setup if run on its own:
```
... apps=couch tests=os_daemons_test_
```
with an exception:
```
**exit:{{{badmatch,undefined},
[{couch_log,notice,2,[{file,"src/couch_log.erl"},{line,44}]},
{config,handle_call,3,[{file,"src/config.erl"},{line,211}]},
```
because it depends on couch_log. So add couch_log as a dependency
in setup.
COUCHDB-2830
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---