They do, well almost. With win32, there is always one testcase that fails, surprisingly it runs smoothly under linux and I guess with OSX too.
SchedulerThreadTest.testParallelEnqueue null junit.framework.AssertionFailedError: null at org.apache.ode.scheduler.simple.SchedulerThreadTest.testParallelEnqueue(SchedulerThreadTest.java:98) Any ideas what could cause that error? Cheers, Tammo Matthieu Riou wrote: > The implementation of the mock scheduler we use for some tests was missing a > proper return value. I just fixed it, those tests should pass now. > > Thanks, > Matthieu > > On Thu, Sep 4, 2008 at 7:36 AM, Matthieu Riou <[EMAIL PROTECTED]>wrote: > >> On Thu, Sep 4, 2008 at 7:19 AM, Matthias Richter <[EMAIL PROTECTED]>wrote: >> >>> Hi, >>> >>> several tests fail after the checkout: >>> >>> The following tests failed: >>> org.apache.ode.test.BasicActivities20Test >>> org.apache.ode.test.CompensationHandling20Test >>> org.apache.ode.test.FaultHandling20Test >>> org.apache.ode.test.MessageRouting20Test >>> org.apache.ode.test.StructuredActivities20Test >>> >>> All failed because of NullPointerExceptions and timeouts... >>> >>> I have attached the test reports. Does anybody have an idea about it? >>> >> Yeah, I've noticed that yesterday but haven't had time to narrow it down >> yet. I hope to do that today. Reverting to Monday's trunk should bring back >> test success. >> >> Cheers, >> Matthieu >> >> >>> -- Matthias >>> >>> >>> >>> >
