Re: ContainerLoader issue for TestRunContainer

2011-05-03 Thread Jacques Le Roux
When tests are run by buildbot we get [JUNIT] Results for test suite: basetests [JUNIT] Pass: false | # Tests: 59 | # Failed: 1 # Errors: 0 When I run only basetests locally (Windows XP, tested with Postgres or Derby), ie ant run-install run-single-test -Dtest.component=base -Dtest.case=basetes

Re: ContainerLoader issue for TestRunContainer

2011-05-03 Thread Jacques Le Roux
Yes I think so, but I did not find anything obvious yesterday Jacques From: "Adrian Crum" 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:3

Re: ContainerLoader issue for TestRunContainer

2011-05-02 Thread Adrian Crum
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.cach

Re: ContainerLoader issue for TestRunContainer

2011-05-02 Thread Jacques Le Roux
As I thought with or w/out r1098795 changes tests are unsuccessful At least we know now one reason Jacques 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.cac

Re: ContainerLoader issue for TestRunContainer

2011-05-02 Thread Jacques Le Roux
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.Asserti

Re: ContainerLoader issue for TestRunContainer

2011-05-02 Thread Jacques Le Roux
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 b

Re: ContainerLoader issue for TestRunContainer

2011-05-02 Thread Jacques Le Roux
Look like this issues does not spread anymore, not sure why though... Jacques From: "Jacques Le Roux" BTW, anybody an idea why it fails/succeds half time? Jacques From: "Jacques Le Roux" Thanks, I have created https://issues.apache.org/jira/browse/OFBIZ-4239 Jacques From: "Adrian Crum"

Re: ContainerLoader issue for TestRunContainer

2011-04-04 Thread Jacques Le Roux
BTW, anybody an idea why it fails/succeds half time? Jacques From: "Jacques Le Roux" Thanks, I have created https://issues.apache.org/jira/browse/OFBIZ-4239 Jacques From: "Adrian Crum" That issue should not be reopened. The buildbot failure is a separate issue. To understand the problem yo

Re: ContainerLoader issue for TestRunContainer

2011-04-02 Thread Jacques Le Roux
Thanks, I have created https://issues.apache.org/jira/browse/OFBIZ-4239 Jacques From: "Adrian Crum" 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 succe

Re: ContainerLoader issue for TestRunContainer

2011-04-02 Thread Adrian Crum
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 te

Re: ContainerLoader issue for TestRunContainer

2011-04-02 Thread Jacques Le Roux
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" 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

Re: ContainerLoader issue for TestRunContainer

2011-04-02 Thread Adrian Crum
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

ContainerLoader issue for TestRunContainer

2011-04-02 Thread Jacques Le Roux
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