ningyougang commented on PR #517: URL: https://github.com/apache/openwhisk-cli/pull/517#issuecomment-1221219583
due to this pr: `Support array result`: https://github.com/apache/openwhisk/pull/5290 merged And when build this pr, it would execute below pull/5290's test case, and failed ``` system.basic.WskCliActionTests > Whisk actions should invoke an action with a array result STANDARD_ERROR spray.json.DeserializationException: Failed to deserialize the activation result. at spray.json.package$.deserializationError(package.scala:23) at common.ActivationResult$$anon$2.$anonfun$read$11(WskTestHelpers.scala:151) at scala.util.Failure.getOrElse(Try.scala:222) ``` So The reason is the ActivationMessage's content filed has changed  So it would be better * Cherry pick https://github.com/apache/openwhisk-cli/pull/516 commit to this pr * Release openwhisk core docker nightly image(e.g. openwhisk/invoker:nightly) with latest master to make above test case passed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
