]
Andrej Podhradsky closed JBTIS-27.
----------------------------------
Done a long time ago... so I'm closing this issue
migrate soa/brms tooling tests from jbosstools-integration-tests to
new repo jbosstools-integration-stack-itests
----------------------------------------------------------------------------------------------------------------
Key: JBTIS-27
URL:
https://issues.jboss.org/browse/JBTIS-27
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: distribution, testing
Affects Versions: 4.0.0
Reporter: Nick Boldt
Assignee: Andrej Podhradsky
Fix For: 4.1.3.Final
Currently, we have 3 update sites being built which include tests, from various repos.
The most notable of these is jbosstools-integration-tests, which includes UI and
integration tests (and framework code) for both the core and (JBT) the SOA/BRMS (JBTIS)
projects. Additionally, the individual JBT and JBTIS project also publish test
features/plugins to their respective update sites.
These test features are then composited, then aggregated into these sites:
http://download.jboss.org/jbosstools/updates/nightly/coretests/
http://download.jboss.org/jbosstools/updates/nightly/soatests/
http://download.jboss.org/jbosstools/updates/nightly/integrationtests/
Unfortunately, because of conflicting dependencies and version levels (soa is still on
Juno, whereas core is on Kepler) not all tests can run against a single target
platform/stack.
Therefore, I propose we move the SOA/BRMS (JBTIS) tests into a new github repo:
*jbosstools-integration-stack-itests*
This would allow those tests to be build/run/published against the upstream JBTIS target
platform and projects' test code, as well as incorporating shared code from the
upstream core projects' tests (and framework code) published here:
http://download.jboss.org/jbosstools/updates/nightly/coretests/4.0.juno/
New update sites would presumably be here:
http://download.jboss.org/jbosstools/updates/nightly/integration-stack/ (need to migrate
the build code and refactor the destination folder - see JBTIS-28)
http://download.jboss.org/jbosstools/updates/nightly/integration-stack-it...