csantanapr commented on a change in pull request #41: remove use of state in
nodejs app
URL:
https://github.com/apache/incubator-openwhisk-runtime-nodejs/pull/41#discussion_r196913905
##########
File path:
tests/src/test/scala/runtime/actionContainers/NodeJsActionContainerTests.scala
##########
@@ -547,4 +547,42 @@ abstract class NodeJsActionContainerTests extends
BasicActionRunnerTests with Ws
e shouldBe empty
})
}
+
+ it should "allow running activations concurrently" in {
+ val (out, err) = withNodeJsContainer { c =>
+ //this action will create a log entry, and only complete once all 3
activations have arrived and emitted logs
Review comment:
Why you mentioned 3 activations? I only see 2 below
----------------------------------------------------------------
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