[
https://issues.jboss.org/browse/JBIDE-18765?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-18765 at 11/19/14 5:08 PM:
--------------------------------------------------------------
With this PR, I can run the build and skip running the itests:
https://github.com/robstryker/jbosstools-server/pull/12
{quote}
[INFO] --- tycho-surefire-plugin:0.21.0:test (default-test) @
org.jboss.ide.eclipse.as.archives.integration.test ---
[INFO] Skipping tests
{quote} -- [^log_build-all_no-itests-run.txt]
I can also run the build and run the itests but get test failures:
[^log_build-all_all-itests-run_clean.txt]
[^org.jboss.ide.eclipse.as.internal.management.as7.tests.AS7IntegrationTestSuite.txt]
[^org.jboss.ide.eclipse.as.integration.tests.ASToolsIntegrationTestSuite.txt]
was (Author: nickboldt):
With this PR, I can run the build and skip running the itests:
https://github.com/robstryker/jbosstools-server/pull/12
{quote}
[INFO] --- tycho-surefire-plugin:0.21.0:test (default-test) @
org.jboss.ide.eclipse.as.archives.integration.test ---
[INFO] Skipping tests
{quote} -- [^log_build-all_no-itests-run.txt]
I can also run the build and run the itests but get test failures:
[^log_build-all_all-itests-run_clean.txt]
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
Assignee: Rob Stryker
Fix For: 4.3.0.Alpha1
Attachments: log_build-all_all-itests-run_clean.txt,
log_build-all_no-itests-run.txt,
org.jboss.ide.eclipse.as.integration.tests.ASToolsIntegrationTestSuite.txt,
org.jboss.ide.eclipse.as.internal.management.as7.tests.AS7IntegrationTestSuite.txt,
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)