-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
Add cross-platform spec test to MNTR #2919
Add cross-platform spec test to MNTR #2919
Conversation
…TestRunner.Shared
…TestRunner.Shared
…ur between Net452 and NetCore1.1
…estKit NetCore build.
…m Akka.MultiNodeTestRunner.Shared.Test
…y collision and key was never used anywhere.
- Change build script for Net Core MNTR, copy node runner net and net core binaries to mntr/runner
This reverts commit b8c948b.
Very simple cross platform spec test for multi node test runner. |
Note that cross platform test support is only available on Net Core build. |
20 second wait for Controller actor Terminate
…_spec # Conflicts: # src/contrib/cluster/Akka.Cluster.Sharding.Tests.MultiNode/ClusterShardingFailureSpec.cs # src/contrib/cluster/Akka.Cluster.Sharding.Tests.MultiNode/ClusterShardingGracefulShutdownSpec.cs # src/contrib/cluster/Akka.Cluster.Sharding.Tests.MultiNode/ClusterShardingLeavingSpec.cs # src/contrib/cluster/Akka.Cluster.Sharding.Tests.MultiNode/ClusterShardingSpec.cs
…odeRunner.Shared.Tests_#2828 # Conflicts: # src/contrib/cluster/Akka.Cluster.Sharding.Tests.MultiNode/ClusterShardingFailureSpec.cs # src/contrib/cluster/Akka.Cluster.Sharding.Tests.MultiNode/ClusterShardingGracefulShutdownSpec.cs # src/contrib/cluster/Akka.Cluster.Sharding.Tests.MultiNode/ClusterShardingLeavingSpec.cs # src/contrib/cluster/Akka.Cluster.Sharding.Tests.MultiNode/ClusterShardingSpec.cs
- Change Cluster.Sharding.Tests.Multinode to be compatible with the new MNTR - Remove Net Core build target on Cluster.Sharding.Tests.Multinode
…NTR_cross-platform_spec # Conflicts: # src/contrib/cluster/Akka.Cluster.Sharding.Tests.MultiNode/ClusterShardingFailureSpec.cs # src/contrib/cluster/Akka.Cluster.Sharding.Tests.MultiNode/ClusterShardingGracefulShutdownSpec.cs # src/contrib/cluster/Akka.Cluster.Sharding.Tests.MultiNode/ClusterShardingLeavingSpec.cs # src/contrib/cluster/Akka.Cluster.Sharding.Tests.MultiNode/ClusterShardingSpec.cs
# Conflicts: # src/core/Akka.MultiNodeTestRunner/Program.cs # src/core/Akka.NodeTestRunner/Program.cs
@Arkatufus just so I understand correctly, all this PR provides right now are some switches for enabling X-plat multi-node tests. Not any actual x-plat multi-node tests themselves, correct? |
Derp, nevermind:
|
No description provided.