serialize-creators=off in tests, #23003

This commit is contained in:
Patrik Nordwall 2017-05-22 20:11:03 +02:00
parent 110dcdc916
commit edef9e34c7
15 changed files with 2 additions and 45 deletions

View file

@ -26,7 +26,6 @@ object ReplicatorMapDeltaSpec extends MultiNodeConfig {
akka.log-dead-letters-during-shutdown = off
akka.actor {
serialize-messages = off
serialize-creators = off
allow-java-serialization = off
}
"""))

View file

@ -24,7 +24,6 @@ object ReplicatorORSetDeltaSpec extends MultiNodeConfig {
akka.log-dead-letters-during-shutdown = off
akka.actor {
serialize-messages = off
serialize-creators = off
allow-java-serialization = off
}
"""))

View file

@ -1,6 +1,5 @@
akka.actor {
serialize-messages = on
serialize-creators = on
warn-about-java-serializer-usage = off
}

View file

@ -27,7 +27,6 @@ class ReplicatedDataSerializerSpec extends TestKit(ActorSystem(
akka.remote.artery.canonical.port = 0
akka.actor {
serialize-messages = off
serialize-creators = off
allow-java-serialization = off
}
"""))) with WordSpecLike with Matchers with BeforeAndAfterAll {

View file

@ -37,7 +37,6 @@ class ReplicatorMessageSerializerSpec extends TestKit(ActorSystem(
akka.remote.artery.canonical.port = 0
akka.actor {
serialize-messages = off
serialize-creators = off
allow-java-serialization = off
}
"""))) with WordSpecLike with Matchers with BeforeAndAfterAll {