akkadotnet / akkadotnet/Akka.MultiNodeTestRunner
Implement test runner cancellation
Open
enhancement
- Dominant language
- C#
- Stars
- 6
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
`TestExecutor` has `Cancel` method used by `dotnet test` to perform cancellation. VS will use it to stop tests too.
It is no-op now, but should cancel all running nodes (I guess by killing processes) and stop MNTR.
Contributor guide
Assessment
This issue has not been assessed yet.