Nick Vatamaniuc created COUCHDB-2830:
----------------------------------------
Summary: os daemons eunit test setup crashes
Key: COUCHDB-2830
URL: https://issues.apache.org/jira/browse/COUCHDB-2830
Project: CouchDB
Issue Type: Bug
Security Level: public (Regular issues)
Components: Database Core
Reporter: Nick Vatamaniuc
This is the exception I see from the setup code:
{code}
undefined
*** context setup failed ***
**in function gen_server:call/2 (gen_server.erl, line 182)
in call from couchdb_os_daemons_tests:setup/1
(test/couchdb_os_daemons_tests.erl, line 43)
**exit:{{{badmatch,undefined},
[{couch_log,notice,2,[{file,"src/couch_log.erl"},{line,44}]},
{config,handle_call,3,[{file,"src/config.erl"},{line,211}]},
{gen_server,try_handle_call,4,[{file,"gen_server.erl"},{line,607}]},
{gen_server,handle_msg,5,[{file,"gen_server.erl"},{line,639}]},
{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,237}]}]},
{gen_server,call,
[config,
{set,"os_daemons","os_daemon_looper.escript",
"/Users/<username>/asf/couchdb/src/couch/test/fixtures/os_daemon_looper.escript",
false,nil}]}}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)