[
https://issues.jboss.org/browse/JBIDE-10056?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-10056:
------------------------------------------
we have no tests any more since we moved the client and its tests to github. we could most
likley have a hudson job that would build and run the tests available on github. IMHO this
would be a good thing to have, but there's no urgency for it, we have a lot of other
issues to tackle that are far more important
openshift test plugins should be runnable as
packaging=eclipse-test-plugin, not eclipse-plugin
----------------------------------------------------------------------------------------------
Key: JBIDE-10056
URL:
https://issues.jboss.org/browse/JBIDE-10056
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: openshift
Affects Versions: 3.3.0.Beta1
Reporter: Nick Boldt
Assignee: Andre Dietisheim
Fix For: 3.3.0.Beta1
Currently, org.jboss.tools.openshift.express.client.test and
org.jboss.tools.openshift.egit.test are set to packaging=eclipse-plugin via their pom.xml
files.
In order for these plugins to be RUN as tests, rather than just COMPILED as plugins, you
need to change them over to packaging=eclipse-test-plugin.
Please make this change, then build locally to ensure your tests actually run w/o
failure.
Then, once committed, you can verify they're run here:
https://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--op...
You will see that currently there's only one test being run there:
https://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_trunk.component--op...
(That's a fake test that is just there so that Hudson will always have at least one
test to parse into test results for every job. When you have real tests running,
you'll see there will be more than just the single fake test shown.)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira