You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/12/20 19:24:01 UTC

[GitHub] ddragosd commented on a change in pull request #38: Added a new AI Action kind

ddragosd commented on a change in pull request #38: Added a new AI Action kind 
URL: https://github.com/apache/incubator-openwhisk-runtime-python/pull/38#discussion_r243389718
 
 

 ##########
 File path: tests/src/test/scala/runtime/actionContainers/PythonActionContainerTests.scala
 ##########
 @@ -245,11 +245,12 @@ class PythonActionContainerTests extends BasicActionRunnerTests with WskActorSys
       initCode should be(200)
       val args = JsObject("msg" -> JsString("any"))
       val (runCode, runRes) = c.run(runPayload(args))
-      runCode should be(502)
+      if (imageName == "python3aiaction") { runCode should be(200) } //review once the ai image has python>=3.6
+      else { runCode should be(502) }
 
 Review comment:
   ❤️ the suggestion. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services