| From | Sent On | Attachments |
|---|---|---|
| Jacques Le Roux | Apr 2, 2011 10:21 am | |
| Adrian Crum | Apr 2, 2011 10:32 am | |
| Jacques Le Roux | Apr 2, 2011 11:01 am | |
| Adrian Crum | Apr 2, 2011 11:09 am | |
| Jacques Le Roux | Apr 2, 2011 11:16 am | |
| Jacques Le Roux | Apr 4, 2011 4:50 am | |
| Jacques Le Roux | May 2, 2011 2:39 pm | |
| Jacques Le Roux | May 2, 2011 2:52 pm | |
| Jacques Le Roux | May 2, 2011 3:01 pm | |
| Jacques Le Roux | May 2, 2011 4:04 pm | |
| Adrian Crum | May 2, 2011 4:05 pm | |
| Jacques Le Roux | May 3, 2011 1:32 am | |
| Jacques Le Roux | May 3, 2011 3:50 am |
| Subject: | Re: ContainerLoader issue for TestRunContainer | |
|---|---|---|
| From: | Adrian Crum (adri...@sandglass-software.com) | |
| Date: | May 2, 2011 4:05:44 pm | |
| List: | org.apache.ofbiz.dev | |
I think it's a timing issue in the cache. It always fails on my local copy.
-Adrian
On 5/2/2011 3:02 PM, Jacques Le Roux wrote:
Ha sorry, I did not notice it's related to cache:
[java] 2011-05-02 21:38:40,634 (main) [ TestRunContainer.java:182:INFO ] --> testExpire(org.ofbiz.base.util.cache.test.UtilCacheTests): empty [java] 2011-05-02 21:38:40,634 (main) [ TestRunContainer.java:184:INFO ] junit.framework.AssertionFailedError: empty [java] at junit.framework.Assert.fail(Assert.java:47) [java] at junit.framework.Assert.assertTrue(Assert.java:20) [java] at org.ofbiz.base.util.cache.test.UtilCacheTests.testExpire(UtilCacheTests.java:410)
I will have a look later. Looking at it locally, ie running tests, is rather long...
Jacques
Jacques Le Roux wrote:
Just when I sent that, it appears again :/ http://ci.apache.org/builders/ofbiz-trunk/builds/1742/steps/compile_1/logs/stdio it's related to http://svn.apache.org/viewvc?rev=1098795&view=rev where again nothing can be harmful. I'm still not sure why it's appears, maybe when something changes in base
Jacques
Jacques Le Roux wrote:
Look like this issues does not spread anymore, not sure why though...
Jacques
From: "Jacques Le Roux" <jl...@les7arts.com>
BTW, anybody an idea why it fails/succeds half time?
Jacques
From: "Jacques Le Roux" <jl...@les7arts.com>
Thanks, I have created https://issues.apache.org/jira/browse/OFBIZ-4239
Jacques
From: "Adrian Crum" <adri...@sandglass-software.com>
That issue should not be reopened. The buildbot failure is a separate issue. To understand the problem you have to understand the history:
1. The framework/base component unit tests ran successfully. 2. A new testing framework was introduced and that framework skipped the framework/base unit tests. 3. Over time, changes were made to framework/base code that caused the tests to fail, but no one noticed because the tests were not being run. 4. Rev 1085735 fixed the issue that was preventing the framework/base tests from being run. 5. Now the framework/base tests run, but they fail due to #3.
-Adrian
On 4/2/2011 11:01 AM, Jacques Le Roux wrote:
Thanks Adrian,
Weird tough that it succeeds half the time I have reopened https://issues.apache.org/jira/browse/OFBIZ-3662
Jacques
From: "Adrian Crum" <adri...@sandglass-software.com>
The buildbot failure has nothing to do with that commit. The failure is due to rev 1085735.
The ant run-tests target fails because the tests for the framework/base component fails.
The solution is to find out why framework/base component tests are failing and fix them.
-Adrian
On 4/2/2011 10:22 AM, Jacques Le Roux wrote:
I noticed something weird, not the 1st time. It seems to reproduce every 2 times buildbot runs since 26/03/2011 and could be related to http://svn.apache.org/viewvc?rev=1085757&view=rev
===================================================== 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/1647
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: isis_ubuntu
Build Reason: scheduler Build Source Stamp: [branch ofbiz/trunk] 1088047 Blamelist: jleroux
BUILD FAILED: failed compile_1
sincerely, -The Buildbot =====================================================
Then
===================================================== 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/1647
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: isis_ubuntu
Build Reason: scheduler Build Source Stamp: [branch ofbiz/trunk] 1088047 Blamelist: jleroux
BUILD FAILED: failed compile_1
sincerely, -The Buildbot =====================================================
But obviously nothing there:
Author: jleroux Date: Sat Apr 2 15:28:27 2011 New Revision: 1088048
URL: http://svn.apache.org/viewvc?rev=1088048&view=rev Log: Cleans imports
Modified:
ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java?rev=1088048&r1=1088047&r2=1088048&view=diff
==============================================================================
--- ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java (original) +++ ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java Sat Apr 2 15:28:27 2011 @@ -34,8 +34,6 @@ import javax.xml.namespace.QName; import javax.xml.stream.XMLInputFactory; import javax.xml.stream.XMLStreamReader;
-import javolution.util.FastMap; - import org.apache.axiom.om.OMAbstractFactory; import org.apache.axiom.om.OMAttribute; import org.apache.axiom.om.OMElement;
Here is a link http://ci.apache.org/builders/ofbiz-trunk/builds/1643/steps/compile_1/logs/stdio
Adrian, could you have a look please?
Thanks
Jacques





