This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Loading…
Labels












Seems to be caused by the "etap_server ! {self(), state}" line that was added to end_tests/0. It appears that, in this test, etap_server isn't registered at the time of that call, and so the failure. The problem seems to go away if I wrap that sequence with a call to whereis(etap_server) to check whether we can send the message (and to perform the subsequent receive, etc).
As a data point, I hit the same issue on a 32-bit Windows box, running R13B02.
Scanning through the code a bit, it appears that etap_server just doesn't get started at all given the etap:plan(skip) call in etap_t_011.erl, but etap:end_tests() now relies on etap_server to be registered.