camel-tooling / camel-lsp-client-eclipse

This is a client implementation of the Apache Camel Language Server Protocol for Eclipse IDE
Apache License 2.0
12 stars 11 forks source link

FUSETOOLS2-568 - upgrade target platform to Eclipse 2021-03 #128

Closed apupier closed 3 years ago

apupier commented 3 years ago

some java SE 11 minimal execution environment are required

apupier commented 3 years ago

@djelinek does it ring a bell to you? failign only on Ci. https://github.com/camel-tooling/camel-lsp-client-eclipse/pull/128/checks?check_run_id=2229138036#step:5:2395

java.lang.NullPointerException
    at org.eclipse.reddeer.core.handler.MenuHandler.sendShowUI(MenuHandler.java:119)
    at org.eclipse.reddeer.core.handler.MenuHandler$1.run(MenuHandler.java:59)
    at org.eclipse.reddeer.core.handler.MenuHandler$1.run(MenuHandler.java:1)
    at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162)
djelinek commented 3 years ago

@djelinek does it ring a bell to you? failign only on Ci. https://github.com/camel-tooling/camel-lsp-client-eclipse/pull/128/checks?check_run_id=2229138036#step:5:2395

java.lang.NullPointerException
  at org.eclipse.reddeer.core.handler.MenuHandler.sendShowUI(MenuHandler.java:119)
  at org.eclipse.reddeer.core.handler.MenuHandler$1.run(MenuHandler.java:59)
  at org.eclipse.reddeer.core.handler.MenuHandler$1.run(MenuHandler.java:1)
  at org.eclipse.reddeer.common.util.Display$ErrorHandlingRunnable.run(Display.java:162)

sorry for late response, it doesn't :-( I did not run UI tests against latest eclipse yet

apupier commented 3 years ago

Third attempt is success so was a flaky test

apupier commented 3 years ago

reported https://issues.redhat.com/browse/FUSETOOLS2-1049 fo rthe flaky test as it happens quite often