remove test config of old flight recorder (#28800)

This commit is contained in:
Patrik Nordwall 2020-03-25 13:32:19 +01:00 committed by GitHub
parent 04396d9c30
commit bf6576ce79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 15 deletions

View file

@ -4,8 +4,6 @@
package akka.remote
import java.util.UUID
import akka.remote.artery.ArterySpecSupport
import akka.remote.testkit.{ MultiNodeConfig, MultiNodeSpec, STMultiNodeSpec }
import akka.testkit.{ DefaultTimeout, ImplicitSender }
@ -17,10 +15,6 @@ object RemotingMultiNodeSpec {
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
}
""").withFallback(ArterySpecSupport.tlsConfig) // TLS only used if transport=tls-tcp
}