Removing ChannelLocalSystem (binary incompat change) as well as increasing timeout for ConcurrentSocketActorSpec
This commit is contained in:
parent
5a9483047c
commit
7cb67ce0ee
2 changed files with 4 additions and 5 deletions
|
|
@ -129,10 +129,6 @@ class RemoteServerAuthenticationHandler(secureCookie: Option[String]) extends Si
|
|||
}
|
||||
}
|
||||
|
||||
object ChannelLocalSystem extends ChannelLocal[ActorSystemImpl] {
|
||||
override def initialValue(ch: Channel): ActorSystemImpl = null
|
||||
}
|
||||
|
||||
@ChannelHandler.Sharable
|
||||
class RemoteServerHandler(
|
||||
val openChannels: ChannelGroup,
|
||||
|
|
|
|||
|
|
@ -7,8 +7,11 @@ import org.scalatest.matchers.MustMatchers
|
|||
import akka.testkit.{ TestProbe, DefaultTimeout, AkkaSpec }
|
||||
import akka.util.duration._
|
||||
import akka.actor.{ Cancellable, Actor, Props, ActorRef }
|
||||
import akka.util.Timeout
|
||||
|
||||
class ConcurrentSocketActorSpec extends AkkaSpec with DefaultTimeout {
|
||||
class ConcurrentSocketActorSpec extends AkkaSpec {
|
||||
|
||||
implicit val timeout: Timeout = Timeout(15 seconds)
|
||||
|
||||
def checkZeroMQInstallation =
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue