[JBoss JIRA] (SRAMP-497) Exclude s-ramp-demos-assembly from all distro zips
by David virgil naranjo (JIRA)
[ https://issues.jboss.org/browse/SRAMP-497?page=com.atlassian.jira.plugin.... ]
David virgil naranjo commented on SRAMP-497:
--------------------------------------------
close this issue then. The s-ramp-demos-assembly project should not be included in the distro.
So you checked and it is not included. So this can be closed, as this is not an issue.
> Exclude s-ramp-demos-assembly from all distro zips
> --------------------------------------------------
>
> Key: SRAMP-497
> URL: https://issues.jboss.org/browse/SRAMP-497
> Project: S-RAMP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Distro
> Reporter: Eric Wittmann
> Assignee: Brett Meyer
> Fix For: 0.5.0
>
>
> Reported by David (0.5.0.Beta1 Testing):
> This is not a demo, but rather a packaging of the other demos. It should be excluded from all zips. Ensure that it is.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (SRAMP-431) Arquillian-based integration tests
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-431?page=com.atlassian.jira.plugin.... ]
Brett Meyer commented on SRAMP-431:
-----------------------------------
Investigating moving all AbstractJCRPersistenceTest, BaseResourceTest, etc. into s-ramp-test. Basically, anything that spins up a server needs to be an "integration test". Only true, pure, unit tests will be left behind.
This should also mean that we can strip out RestEasy's test framework, TJWS, etc., since we should instead be relying on the Arquillian container
> 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)
10 years, 4 months
[JBoss JIRA] (SRAMP-503) Create JBoss EAP 6.3 integration test
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-503?page=com.atlassian.jira.plugin.... ]
Brett Meyer updated SRAMP-503:
------------------------------
Summary: Create JBoss EAP 6.3 integration test (was: Create JBoss EAP 6.2/6.3 integration tests)
Description: Arquillian was not working with the EAP 6.3 beta. After the 6.3 GA release, try again. (was: Arquillian does not currently support EAP 6.2/6.3. Once it does, add *both* to the integration tests.)
> Create JBoss EAP 6.3 integration test
> -------------------------------------
>
> Key: SRAMP-503
> URL: https://issues.jboss.org/browse/SRAMP-503
> Project: S-RAMP
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Reporter: Brett Meyer
> Assignee: Brett Meyer
>
> Arquillian was not working with the EAP 6.3 beta. After the 6.3 GA release, try again.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (SRAMP-431) Arquillian-based integration tests
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-431?page=com.atlassian.jira.plugin.... ]
Brett Meyer edited comment on SRAMP-431 at 7/8/14 10:44 AM:
------------------------------------------------------------
EAP 6.1/6.2 tests completed. 6.3 isn't working with Arquillian -- holding off on that until the GA release.
was (Author: brmeyer):
EAP 6.1 tests completed. 6.2 & 6.3 are unfortunately not currently supported by Arquillian.
> 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)
10 years, 4 months
[JBoss JIRA] (RTGOV-462) Explore whether ElasticSearch server can be embedded into container (EAP)
by ivan mckinley (JIRA)
[ https://issues.jboss.org/browse/RTGOV-462?page=com.atlassian.jira.plugin.... ]
ivan mckinley commented on RTGOV-462:
-------------------------------------
Hey,
The PR RTGOV-462 contains the basic functionality for a embedded ES. by default it will start a embedded server but this is configurable
Open points/Todo,
- Port mapping of ES, Although ES will automatically take another port if defaults are not available. It would be prefered to configure this with EAP
- Possibly move the configuration from rtgov-es.properties to standalone.xml and domain.xml (this file is can be overwritten much like overlord-rtgov.properties )
> Explore whether ElasticSearch server can be embedded into container (EAP)
> -------------------------------------------------------------------------
>
> Key: RTGOV-462
> URL: https://issues.jboss.org/browse/RTGOV-462
> Project: RTGov (Run Time Governance)
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Gary Brown
> Assignee: ivan mckinley
> Fix For: 2.0.0.Final
>
> Original Estimate: 1 week
> Remaining Estimate: 1 week
>
> Determine whether ElasticSearch could be embedded within EAP/Karaf.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months
[JBoss JIRA] (SRAMP-431) Arquillian-based integration tests
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-431?page=com.atlassian.jira.plugin.... ]
Brett Meyer commented on SRAMP-431:
-----------------------------------
EAP 6.1 tests completed. 6.2 & 6.3 are unfortunately not currently supported by Arquillian.
> 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)
10 years, 4 months
[JBoss JIRA] (SRAMP-503) Create JBoss EAP 6.2/6.3 integration tests
by Brett Meyer (JIRA)
Brett Meyer created SRAMP-503:
---------------------------------
Summary: Create JBoss EAP 6.2/6.3 integration tests
Key: SRAMP-503
URL: https://issues.jboss.org/browse/SRAMP-503
Project: S-RAMP
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Reporter: Brett Meyer
Assignee: Brett Meyer
Arquillian does not currently support EAP 6.2/6.3. Once it does, add *both* to the integration tests.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 4 months