From 7e0de7001c6b86168cef1607bce198b9c5c81caa Mon Sep 17 00:00:00 2001 From: Diego Date: Sat, 13 Dec 2014 17:14:41 -0300 Subject: + core: introduce an alternative way for tracing the Akka.ask timeouts --- .../kamon/instrumentation/akka/AskPatternInstrumentationSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kamon-core/src/test/scala/kamon/instrumentation/akka/AskPatternInstrumentationSpec.scala') diff --git a/kamon-core/src/test/scala/kamon/instrumentation/akka/AskPatternInstrumentationSpec.scala b/kamon-core/src/test/scala/kamon/instrumentation/akka/AskPatternInstrumentationSpec.scala index 17312ba3..e712e3ea 100644 --- a/kamon-core/src/test/scala/kamon/instrumentation/akka/AskPatternInstrumentationSpec.scala +++ b/kamon-core/src/test/scala/kamon/instrumentation/akka/AskPatternInstrumentationSpec.scala @@ -41,7 +41,7 @@ class AskPatternInstrumentationSpec extends TestKitBase with WordSpecLike with M "log a warning with a stack trace and TraceContext taken from the moment the ask was triggered" in { implicit val ec = system.dispatcher implicit val timeout = Timeout(10 milliseconds) - val noReply = system.actorOf(Props[NoReply]) + val noReply = system.actorOf(Props[NoReply], "NoReply") system.eventStream.subscribe(testActor, classOf[Warning]) val testTraceContext = TraceRecorder.withNewTraceContext("ask-timeout-warning") { -- cgit v1.2.3