Disable serialization warnings in akka test suites #21882
This commit is contained in:
parent
173a3aa4e5
commit
2679be5ae4
26 changed files with 32 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue