[jbosstools-issues] [JBoss JIRA] (JBIDE-15853) plugins w/o test classes should not be set to packaging=eclipse-test-plugin
Nick Boldt (JIRA)
jira-events at lists.jboss.org
Tue Nov 5 14:57:01 EST 2013
[ https://issues.jboss.org/browse/JBIDE-15853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12851117#comment-12851117 ]
Nick Boldt commented on JBIDE-15853:
------------------------------------
Tried again w/ current PR and now get this:
{code}
mvn clean install -Dmaven.test.failure.ignore=true -Dmaven.test.error.ignore=true
...
[INFO] integration-tests.all ............................. SUCCESS [2.103s]
[INFO] integration-tests.plugins ......................... SUCCESS [0.037s]
[INFO] org.jboss.ide.eclipse.as.reddeer .................. SUCCESS [1.508s]
[INFO] org.jboss.tools.archives.reddeer .................. SUCCESS [0.415s]
[INFO] org.jboss.tools.common.reddeer .................... SUCCESS [0.248s]
[INFO] org.jboss.tools.cdi.reddeer ....................... SUCCESS [0.266s]
[INFO] org.jboss.tools.ui.bot.ext ........................ SUCCESS [3.695s]
[INFO] org.jboss.tools.jst.ui.bot.test ................... SUCCESS [2.222s]
[INFO] org.jboss.tools.hibernate.reddeer ................. SUCCESS [0.364s]
[INFO] org.jboss.tools.ws.reddeer ........................ SUCCESS [0.516s]
[INFO] integration-tests.tests ........................... SUCCESS [0.051s]
[INFO] org.jboss.ide.eclipse.as.ui.bot.test .............. SUCCESS [4:25.148s]
[INFO] org.jboss.tools.aerogear.ui.bot.test .............. SUCCESS [0.836s]
[INFO] org.jboss.tools.archives.ui.bot.test .............. SUCCESS [6.578s]
[INFO] org.jboss.tools.cdi.bot.test ...................... SUCCESS [1.384s]
[INFO] org.jboss.tools.cdi.seam3.bot.test ................ SUCCESS [2.665s]
[INFO] org.jboss.tools.central.test.ui.bot ............... SUCCESS [1.312s]
[INFO] org.jboss.tools.deltaspike.ui.bot.test ............ SUCCESS [0.747s]
[INFO] org.jboss.tools.dummy.ui.bot.test ................. SUCCESS [0.430s]
[INFO] org.jboss.tools.forge.ui.bot.test ................. SUCCESS [8.335s]
[INFO] org.jboss.tools.freemarker.ui.bot.test ............ SUCCESS [0.528s]
[INFO] org.jboss.tools.hibernate.ui.bot.test ............. SUCCESS [3.234s]
[INFO] org.jboss.tools.vpe.ui.bot.test ................... SUCCESS [20.675s]
[INFO] org.jboss.tools.jsf.ui.bot.test ................... SUCCESS [0.763s]
[INFO] org.jboss.tools.maven.ui.bot.test ................. SUCCESS [46.934s]
[INFO] org.jboss.tools.mylyn.ui.bot.test ................. SUCCESS [1.074s]
[INFO] org.jboss.tools.openshift.ui.bot.test ............. SUCCESS [1.054s]
[INFO] org.jboss.tools.runtime.as.ui.bot.test ............ SUCCESS [27:32.545s]
[INFO] org.jboss.tools.seam.ui.bot.test .................. SUCCESS [1.646s]
[INFO] org.jboss.tools.ui.bot.ext.test ................... SUCCESS [0.595s]
[INFO] org.jboss.tools.ws.ui.bot.test .................... SUCCESS [12.054s]
[INFO] integration-tests.features ........................ SUCCESS [0.160s]
[INFO] org.jboss.tools.itests.feature .................... SUCCESS [3.890s]
[INFO] integration-tests.site ............................ SUCCESS [1:38.051s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 37:53.175s
[INFO] Finished at: Tue Nov 05 13:54:12 EST 2013
[INFO] Final Memory: 136M/497M
{code}
> plugins w/o test classes should not be set to packaging=eclipse-test-plugin
> ---------------------------------------------------------------------------
>
> Key: JBIDE-15853
> URL: https://issues.jboss.org/browse/JBIDE-15853
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: testing-tools
> Affects Versions: 4.1.1.Beta1
> Reporter: Nick Boldt
>
> 4 plugins in jbosstools-integration-tests have no test classes, but are set via their pom to packaging type eclipse-test-plugin instead of eclipse-plugin.
> As a result, these four plugins fail to run tests and the resulting build is red.
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integration-tests.aggregate_master/101/consoleFull}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.archives.reddeer: No tests found.
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.common.reddeer: No tests found.
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.cdi.reddeer: No tests found.
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.ws.reddeer: No tests found.
> {code}
> I propose that if these plugins are meant to be framework/API code, containing no actual JUnit tests to run, that their poms be changed as follows:
> {code}
> - <packaging>eclipse-test-plugin</packaging>
> + <packaging>eclipse-plugin</packaging>
> {code}
> And they be moved from
> https://github.com/jbosstools/jbosstools-integration-tests/tree/master/tests/
> into
> https://github.com/jbosstools/jbosstools-integration-tests/tree/master/plugins/
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list