uwiger / gproc

Extended process registry for Erlang
Apache License 2.0
1.07k stars 232 forks source link

eunit fails: gproc_dist_tests: dist_test_...*timed out* #44

Closed matwey closed 11 years ago

matwey commented 11 years ago

Hi, I am experiencing the following issue with 0.2.17, when rebar eunit.

One of tests fails as 'canceled'.

The full eunit output is provided by link: http://susepaste.org/21509142

lemenkov commented 11 years ago

I can confirm that. The 05cd9f8676cc1f2f64decf37c07434c0c4dc00fe seems to cause this.

uwiger commented 11 years ago

Sorry about the slow response. Can you please try the latest master?

I get a rebar net_kernel-related error at the end of the test run, but this seems related to a rebar_eunit bug: https://github.com/rebar/rebar/pull/48

matwey commented 11 years ago

Looks fine, now ./rebar eunit; echo $? gives me:

  All 81 tests passed.
ERROR: eunit failed while processing /home/matwey/temp/gproc: {'EXIT',net_kernel_stop_failed}
1

This is with the latest master rebar, but rebar/rebar#48 is marked as closed/merged. Seems incomplete fix.

lemenkov commented 11 years ago

I can confirm that 7cdba2293a7208b7a599aba6e66d97766646c03c fixed this issue.

uwiger commented 11 years ago

Great! Thanks.

ghost commented 11 years ago

rebar/rebar/pull/122 implements a fix for the {'EXIT',net_kernel_stop_failed} issue (based on a suggestion by @uwiger) and has been merged to rebar master.