Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 399509

Summary: Intermittent test failure CVSWorkspaceSubscriberTest.testMarkAsMergedOnBinaryFile on Mac (now disabled)
Product: [Eclipse Project] Platform Reporter: Malgorzata Janczarska <malgorzata.tomczyk>
Component: CVSAssignee: platform-cvs-inbox <platform-cvs-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert, sptaszkiewicz, Szymon.Brandys
Version: 4.3   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
URL: http://download.eclipse.org/eclipse/downloads/drops4/I20130129-2000/testresults/html/org.eclipse.team.tests.cvs.core_macosx.cocoa.x86_5.0.html
Whiteboard: stalebug

Description Malgorzata Janczarska CLA 2013-01-30 11:48:06 EST
I've seen testMarkAsMergedOnBinaryFile failing on Mac Os lately, last time in I20130129-2000. There used to be a problem in those area probably due to timing related problems, see bug Bug 145752.

testMarkAsMergedOnBinaryFile sync check: improper diff for L/testMarkAsMergedOnBinaryFile-1359527124832/binary.gif expected outgoing change but was in-sync 

junit.framework.AssertionFailedError: testMarkAsMergedOnBinaryFile sync check: improper diff for L/testMarkAsMergedOnBinaryFile-1359527124832/binary.gif expected outgoing change but was in-sync
at org.eclipse.team.tests.ccvs.core.subscriber.SyncInfoSource.assertDiffKindEquals(SyncInfoSource.java:182)
at org.eclipse.team.tests.ccvs.ui.ModelParticipantSyncInfoSource.assertSyncEquals(ModelParticipantSyncInfoSource.java:146)
at org.eclipse.team.tests.ccvs.core.subscriber.CVSSyncSubscriberTest.assertSyncEquals(CVSSyncSubscriberTest.java:77)
at org.eclipse.team.tests.ccvs.core.subscriber.CVSSyncSubscriberTest.assertSyncEquals(CVSSyncSubscriberTest.java:71)
at org.eclipse.team.tests.ccvs.core.subscriber.CVSWorkspaceSubscriberTest.assertSyncEquals(CVSWorkspaceSubscriberTest.java:147)
at org.eclipse.team.tests.ccvs.core.subscriber.CVSWorkspaceSubscriberTest.testMarkAsMergedOnBinaryFile(CVSWorkspaceSubscriberTest.java:1316)
at org.eclipse.team.tests.ccvs.core.EclipseTest.runTest(EclipseTest.java:1448)
at org.eclipse.team.tests.ccvs.core.EclipseTest.runBare(EclipseTest.java:1295)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:23)
at junit.extensions.TestSetup.run(TestSetup.java:27)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:655)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:310)
at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:197)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3965)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3642)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1057)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:941)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:79)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:588)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:140)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:62)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:212)
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:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Malgorzata Janczarska CLA 2013-01-30 13:14:16 EST
Because there is to late to fix this problem in M5 I disabled failing this test and moving it to investigation in M6.
Comment 2 Szymon Brandys CLA 2013-01-31 03:40:07 EST
+1. Make sure, it will be investigated early in M6.
Comment 3 Dani Megert CLA 2013-05-24 04:11:43 EDT
See also bug 408932.
Comment 4 Lars Vogel CLA 2019-11-27 07:26:58 EST
This bug hasn't had any activity in quite some time. Maybe the problem got
resolved, was a duplicate of something else, or became less pressing for some
reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it.
The information can be, for example, that the problem still occurs, that you
still want the feature, that more information is needed, or that the bug is
(for whatever reason) no longer relevant.

If the bug is still relevant, please remove the stalebug whiteboard tag.