[
https://issues.apache.org/jira/browse/COUCHDB-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14936914#comment-14936914
]
ASF GitHub Bot commented on COUCHDB-2831:
-----------------------------------------
GitHub user nickva opened a pull request:
https://github.com/apache/couchdb-couch/pull/109
Fix OS Daemons test dependency.
In isolation was failing in configuration_reader_test_
Because fixtures/os_daemon_configer.escript was
requesting uuids.algorithm from config application,
which was not set up.
COUCHDB-2831
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nickva/couchdb-couch
2831-os-daemons-config-test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-couch/pull/109.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 #109
----
commit 2d6de972d949ca1efb4396ed475e7300675e90f5
Author: Nick Vatamaniuc <[email protected]>
Date: 2015-09-30T14:37:20Z
Fix OS Daemons test dependency.
In isolation was failing in configuration_reader_test_
Because fixtures/os_daemon_configer.escript was
requesting uuids.algorithm from config application,
which was not set up.
COUCHDB-2831
----
> OS Daemons configuration test is failing when run in isolation
> --------------------------------------------------------------
>
> Key: COUCHDB-2831
> URL: https://issues.apache.org/jira/browse/COUCHDB-2831
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Reporter: Nick Vatamaniuc
>
> It seems to work when run as part of the whole test suite. When run on its
> won it fails.
> ... apps=couch tests=configuration_reader_test_,
> {code}
> [error] Ignoring OS daemon request: {error,{1,invalid_json}}
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)