| Re: [wtp-releng] Massive JUnit failures prevent email notification |
|
Thanks for the additional info. We already ruled out the jar changes
as the possible cause, so no need to dig into that. We've isolated the
failures to some code of ours that we moved (from one plugin to
another) that allows us to read in different versions of an XML
resource. Neil David M Williams wrote: Thanks Neil. You can, if you'd like, leave them enabled in HEAD, so you can still do tests of a fix by manually kicking off a HEAD build. I did just now, today, switch our scripts to use IBM's Java 6 Service Release 5 ... it had been SR3, and has been SR3 for a very long time, so a change in VM wouldn't account for the "sudden" change in behavior. (That is, I would not expect moving to SR5 to "fix" it, but wanted to mention this, in case it was some how magically fixed). Is this still the XML configuration issue? You did also change JPA jars too, right? I'll take a closer look at this now, if that'd be helpful. From: Neil Hauge <neil.hauge@xxxxxxxxxx> To: Webtools releng discussion list <wtp-releng@xxxxxxxxxxx> Date: 07/15/2009 10:40 AM Subject: Re: [wtp-releng] Massive JUnit failures prevent email notification Sent by: wtp-releng-bounces@xxxxxxxxxxx Yep. We'll go ahead and comment out the failing suites for now. They do only fail on the build machine, so that is making things more tricky. Hoping to reproduce locally on Linux with IBM JDK, but haven't tested this yet. Neil David M Williams wrote: |