[
https://issues.jboss.org/browse/JBIDE-25013?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-25013 at 9/14/17 3:18 PM:
-------------------------------------------------------------
Temporary workaround to ensure at least SOME of the ITests will be buildable (if not
runnable downstream in the .it.* jobs):
https://github.com/jbosstools/jbosstools-integration-tests/pull/1873
We should revert this once the whole repo's migrated to use RD 2.
Note this hack is an incomplete solution:
{code}
19:13:50 [INFO] org.jboss.tools.central.ui.bot.test ................ FAILURE [ 0.872 s]
19:13:50 [INFO] org.jboss.tools.examples.ui.bot.test ............... FAILURE [ 0.720 s]
19:13:50 [INFO] org.jboss.tools.openshift.ui.bot.test .............. FAILURE [ 1.127 s]
19:13:50 [INFO] org.jboss.tools.portlet.bot.test ................... FAILURE [ 0.717 s]
19:13:50 [INFO] integration-tests.site ............................. SKIPPED{code} --
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstud...
was (Author: nickboldt):
Temporary workaround to ensure at least SOME of the ITests will be buildable (if not
runnable downstream in the .it.* jobs):
https://github.com/jbosstools/jbosstools-integration-tests/pull/1873
We should revert this once the whole repo's migrated to use RD 2.
Note this hack is an incomplete solution:
{code}
19:13:50 [INFO] org.jboss.tools.central.ui.bot.test ................ FAILURE [ 0.872 s]
19:13:50 [INFO] org.jboss.tools.examples.ui.bot.test ............... FAILURE [ 0.720 s]
19:13:50 [INFO] org.jboss.tools.openshift.ui.bot.test .............. FAILURE [ 1.127 s]
19:13:50 [INFO] org.jboss.tools.portlet.bot.test ................... FAILURE [ 0.717 s]
19:13:50 [INFO] integration-tests.site ............................. SKIPPED{code}
Refactor integration tests for use with RedDeer 2.0
---------------------------------------------------
Key: JBIDE-25013
URL:
https://issues.jboss.org/browse/JBIDE-25013
Project: Tools (JBoss Tools)
Issue Type: Task
Components: hibernate, integration-tests
Affects Versions: 4.5.1.AM1
Reporter: Nick Boldt
Assignee: Rastislav Wagner
Priority: Critical
Fix For: 4.5.1.AM2
A number of integration-tests plugins require reddeer 1.2 and need to be migrated to use
2.0.
{code}** [1] ./plugins/org.jboss.tools.seam.reddeer/META-INF/MANIFEST.MF **
9: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
** [2] ./tests/org.jboss.tools.central.ui.bot.test/META-INF/MANIFEST.MF **
10: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
** [3] ./tests/org.jboss.tools.dummy.ui.bot.test/META-INF/MANIFEST.MF **
11: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)"
** [4] ./tests/org.jboss.tools.eclipsecs.ui.test/META-INF/MANIFEST.MF **
9: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
** [5] ./tests/org.jboss.tools.examples.ui.bot.test/META-INF/MANIFEST.MF **
9:Require-Bundle: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
** [6] ./tests/org.jboss.tools.freemarker.ui.bot.test/META-INF/MANIFEST.MF **
10: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)"
** [7] ./tests/org.jboss.tools.jsf.ui.test/META-INF/MANIFEST.MF **
10: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
** [8] ./tests/org.jboss.tools.maven.ui.bot.test/META-INF/MANIFEST.MF **
11: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
** [9] ./tests/org.jboss.tools.openshift.ui.bot.test/META-INF/MANIFEST.MF **
11: org.jboss.reddeer.go;bundle-version="[1.2.0,2.0.0)",
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)