[
https://issues.jboss.org/browse/JBIDE-18765?page=com.atlassian.jira.plugi...
]
Nick Boldt updated JBIDE-18765:
-------------------------------
Attachment:
org.jboss.ide.eclipse.as.internal.management.as7.tests.AS7IntegrationTestSuite.txt
First kicks at this can:
https://github.com/robstryker/jbosstools-server/tree/integration_tests
https://github.com/nickboldt/jbosstools-server/tree/integration_tests_all...
I've got this sort of working...
{code}
mvn install -Djbosstools.test.jre.7=/opt/sun-java2-7.0/
-Djbosstools.test.jre.8=/opt/sun-java2-8.0/ -Djbosstools.test.jre.6=/opt/sun-java2-6.0/
-fae -e -Pitest
{code}
But with some test failures:
{code}
[INFO] org.jboss.tools.as.test.core ...................... FAILURE [14:46.403s]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.eclipse.tycho:tycho-surefire-plugin:0.21.0:test (default-test) on project
org.jboss.tools.as.test.core: There are test failures.
{code}
See [^org.jboss.ide.eclipse.as.internal.management.as7.tests.AS7IntegrationTestSuite.txt]
for junit failure details.
reorg/refactor integration tests in server tools so they can be run
separately
------------------------------------------------------------------------------
Key: JBIDE-18765
URL:
https://issues.jboss.org/browse/JBIDE-18765
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: build, server
Affects Versions: 4.2.0.Final
Reporter: Nick Boldt
Attachments:
org.jboss.ide.eclipse.as.internal.management.as7.tests.AS7IntegrationTestSuite.txt
* move integration tests into their own test suites, so they can be run separate from
unit tests
* move those test suites into their own plugins, so they can be build separately from
unit tests
* support a new -Pitest profile for enabling integration tests to run only when we want
them, and default to skipping them for faster local builds
* update jenkins jobs to enable the -Pitest profile so we run these i-tests for CI jobs
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)