You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The eunit generators tear the fixture down and restart it back to
back. stop/0 fired exit(kill) without waiting, so the next start/0
could race the dying process for the registered name and crash
init/1 on register/2, surfacing as an opaque setup timeout on CI.
stop/0 now blocks on the DOWN signal, and init/1 reports its crash
reason to the caller instead of timing out silently.
0 commit comments