[jboss-jira] [JBoss JIRA] Created: (AS7-1441) Arquillian Managed container should fail if a server on same management port is found
Aslak Knutsen (JIRA)
jira-events at lists.jboss.org
Tue Aug 2 05:16:24 EDT 2011
Arquillian Managed container should fail if a server on same management port is found
-------------------------------------------------------------------------------------
Key: AS7-1441
URL: https://issues.jboss.org/browse/AS7-1441
Project: Application Server 7
Issue Type: Bug
Components: Test Suite
Affects Versions: 7.0.0.Final
Reporter: Aslak Knutsen
Assignee: Aslak Knutsen
Fix For: 7.0.1.Final
The Managed container should not reuse a already started server if found on the same configuration, that's what the Remote container is for.
This is for security reasons to avoid running the test suite against a potential harmful environment. (e.g. manipulating the wrong server env backend data base etc)
The isServerStarted check should be replaced with a simple URL ping to avoid the 5 sec wait timeout in the Management API client.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list