Look like this issues does not spread anymore, not sure why though...

Jacques

From: "Jacques Le Roux" <j...@les7arts.com>
BTW, anybody an idea why it fails/succeds half time?

Jacques

From: "Jacques Le Roux" <j...@les7arts.com>
Thanks, I have created  https://issues.apache.org/jira/browse/OFBIZ-4239

Jacques

From: "Adrian Crum" <adrian.c...@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" <adrian.c...@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










Reply via email to