[overlord-issues] [JBoss JIRA] (SRAMP-431) Arquillian-based integration tests

Brett Meyer (JIRA) issues at jboss.org
Sun Jul 6 13:48:24 EDT 2014


    [ https://issues.jboss.org/browse/SRAMP-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982485#comment-12982485 ] 

Brett Meyer commented on SRAMP-431:
-----------------------------------

One thought for Fuse:

The test currently runs Arquillian in its "as-client" mode, skipping the @Deployment completely.  So that we can simply reuse those tests, we might consider configuring the embedded Fuse container with XML.  IIRC, that's possible in Arquillian, rather than having to include another layer in the tests with the Fuse-specific @Deployment.

> Arquillian-based integration tests
> ----------------------------------
>
>                 Key: SRAMP-431
>                 URL: https://issues.jboss.org/browse/SRAMP-431
>             Project: S-RAMP
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>            Reporter: Brett Meyer
>            Assignee: Brett Meyer
>
> Create a new s-ramp-test module to contain all integration tests.  Thoughts:
> - 1 central ant script, executed by the POM, should be in charge of downloading the Jetty and and Tomcat distros, then unpacking them.  Arquillian would then use them in a "managed mode."
> - The ant script will eventually be in charge of downloading EAP as well, but not until we have CI hardware within the RH network.  Until then, we'll need to do something similar to RTGov's current tests: require the distro be manually downloaded and unpacked, then set $JBOSS_HOME
> - Fuse should be run in embedded mode.
> - No tests should run by default.  Hide all behind container-specific profiles, enabled only on the CI job(s).
> - Include a simple s-ramp-client based test to at least ensure the app comes up, auth works, and uploading/querying works.
> - Pull in any functional tests from the other modules requiring the server to be spun-up.  Leave behind only pure *unit* tests.
> The work-in-progress: https://github.com/brmeyer/s-ramp/compare/integration-tests



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the overlord-issues mailing list