We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Information Version of Akkatecture? current dev branch Which Akkatecture Modules? https://github.com/AfterLutz/Akkatecture/tree/dev/test/Akkatecture.Tests.MultiNode
dev
Describe the bug Current implementation is using a hacky version of the old MNTR, whereas we ship native dotnet test support now: https://github.com/akkadotnet/Akka.MultiNodeTestRunner
dotnet test
Expected behavior Should be able to run dotnet test on the entire solution, per what I did here: #12
Actual behavior dotnet test barfs and dies because it depends on a custom entry point being executed.
Environment Github Actions windows-latest and ubuntu-latest
windows-latest
ubuntu-latest
The text was updated successfully, but these errors were encountered:
disabling multi-node tests
c041b62
Can't run in any form right now. Per #13
disabling multi-node tests (#19)
0ea4752
No branches or pull requests
Version Information
Version of Akkatecture? current
dev
branchWhich Akkatecture Modules? https://github.com/AfterLutz/Akkatecture/tree/dev/test/Akkatecture.Tests.MultiNode
Describe the bug
Current implementation is using a hacky version of the old MNTR, whereas we ship native
dotnet test
support now: https://github.com/akkadotnet/Akka.MultiNodeTestRunnerExpected behavior
Should be able to run
dotnet test
on the entire solution, per what I did here: #12Actual behavior
dotnet test
barfs and dies because it depends on a custom entry point being executed.Environment
Github Actions
windows-latest
andubuntu-latest
The text was updated successfully, but these errors were encountered: