elixir-node icon indicating copy to clipboard operation
elixir-node copied to clipboard

Multinode TestFramework timeout handling

Open cytadela8 opened this issue 6 years ago • 0 comments

When a call to TestFramework timeouts, tests never terminate created nodes TestFramework.delete_all_nodes(). This causes leftover processes and leftover node files.

I think this issue is of low importance.

Workaround: call make killall to kill all elixir processes. rm -r apps/aecore/priv/test* to remove leftover files.

cytadela8 avatar Nov 23 '18 19:11 cytadela8