This is a separate issue related to the test 'it should confirm expected environment variables'
I was trying hard to pass this test and failing, and finally investigated the test code. I see this line: https://github.com/apache/incubator-openwhisk/blob/cfd50eee4194142e95bad6dfd8bf96ff08187050/tests/src/test/scala/actionContainers/BasicActionRunnerTests.scala#L276 val (out, err) = withActionContainer(env.take(1).toMap) is it me, or that "take(1)" will limit the env to only one environment variable? Indeed, removing that take(1) I pass the test. Please let me know because that bug is preventing me to submit the PR and release a heavily tested and robust "golang" runtime -- Michele Sciabarra [email protected]
