akka/akka-core

Extract and make public useful parts of MultiNodeClusterSpec

Open

#25,730 opened on Oct 3, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Scala (3,547 forks)batch import
1 - triagedhelp wantedt:testing

Repository metrics

Stars
 (13,277 stars)
PR merge metrics
 (Avg merge 8d 19h) (10 merged PRs in 30d)

Description

For using the multi-jvm testkit there are common tasks we have that would be useful for users and our other projects:

  • Forming a lcuster
  • Awaiting a member up/removed
  • Awaiting all reachable

Contributor guide