Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] Re: [wtp-dev] WTP 3.2.0 I-Build failure


Beats me, but my guess is this is the "mixed JUnit" requirements coming back to haunt us. I think some people still specify a "max" of 4.0.

My first thought was this was from moving up to the 0414 version of the platform, instead of 0413 ... but, on another, local, test machine, the 0414 build worked fine.

There could have been some other changes (e.g. Orbit pre-reqs) but, more likely, I removed some old stuff from our "releng tests feature" ... things we didn't use, were redundant, etc.

So ... mostly guessing ... some of the old stuff might have been forcing an early load of JUnit 3.8, and all would proceed fine .... and now, without the old stuff, some plugin loads 4.x version, but others load 3.x and chaos ensues.

But to be systematic about it, I'm going to revert "prereqs" to where there were in the last successful build, assume that still fails, will add back the old stuff (just to experiment). In parallel I'll look to see to still specifies a max Junit of 4.0, if anyone.

BTW, Shane, I think "wtp-releng" is better for these sort of day-to-day, week-to-week mostly-committers-only issues ... and wtp-dev better for wider questions or announcements to adopters (as well as committers).

Thanks for bringing this test failure to my attention.








From: shane clarke <shane_clarke@xxxxxxxxxxx>
To: <wtp-dev@xxxxxxxxxxx>
Date: 04/17/2010 06:27 PM
Subject: [wtp-dev] WTP 3.2.0 I-Build failure
Sent by: wtp-dev-bounces@xxxxxxxxxxx





Nearly all of the test suites in the last build :http://build.eclipse.org:7777/dashboard/tab/build/detail/wtp-R3.2.0-I?log=log20100417190720

are throwing the following kind of error:

[TEST_SUITE] incompatible with junit.framework.Test
java.lang.ClassCastException: [TEST_SUITE] incompatible with junit.framework.Test
at org.eclipse.test.EclipseTestRunner.getTest(EclipseTestRunner.java:287)
at org.eclipse.test.EclipseTestRunner.<init>(EclipseTestRunner.java:223)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:207)
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3507)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3154)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2416)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2380)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2229)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:504)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:497)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)

http://build.eclipse.org/webtools/committers/wtp-R3.2.0-I/20100417190720/I-3.2.0-20100417190720/testResults.php

I've been looking through the logs but i'm not sure what's caused this to happen.

Shane


Hotmail: Free, trusted and rich email service. Get it now._______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev



Back to the top