dubee commented on a change in pull request #3799: Display proper error when
sequence invocation fails due to missing component
URL:
https://github.com/apache/incubator-openwhisk/pull/3799#discussion_r206239795
##########
File path:
tests/src/test/scala/whisk/core/controller/test/SequenceApiTests.scala
##########
@@ -53,6 +49,22 @@ class SequenceApiTests extends ControllerTestCommon with
WhiskActionsApi {
val allowedActionDuration = 120 seconds
+ it should "produce proper error when sequence component is missing during
sequence invocation" in {
+ implicit val tid = transid()
+ val seqName = s"${aname()}_seq"
+ val compName = s"${aname()}_comp"
Review comment:
Fancy, fancy. :)
----------------------------------------------------------------
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