Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build M20110810-0800 (Timestamp: 201108100800):Build is complete. Test failures/errors occurred.

Remy is correct, I believe that those JUnit failures are caused by the test machine setup. We can not duplicate failures locally and there were no related code changes.

The virtual tree and table tests are very sensitive to the environment they run in. The tests need OS "show item" message to be send and it is up to the OS whether to send that message. For instance, those tests fail if another window is open in the foreground.

I've being adding some checks to the tests, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=118919  for details.

As we are still investigating the best way to deal with the tests, I did not add the same changes into the maintenance branch.

Sincerely,
Oleg Besedin



From: Remy Suen/Ottawa/IBM@IBMCA
To: "Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
Date: 08/12/2011 09:17 AM
Subject: Re: [platform-releng-dev] [eclipse-build]Build        M20110810-0800        (Timestamp: 201108100800):Build is complete.        Test        failures/errors occurred.
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx





On Fri, Aug 12, 2011 at 4:48 AM, Oberhuber, Martin <Martin.Oberhuber@xxxxxxxxxxxxx> wrote:
> Could teams comment on the test failures?
>
> The UI failures are making me a bit nervous, 12 failures in jface on Windows eg
>
> junit.framework.AssertionFailedError: call to updateElement expected
> at org.eclipse.jface.tests.viewers.SimpleVirtualLazyTreeViewerTest.testCreation(SimpleVirtualLazyTreeViewerTest.java:110)

I believe Oleg pushed something for this to 3.8 yesterday. It seems to be related to an alternate window being in the foreground causing the virtual trees to not get the paint/update request it needs.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=118919
http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=3683c75fb4a71964954e23832a4ed80f9015d814

Based on the commit and the current state of the R3_7_maintenance branch, it doesn't look like it was cherry picked over.

http://git.eclipse.org/c/platform/eclipse.platform.ui.git/log/?h=R3_7_maintenance

Oleg, could you confirm my assessment?

Regards,
Remy

----------
Remy Suen
Eclipse Platform/UI Committer
IBM Ottawa
1-613-356-5162
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev



Back to the top