eclipse.platform.ui icon indicating copy to clipboard operation
eclipse.platform.ui copied to clipboard

PartRenderingEngineTests test fails randomly

Open iloveeclipse opened this issue 2 years ago • 3 comments

See https://ci.eclipse.org/platform/job/eclipse.platform.ui/job/PR-750/1/testReport/junit/org.eclipse.e4.ui.tests.workbench/PartRenderingEngineTests/ensureCleanUpAddonCleansUp/

java.lang.AssertionError: CleanupAddon should ensure that partStack is not rendered anymore, as all childs have been removed
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.junit.Assert.assertFalse(Assert.java:65)
	at org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests.ensureCleanUpAddonCleansUp(PartRenderingEngineTests.java:2469)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.eclipse.e4.ui.tests.rules.WorkbenchContextRule$1.evaluate(WorkbenchContextRule.java:62)

iloveeclipse avatar May 10 '23 12:05 iloveeclipse

It failed again for MacOS yesterday in this build of #755

fedejeanne avatar Jul 11 '23 10:07 fedejeanne

Still fails on github: https://github.com/eclipse-platform/eclipse.platform.ui/runs/16899215954

CleanupAddon should ensure that partStack is not rendered anymore, as all childs have been removed
java.lang.AssertionError: CleanupAddon should ensure that partStack is not rendered anymore, as all childs have been removed
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.junit.Assert.assertFalse(Assert.java:65)
	at org.eclipse.e4.ui.tests.workbench.PartRenderingEngineTests.ensureCleanUpAddonCleansUp(PartRenderingEngineTests.java:2469)

iloveeclipse avatar Sep 19 '23 09:09 iloveeclipse

Still failing in same line with same message as before: https://github.com/eclipse-platform/eclipse.platform.ui/pull/1541/checks?check_run_id=20973241710

HeikoKlare avatar Jan 29 '24 14:01 HeikoKlare