remove test config of old flight recorder (#28800)
This commit is contained in:
parent
04396d9c30
commit
bf6576ce79
6 changed files with 0 additions and 15 deletions
|
|
@ -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
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue