Tried running the multinode tests on the repo and im getting this, I am quite sure of the dll path there (I am on mac)
with the command in term
dotnet run --project Akka.MultiNodeTestRunner.csproj -f netcoreapp1.1 "/Users/lutando/Workspace/Akka/akka.net/src/core/Akka.Cluster.Tests.MultiNode/bin/Debug/netcoreapp1.1/Akka.Cluster.Tests.MultiNode.dll" -Dmultinode.enable-filesink=on
I am getting
[INFO][08/19/2018 12:42:13][Thread 0010][akka://TestRunnerLogging/deadLetters] Message Bound from akka://TestRunnerLogging/system/IO-TCP/$a to akka://TestRunnerLogging/deadLetters was not delivered. 1 dead letters encountered.
Starting test A_leader_that_is_leaving_must_be_moved_to_leaving_then_exiting_then_removed_then_be_shut_down_and_then_a_new_leader_should_be_elected
[RUNNER][08/19/2018 12:42:13][INFO][Akka.MultiNodeTestRunner]: Starting test A_leader_that_is_leaving_must_be_moved_to_leaving_then_exiting_then_removed_then_be_shut_down_and_then_a_new_leader_should_be_elected
[RUNNER][08/19/2018]: Beginning spec Akka.Cluster.Tests.MultiNode.LeaderLeavingSpecConfig+LeaderLeavingSpec.A_leader_that_is_leaving_must_be_moved_to_leaving_then_exiting_then_removed_then_be_shut_down_and_then_a_new_leader_should_be_elected on 3 nodes
Unhandled Exception: System.ComponentModel.Win32Exception: No such file or directory
at Interop.Sys.ForkAndExecProcess(String filename, String[] argv, String[] envp, String cwd, Boolean redirectStdin, Boolean redirectStdout, Boolean redirectStderr, Int32& lpChildPid, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd)
at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at Akka.MultiNodeTestRunner.Program.Main(String[] args) in /Users/lutando/Workspace/Akka/akka.net/src/core/Akka.MultiNodeTestRunner/Program.cs:line 311