Mute expected log messages, see #2010
This commit is contained in:
parent
756f31c7b9
commit
8476b2195c
20 changed files with 119 additions and 49 deletions
|
|
@ -39,10 +39,11 @@ abstract class SingletonClusterSpec(multiNodeConfig: SingletonClusterMultiNodeCo
|
|||
|
||||
import multiNodeConfig._
|
||||
|
||||
muteMarkingAsUnreachable()
|
||||
|
||||
"A cluster of 2 nodes" must {
|
||||
|
||||
"become singleton cluster when started with 'auto-join=on' and 'seed-nodes=[]'" taggedAs LongRunningTest in {
|
||||
startClusterNode()
|
||||
awaitUpConvergence(1)
|
||||
clusterView.isSingletonCluster must be(true)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue