Skip to content

Regression

org.eclipse.gef.mvc.tests.fx.ClickDragToolTests.singleExecutionTransactionUsedForInteraction (from org.eclipse.gef.mvc.tests.fx.AllTests)

Failing for the past 1 build (Since #3952 )
Took 86 ms.

Error Message

No execution transaction should have been closed expected:<0> but was:<1>

Stacktrace

java.lang.AssertionError: No execution transaction should have been closed expected:<0> but was:<1>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.eclipse.gef.mvc.tests.fx.ClickDragToolTests$4.run(ClickDragToolTests.java:144)
	at org.eclipse.gef.mvc.tests.fx.rules.FXNonApplicationThreadRule.lambda$6(FXNonApplicationThreadRule.java:600)
	at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
	at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
	at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
	at com.sun.glass.ui.gtk.GtkApplication.lambda$null$49(GtkApplication.java:139)
	at java.lang.Thread.run(Thread.java:745)

Standard Error

*** WARNING: The actual type of adapter org.eclipse.gef.mvc.tests.fx.ClickDragToolTests$1$1@5807efad could not be inferred from the binding at org.eclipse.gef.mvc.fx.MvcFxModule.bindIContentPartFactoryAsContentViewerAdapter(MvcFxModule.java:568). The adapter will only be retrievable via key types assignable to org.eclipse.gef.mvc.tests.fx.ClickDragToolTests$1$1, which is the actual type inferred from the instance.
             You should probably adjust your binding to provide a type key using AdapterKey.get(<type>).