]
Nick Boldt updated JBDS-4236:
-----------------------------
Fix Version/s: 10.3.0.AM1
(was: 10.3.0.AM2)
Test of update of devstudio from last stable version to last snapshot
doesn't work
----------------------------------------------------------------------------------
Key: JBDS-4236
URL:
https://issues.jboss.org/browse/JBDS-4236
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: install-tests
Reporter: Lukáš Valach
Assignee: Lukáš Valach
Labels: integration-test
Fix For: 10.3.0.AM1
Test of update from last stable to last snapshot doesn't work, there is following
error in the log:
{code}
Multiple versions of the framework bundle org.eclipse.osgi found
{code}
Jenkins job:
http://machydra.brq.redhat.com:8080/view/Installation%20Jobs/view/DevStud...
Log:
http://machydra.brq.redhat.com:8080/view/Installation%20Jobs/view/DevStud...
It is probably because of inconsistence between bundles/plugins versions, so I tried to
change parent from 4.4.2.AM1-SNAPSHOT to 4.4.2.Final-SNAPSHOT which was used in 10.2.0.GA
I guess.
Unfortunatelly it has not solved my problem, tycho has been still installing another
version of org.eclipse.osgi bundle. So I tried to apply same fix as in JBDS-4077
Commit:
https://source.jboss.org/changelog/JBossToolsIntegrationTests?cs=2acfada0...
It solved problem with multiple versions of osgi bundle but I got another error during
start of devstudio
{code}
!ENTRY org.eclipse.osgi 4 0 2017-01-04 10:40:36.851
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application
"org.eclipse.tycho.surefire.osgibooter.uitest" could not be found in the
registry.
{code}
Whole log
http://machydra.brq.redhat.com:8080/view/Installation%20Jobs/view/DevStud...
Please notice I started job using my fork.
My changes are here
https://github.com/luvalach/jbdevstudio-qa/commit/133ac415ede6a2a9d6758d7...