[erlang-questions] err in eunit - inet_gethost_native_sup terminating
Roman Shestakov
romanshestakov@REDACTED
Tue Nov 29 23:39:41 CET 2011
hello,
wandering is anybody saw this problem
I have a eunit test suit, which throws the following error at completion:
=ERROR REPORT==== 29-Nov-2011::22:32:27 ===
** Generic server inet_gethost_native_sup terminating
** Last message in was {'EXIT',<0.218.0>,killed}
** When Server state == {state,inet_gethost_native,undefined,<0.218.0>,
{local,inet_gethost_native_sup}}
** Reason for termination ==
** killed
all the tests pass but at the end I am getting this error. looks like it is somehow related to rpc:call function (few tests are using rpc), probably it needs to start inets and it doens't close it cleanly when eunit node is terminated?
to replicate:
pull repo from:
https://github.com/RomanShestakov/resource_discovery-1
run test:
make test
the project requires rebar
Regards, Roman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20111129/c9d76eef/attachment.htm>
More information about the erlang-questions
mailing list