=clu #3973 Make JoinSeedNodeProcess actor name unique

* These names are not used, but for debuggability I prefer real names

(cherry picked from commit 1f2be54eebe5feb2f82c2659c8262f1db8343125)
This commit is contained in:
Patrik Nordwall 2014-04-03 09:53:20 +02:00
parent 167fd4e738
commit cc7bcf7978
2 changed files with 14 additions and 5 deletions

View file

@ -47,6 +47,10 @@ abstract class JoinSeedNodeSpec
runOn(seed1, seed2, seed3) {
cluster.joinSeedNodes(seedNodes)
runOn(seed3) {
// it is allowed to call this several times (verifies ticket #3973)
cluster.joinSeedNodes(seedNodes)
}
awaitMembersUp(3)
}
enterBarrier("after-1")