Closed zblanco closed 2 years ago
Hi @zblanco, thanks for opening the ticket. I will investigate how we can best resolve this. But from what I understand what happens is that Massa expects a valid Node name when starting and this doesn't happen in our tests currently. How I run the tests is to run the tests as follows (obviously I know this is not the best way, just a workaround):
iex --name massa-001@127.0.0.1 -S mix test
@zblanco I made a definite fix, could try. Feel free to reopen this issue or open a new one if necessary.
Running
mix test
with a fresh pull of massa on OTP 24 and OTP 23 produces an error like the following:OTP 24
ASDF .tool-versions
Error
OTP 23
ASDF .tool-versions
Error
May relate to https://github.com/erlang/otp/issues/5402 which seems to have a fix in main pending release: https://github.com/erlang/otp/pull/5670