GitHub user nickva opened a pull request:
https://github.com/apache/couchdb-couch/pull/110
Fix task status unit test dependency
It depends on couch_log to be running. Otherwise it
throw this error:
```
unexpected termination of test process*
::{{badmatch,undefined},
[{couch_log,debug,2,[{file,"src/couch_log.erl"},{line,32}]},
{couch_task_status,handle_cast,2,
[{file,"src/couch_task_status.erl"},{line,137}]},
```
And only 6 out of 11 tests are run.
COUCHDB-2832
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nickva/couchdb-couch couch-task-test-setup-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-couch/pull/110.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 #110
----
commit f1bb186eb2cd1e1a4930fbe1feb2e060b1172e4e
Author: Nick Vatamaniuc <[email protected]>
Date: 2015-09-30T17:16:39Z
Fix task status unit test dependency
It depends on couch_log to be running. Otherwise it
throw this error:
```
unexpected termination of test process*
::{{badmatch,undefined},
[{couch_log,debug,2,[{file,"src/couch_log.erl"},{line,32}]},
{couch_task_status,handle_cast,2,
[{file,"src/couch_task_status.erl"},{line,137}]},
```
And only 6 out of 11 tests are run.
COUCHDB-2832
----
---
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.
---