You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2013/12/16 15:31:08 UTC

[jira] [Created] (OAK-1291) RandomizedReadTest fails with OutOfMemoryError: PermGen space

Michael Dürig created OAK-1291:
----------------------------------

             Summary: RandomizedReadTest fails with OutOfMemoryError: PermGen space
                 Key: OAK-1291
                 URL: https://issues.apache.org/jira/browse/OAK-1291
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: jcr
            Reporter: Michael Dürig


This happened while running the maven build with {{-PintegrationTesting}}:

{code}
Running org.apache.jackrabbit.oak.jcr.random.RandomizedReadTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.418 sec
org.apache.maven.surefire.util.SurefireReflectionException: java.lang.reflect.InvocationTargetException; nested exception is java.lang.reflect.InvocationTargetException: null
java.lang.reflect.InvocationTargetException
Exception in thread "main" java.lang.OutOfMemoryError: PermGen space

Results :

Tests run: 722, Failures: 0, Errors: 0, Skipped: 48
{code}

The crucial point being Surefire silently ignoring the following tests such that the build happily succeeds making following failures. Note, that test suite consists of  2003 tests in contrast to the 722 reported by Surefire. 



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)