X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fmd-sal%2Fsal-akka-raft%2Fsrc%2Ftest%2Fresources%2Fapplication.conf;h=8a3b3e5f317c1a527215d843e180ec60734d72b8;hb=d36d8d28eaf7e4cc9ac0bd2972e11346819d4c3c;hp=8a45108f8b675b2442e2dd1ecb9195472095bda5;hpb=cd81eb73b7abf677571b2366425ccbc8d794f4b6;p=controller.git diff --git a/opendaylight/md-sal/sal-akka-raft/src/test/resources/application.conf b/opendaylight/md-sal/sal-akka-raft/src/test/resources/application.conf index 8a45108f8b..8a3b3e5f31 100644 --- a/opendaylight/md-sal/sal-akka-raft/src/test/resources/application.conf +++ b/opendaylight/md-sal/sal-akka-raft/src/test/resources/application.conf @@ -7,7 +7,7 @@ akka { actor { # enable to test serialization only. - serialize-messages = on + serialize-messages = off serializers { java = "akka.serialization.JavaSerializer" @@ -26,14 +26,14 @@ akka { mock-snapshot-store { # Class name of the plugin. - class = "org.opendaylight.controller.cluster.raft.utils.MockSnapshotStore" + class = "org.opendaylight.controller.cluster.raft.utils.InMemorySnapshotStore" # Dispatcher for the plugin actor. plugin-dispatcher = "akka.persistence.dispatchers.default-plugin-dispatcher" } mock-journal { # Class name of the plugin. - class = "org.opendaylight.controller.cluster.raft.utils.MockAkkaJournal" + class = "org.opendaylight.controller.cluster.raft.utils.InMemoryJournal" # Dispatcher for the plugin actor. plugin-dispatcher = "akka.persistence.dispatchers.default-plugin-dispatcher" }