The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
Full details are available at: http://ci.apache.org/builders/ofbiz-trunk/builds/1857 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: scheduler Build Source Stamp: [branch ofbiz/trunk] 1131416 Blamelist: mrisaliti BUILD FAILED: failed compile_1 sincerely, -The Buildbot |
So from what I can tell the ttl works fine on the testExpire test case but the call to useAllMemory() doesn't successfully cause the cache to be cleared. I'm guessing it works fine locally because our systems are slower that the test server and the other startup threads running cause the ttl to expire the cache rather than the OOME condition. Haven't yet tested that theory by increasing the ttl on the memory portion of the test.
Questions, if anyone knows: 1. Does the cache actually support expiring entries when the heap space is running out? If not then this test seems a bit strange. 2. If it does support that, where can I find the code to debug it? I'd like to get this fixed or disable the test, the false(?) negatives coming from this isn't doing our CI reporting any good. Thanks Scott HotWax Media http://www.hotwaxmedia.com On 5/06/2011, at 5:31 AM, [hidden email] wrote: > The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot. > Full details are available at: > http://ci.apache.org/builders/ofbiz-trunk/builds/1857 > > Buildbot URL: http://ci.apache.org/ > > Buildslave for this Build: isis_ubuntu > > Build Reason: scheduler > Build Source Stamp: [branch ofbiz/trunk] 1131416 > Blamelist: mrisaliti > > BUILD FAILED: failed compile_1 > > sincerely, > -The Buildbot > smime.p7s (3K) Download Attachment |
+1 for commenting out the failing test(s).
-Adrian On 6/5/2011 3:53 AM, Scott Gray wrote: > So from what I can tell the ttl works fine on the testExpire test case but the call to useAllMemory() doesn't successfully cause the cache to be cleared. I'm guessing it works fine locally because our systems are slower that the test server and the other startup threads running cause the ttl to expire the cache rather than the OOME condition. Haven't yet tested that theory by increasing the ttl on the memory portion of the test. > > Questions, if anyone knows: > 1. Does the cache actually support expiring entries when the heap space is running out? If not then this test seems a bit strange. > 2. If it does support that, where can I find the code to debug it? > > I'd like to get this fixed or disable the test, the false(?) negatives coming from this isn't doing our CI reporting any good. > > Thanks > Scott > > HotWax Media > http://www.hotwaxmedia.com > > On 5/06/2011, at 5:31 AM, [hidden email] wrote: > >> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot. >> Full details are available at: >> http://ci.apache.org/builders/ofbiz-trunk/builds/1857 >> >> Buildbot URL: http://ci.apache.org/ >> >> Buildslave for this Build: isis_ubuntu >> >> Build Reason: scheduler >> Build Source Stamp: [branch ofbiz/trunk] 1131416 >> Blamelist: mrisaliti >> >> BUILD FAILED: failed compile_1 >> >> sincerely, >> -The Buildbot >> |
Administrator
|
Thanks Scott for looking into it.
+1 with Adrian, better solution for now, then a fix would be appreciated for sure. Jacques From: "Adrian Crum" <[hidden email]> > +1 for commenting out the failing test(s). > > -Adrian > > On 6/5/2011 3:53 AM, Scott Gray wrote: >> So from what I can tell the ttl works fine on the testExpire test case but the call to useAllMemory() doesn't successfully cause >> the cache to be cleared. I'm guessing it works fine locally because our systems are slower that the test server and the other >> startup threads running cause the ttl to expire the cache rather than the OOME condition. Haven't yet tested that theory by >> increasing the ttl on the memory portion of the test. >> >> Questions, if anyone knows: >> 1. Does the cache actually support expiring entries when the heap space is running out? If not then this test seems a bit >> strange. >> 2. If it does support that, where can I find the code to debug it? >> >> I'd like to get this fixed or disable the test, the false(?) negatives coming from this isn't doing our CI reporting any good. >> >> Thanks >> Scott >> >> HotWax Media >> http://www.hotwaxmedia.com >> >> On 5/06/2011, at 5:31 AM, [hidden email] wrote: >> >>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot. >>> Full details are available at: >>> http://ci.apache.org/builders/ofbiz-trunk/builds/1857 >>> >>> Buildbot URL: http://ci.apache.org/ >>> >>> Buildslave for this Build: isis_ubuntu >>> >>> Build Reason: scheduler >>> Build Source Stamp: [branch ofbiz/trunk] 1131416 >>> Blamelist: mrisaliti >>> >>> BUILD FAILED: failed compile_1 >>> >>> sincerely, >>> -The Buildbot >>> |
Free forum by Nabble | Edit this page |