atom feed13 messages in org.apache.ofbiz.devRe: ContainerLoader issue for TestRun...
FromSent OnAttachments
Jacques Le RouxApr 2, 2011 10:21 am 
Adrian CrumApr 2, 2011 10:32 am 
Jacques Le RouxApr 2, 2011 11:01 am 
Adrian CrumApr 2, 2011 11:09 am 
Jacques Le RouxApr 2, 2011 11:16 am 
Jacques Le RouxApr 4, 2011 4:50 am 
Jacques Le RouxMay 2, 2011 2:39 pm 
Jacques Le RouxMay 2, 2011 2:52 pm 
Jacques Le RouxMay 2, 2011 3:01 pm 
Jacques Le RouxMay 2, 2011 4:04 pm 
Adrian CrumMay 2, 2011 4:05 pm 
Jacques Le RouxMay 3, 2011 1:32 am 
Jacques Le RouxMay 3, 2011 3:50 am 
Subject:Re: ContainerLoader issue for TestRunContainer
From:Jacques Le Roux (jl@les7arts.com)
Date:Apr 2, 2011 11:16:03 am
List:org.apache.ofbiz.dev

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.

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

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.

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