markusthoemmes commented on a change in pull request #2795: enable concurrent
activation processing
URL:
https://github.com/apache/incubator-openwhisk/pull/2795#discussion_r193304580
##########
File path:
tests/src/test/scala/whisk/core/containerpool/test/ContainerProxyTests.scala
##########
@@ -38,9 +37,10 @@ import whisk.core.entity.ExecManifest.{ImageName,
RuntimeManifest}
import whisk.core.entity._
import whisk.core.entity.size._
import whisk.http.Messages
-
import scala.concurrent.duration._
import scala.concurrent.{ExecutionContext, Future, Promise}
+import scala.util.Try
+//import scala.util.Try
Review comment:
Please remove the commented line.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services