Run multi-node tests on fresh GKE clusters (#30570)
* Port multi-node-test from Jenkins * link to issues for gh-excluded tests * use kubectl in multi-jvm plugin
This commit is contained in:
parent
210912e916
commit
d75ad252b8
32 changed files with 1087 additions and 66 deletions
|
|
@ -56,7 +56,9 @@ abstract class RestartNode2SpecSpec
|
|||
@volatile var seedNode1Address: Address = _
|
||||
|
||||
// use a separate ActorSystem, to be able to simulate restart
|
||||
lazy val seed1System = ActorSystem(system.name, system.settings.config)
|
||||
lazy val seed1System = ActorSystem(system.name, MultiNodeSpec.configureNextPortIfFixed(system.settings.config))
|
||||
|
||||
override def verifySystemShutdown: Boolean = true
|
||||
|
||||
def seedNodes: immutable.IndexedSeq[Address] = Vector(seedNode1Address, seed2)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue