Fixed broken tests: NewLeaderChangeListenerMultiJvmSpec and ReplicationTransactionLogWriteThroughNoSnapshotMultiJvmSpec.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
This commit is contained in:
parent
67e0c59982
commit
ea95588a50
4 changed files with 14 additions and 15 deletions
|
|
@ -531,6 +531,8 @@ class DefaultClusterNode private[akka] (
|
|||
}
|
||||
|
||||
private[cluster] def publish(change: ChangeNotification) {
|
||||
println("=============================================================== PUBLISH")
|
||||
println("=======>>> change: " + change)
|
||||
changeListeners.iterator.foreach(_.notify(change, this))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue