serialize-creators=off in tests, #23003
This commit is contained in:
parent
110dcdc916
commit
edef9e34c7
15 changed files with 2 additions and 45 deletions
|
|
@ -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
|
||||
}
|
||||
"""))
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
"""))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
akka.actor {
|
||||
serialize-messages = on
|
||||
serialize-creators = on
|
||||
warn-about-java-serializer-usage = off
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue