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:
[email protected]


With regards,
Apache Git Services

Reply via email to