You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/08 11:01:03 UTC

[GitHub] guirish opened a new issue #2722: Actions API should reject create with exec which is too big Test case fails on s390x

guirish opened a new issue #2722: Actions API should reject create with exec which is too big Test case fails on s390x
URL: https://github.com/apache/incubator-openwhisk/issues/2722
 
 
   I have completed build and ansible native deployment of openwhisk on s390x(Distro: Ubuntu 16.10) and now I am running the test suite. I have build Openwhisk using Openjdk 1.8.0_131.
   
   I am observing below test case failure for one of the test(whisk.core.controller.test.ActionsApiTests) case:
   ` $./gradlew :test:test --tests "whisk.core.controller.test.ActionsApiTests"`
   
   _whisk.core.controller.test.ActionsApiTests > Actions API should reject create with exec which is too big FAILED
       java.lang.OutOfMemoryError: Java heap space
           at java.util.Arrays.copyOf(Arrays.java:3332_
    
   Considering Java Heap space issue I have updated necessary flags;
   export JAVA_HOME=(path to java)
   export PATH=$JAVA_HOME/bin:$PATH 
   **export JVM_ARGS="-Xms10g -Xmx10g"
   export _JAVA_OPTIONS=-Xmx10g**
   export LANG=en_US.UTF-8
   
   But still I observe the failure, any suggestions or pointers on resolving this failure?
   
   Thanks in advance.
 
----------------------------------------------------------------
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