Fix StackOverflowError in multi-jvm tests, #30885 (#30886)

This commit is contained in:
Patrik Nordwall 2021-11-15 13:47:08 +01:00 committed by GitHub
parent 19ee7ca9ab
commit 37873074a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
70 changed files with 91 additions and 211 deletions

View file

@ -9,7 +9,6 @@ import akka.actor.Deploy
import akka.actor.Props
import akka.cluster.MemberStatus._
import akka.remote.testkit.MultiNodeConfig
import akka.remote.testkit.MultiNodeSpec
import akka.testkit._
object NodeLeavingAndExitingMultiJvmSpec extends MultiNodeConfig {
@ -24,9 +23,7 @@ class NodeLeavingAndExitingMultiJvmNode1 extends NodeLeavingAndExitingSpec
class NodeLeavingAndExitingMultiJvmNode2 extends NodeLeavingAndExitingSpec
class NodeLeavingAndExitingMultiJvmNode3 extends NodeLeavingAndExitingSpec
abstract class NodeLeavingAndExitingSpec
extends MultiNodeSpec(NodeLeavingAndExitingMultiJvmSpec)
with MultiNodeClusterSpec {
abstract class NodeLeavingAndExitingSpec extends MultiNodeClusterSpec(NodeLeavingAndExitingMultiJvmSpec) {
import ClusterEvent._
import NodeLeavingAndExitingMultiJvmSpec._