Skip to content

Failed

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

Failing for the past 1 build (Since #3556 )
Took 5 sec.

Error Message

event synchronizer timeout: event was not processed.

Stacktrace

java.lang.IllegalStateException: event synchronizer timeout: event was not processed.
	at org.eclipse.gef.mvc.tests.fx.rules.FXNonApplicationThreadRule$EventSynchronizer.await(FXNonApplicationThreadRule.java:113)
	at org.eclipse.gef.mvc.tests.fx.rules.FXNonApplicationThreadRule$EventSynchronizer.await(FXNonApplicationThreadRule.java:93)
	at org.eclipse.gef.mvc.tests.fx.rules.FXNonApplicationThreadRule.moveTo(FXNonApplicationThreadRule.java:436)
	at org.eclipse.gef.mvc.tests.fx.FXClickDragToolTests.singleExecutionTransactionUsedForInteraction(FXClickDragToolTests.java:144)

Standard Output

Thread[main,5,main] apply singleExecutionTransactionUsedForInteraction
Thread[main,5,main] initFX()
###===>>> FXClickDragToolTests
# Thread: main
Thread[main,5,main] moveTo: (50.0, 50.0) ...
Thread[JavaFX Application Thread,6,main] Handler for MOUSE_ENTERED_TARGET was set on scene.
Thread[main,5,main] Handler for MOUSE_ENTERED_TARGET was registered.
Thread[main,5,main]  AWAIT org.eclipse.gef.mvc.tests.fx.rules.FXNonApplicationThreadRule$EventSynchronizer@75ae4a1f
Thread[main,5,main]  TIMEOUT org.eclipse.gef.mvc.tests.fx.rules.FXNonApplicationThreadRule$EventSynchronizer@75ae4a1f

Standard Error

*** INFO: The actual type of adapter org.eclipse.gef.mvc.behaviors.ContentBehavior@31ee2fdb could already be inferred as org.eclipse.gef.mvc.behaviors.ContentBehavior<javafx.scene.Node> from the binding at org.eclipse.gef.mvc.fx.MvcFxModule.bindContentBehaviorAsFXRootPartAdapter(MvcFxModule.java:203).
          The redundant type key org.eclipse.gef.mvc.behaviors.ContentBehavior<javafx.scene.Node> may be omitted in the adapter key of the binding, using AdapterKey.defaultRole() instead.
*** INFO: The actual type of adapter org.eclipse.gef.mvc.behaviors.SelectionBehavior@1effd53c could already be inferred as org.eclipse.gef.mvc.behaviors.SelectionBehavior<javafx.scene.Node> from the binding at org.eclipse.gef.mvc.fx.MvcFxModule.bindSelectionBehaviorAsFXRootPartAdapter(MvcFxModule.java:968).
          The redundant type key org.eclipse.gef.mvc.behaviors.SelectionBehavior<javafx.scene.Node> may be omitted in the adapter key of the binding, using AdapterKey.defaultRole() instead.
*** INFO: The actual type of adapter org.eclipse.gef.mvc.policies.CreationPolicy@5fa23c could already be inferred as org.eclipse.gef.mvc.policies.CreationPolicy<javafx.scene.Node> from the binding at org.eclipse.gef.mvc.fx.MvcFxModule.bindCreationPolicyAsFXRootPartAdapter(MvcFxModule.java:337).
          The redundant type key org.eclipse.gef.mvc.policies.CreationPolicy<javafx.scene.Node> may be omitted in the adapter key of the binding, using AdapterKey.defaultRole() instead.
*** INFO: The actual type of adapter org.eclipse.gef.mvc.policies.DeletionPolicy@433348bc could already be inferred as org.eclipse.gef.mvc.policies.DeletionPolicy<javafx.scene.Node> from the binding at org.eclipse.gef.mvc.fx.MvcFxModule.bindDeletionPolicyAsFXRootPartAdapter(MvcFxModule.java:358).
          The redundant type key org.eclipse.gef.mvc.policies.DeletionPolicy<javafx.scene.Node> may be omitted in the adapter key of the binding, using AdapterKey.defaultRole() instead.
*** WARNING: The actual type of adapter org.eclipse.gef.mvc.tests.fx.FXClickDragToolTests$1$2@52e04737 could not be inferred from the binding at org.eclipse.gef.mvc.fx.MvcFxModule.bindIContentPartFactoryAsContentViewerAdapter(MvcFxModule.java:938). The adapter will only be retrievable via key types assignable to org.eclipse.gef.mvc.tests.fx.FXClickDragToolTests$1$2, which is the actual type inferred from the instance.
             You should probably adjust your binding to provide a type key using AdapterKey.get(<type>).
*** INFO: The actual type of adapter org.eclipse.gef.mvc.models.FocusModel@76563d26 could already be inferred as org.eclipse.gef.mvc.models.FocusModel<javafx.scene.Node> from the binding at org.eclipse.gef.mvc.fx.MvcFxModule.bindFocusModelAsContentViewerAdapter(MvcFxModule.java:422).
          The redundant type key org.eclipse.gef.mvc.models.FocusModel<javafx.scene.Node> may be omitted in the adapter key of the binding, using AdapterKey.defaultRole() instead.
*** INFO: The actual type of adapter org.eclipse.gef.mvc.models.HoverModel@3d904e9c could already be inferred as org.eclipse.gef.mvc.models.HoverModel<javafx.scene.Node> from the binding at org.eclipse.gef.mvc.fx.MvcFxModule.bindHoverModelAsContentViewerAdapter(MvcFxModule.java:923).
          The redundant type key org.eclipse.gef.mvc.models.HoverModel<javafx.scene.Node> may be omitted in the adapter key of the binding, using AdapterKey.defaultRole() instead.
*** INFO: The actual type of adapter org.eclipse.gef.mvc.models.SelectionModel@17f2dd85 could already be inferred as org.eclipse.gef.mvc.models.SelectionModel<javafx.scene.Node> from the binding at org.eclipse.gef.mvc.fx.MvcFxModule.bindSelectionModelAsContentViewerAdapter(MvcFxModule.java:1028).
          The redundant type key org.eclipse.gef.mvc.models.SelectionModel<javafx.scene.Node> may be omitted in the adapter key of the binding, using AdapterKey.defaultRole() instead.