Disable serialization warnings in akka test suites #21882

This commit is contained in:
Johan Andrén 2016-11-23 12:02:36 +01:00 committed by GitHub
parent 173a3aa4e5
commit 2679be5ae4
26 changed files with 32 additions and 22 deletions

View file

@ -12,9 +12,10 @@ import org.scalatest.{ Outcome, Suite }
object RemotingMultiNodeSpec {
def arteryFlightRecordingConf =
def commonConfig =
ConfigFactory.parseString(
s"""
akka.actor.warn-about-java-serializer-usage = off
akka.remote.artery.advanced.flight-recorder {
enabled=on
destination=target/flight-recorder-${UUID.randomUUID().toString}.afr