tysonnorris commented on a change in pull request #3211: implement
ContainerFactory.cpuShare to fix #3110
URL:
https://github.com/apache/incubator-openwhisk/pull/3211#discussion_r177624400
##########
File path:
tests/src/test/scala/whisk/core/containerpool/test/ContainerArgsConfigTest.scala
##########
@@ -52,7 +52,7 @@ class ContainerArgsConfigTest extends FlatSpec with Matchers
{
config.dnsServers shouldBe Seq[String]("google.com", "1.2.3.4")
//check map parsing of extra-args config
config.extraArgs.get("label") shouldBe Some(Set("l1", "l2", "l3"))
- config.extraArgs.get("environment") shouldBe Some(Set("e1", "e2"))
+ config.extraArgs.get("env") shouldBe Some(Set("e1", "e2"))
Review comment:
I think this is addressed now
----------------------------------------------------------------
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