You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/08/22 05:01:56 UTC

Jenkins build is still unstable: Derby-10.11-suites.All #10

See <https://builds.apache.org/job/Derby-10.11-suites.All/changes>


Jenkins build is back to stable : Derby-10.11-suites.All #11

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Derby-10.11-suites.All/11/>


Re: Jenkins build is still unstable: Derby-10.11-suites.All #10

Posted by Knut Anders Hatlen <kn...@oracle.com>.
Apache Jenkins Server  <je...@builds.apache.org> writes:

> See <https://builds.apache.org/job/Derby-10.11-suites.All/changes>

The last two test runs have failed with OOME because of
https://bugs.openjdk.java.net/browse/JDK-8034852. (The build job did
attempt to work around the bug by adding a flag mentioned in the bug
report to ANT_OPTS. However, apparently, ANT_OPTS is only used by the
JVM that runs Ant and not by the forked JVMs that run JUnit, so it
didn't help.)

For now, until the JDK on the Jenkins nodes is upgraded, I've changed
the build job so that it uses JDK 7 instead of 8.

-- 
Knut Anders