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/02/28 13:48:36 UTC

[GitHub] rabbah commented on a change in pull request #20: [WIP] Java Improvements

rabbah commented on a change in pull request #20: [WIP] Java Improvements
URL: https://github.com/apache/incubator-openwhisk-runtime-java/pull/20#discussion_r171249003
 
 

 ##########
 File path: tests/src/test/scala/actionContainers/JavaActionContainerTests.scala
 ##########
 @@ -87,7 +87,7 @@ class JavaActionContainerTests extends FlatSpec with Matchers with WskActorSyste
         },
         env.take(1).toMap)
 
-    out.trim shouldBe empty
+    out.trim should fullyMatch regex """^exec -a 'javaAction-all.jar'(.*) -jar /deployments/javaAction-all.jar$"""
 
 Review comment:
   Here and below: why log these?

----------------------------------------------------------------
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