17
17
18
18
package org .apache .openwhisk .core .scheduler .container .test
19
19
20
- import java .util .concurrent .TimeUnit
21
20
import akka .actor .{ActorRef , ActorRefFactory , ActorSystem , Props }
22
21
import akka .testkit .{ImplicitSender , TestActorRef , TestKit , TestProbe }
23
22
import com .ibm .etcd .client .{EtcdClient => Client }
24
23
import common .StreamLogging
25
24
import org .apache .openwhisk .common .TransactionId
25
+ import org .apache .openwhisk .core .WhiskConfig
26
26
import org .apache .openwhisk .core .connector ._
27
27
import org .apache .openwhisk .core .entity .ExecManifest .{ImageName , RuntimeManifest }
28
28
import org .apache .openwhisk .core .entity ._
@@ -32,14 +32,13 @@ import org.apache.openwhisk.core.scheduler.container._
32
32
import org .apache .openwhisk .core .scheduler .message ._
33
33
import org .apache .openwhisk .core .scheduler .queue .{MemoryQueueKey , MemoryQueueValue , QueuePool }
34
34
import org .apache .openwhisk .core .service .{RegisterData , UnregisterData }
35
- import org .apache .openwhisk .core .{ConfigKeys , WhiskConfig }
36
35
import org .junit .runner .RunWith
37
36
import org .scalamock .scalatest .MockFactory
38
37
import org .scalatest .concurrent .ScalaFutures
39
38
import org .scalatest .junit .JUnitRunner
40
39
import org .scalatest .{BeforeAndAfterAll , BeforeAndAfterEach , FlatSpecLike , Matchers }
41
- import pureconfig .loadConfigOrThrow
42
40
41
+ import java .util .concurrent .TimeUnit
43
42
import scala .concurrent .duration .{DurationInt , FiniteDuration }
44
43
import scala .concurrent .{ExecutionContextExecutor , Future }
45
44
0 commit comments