Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho UI tests failure with 4.4 platform

Luna new and noteworthy had a list of necessary bundles to be started for Eclipse products, and the event service is included: https://www.eclipse.org/eclipse/news/4.4/eclipse-news-part4.php. Search for “This is the list of recommended start levels currently provided”

However, I can’t say if they just made that list more explicit now, or if it changed between 4.3 and 4.4.

 

Ciao, Michael

 

Von: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] Im Auftrag von Bruno Medeiros
Gesendet: Donnerstag, 12. Februar 2015 15:23
An: tycho-user@xxxxxxxxxxx
Betreff: [tycho-user] Tycho UI tests failure with 4.4 platform

 

I'm not sure this is entirely related to Tycho, but:
I have a tests plugin that runs Workbench/UI tests. Everything was working when when I had the 4.3 version of the "Eclipse Plaftorm" feature in the build target platform, but when I changed/updated to version 4.4, the UI tests no longer work. I get this warning in the logs:

Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/renderer/requestEnablementUpdate].

A random commit found on a google search seems to indicate adding `org.eclipse.equinox.event` to the test plugin dependencies is a fix, and that seems to work, however, is that a correct solution? The Tycho doc only appears to mention adding `org.eclipse.equinox.ds` to the dependencies (https://wiki.eclipse.org/Tycho/Packaging_Types)


Back to the top