[jboss-jira] [JBoss JIRA] Commented: (JBAS-8540) Modify AS 6 and AS 6 testsuite to work with IPv6 addresses
Richard Achmatowicz (JIRA)
jira-events at lists.jboss.org
Sat Oct 23 12:43:54 EDT 2010
[ https://jira.jboss.org/browse/JBAS-8540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558906#action_12558906 ]
Richard Achmatowicz commented on JBAS-8540:
-------------------------------------------
10. Fix URL generation in a number of test cases. Many of these were dealt with previously in EAP 4.3 CP:
10.1 org.jboss.test.utils.web.HttpUtils
This is a utilities class used in test cases to do the following:
- create base URLs for non-authenticated access and authenticated access to servlets resident in Tomcat (getBaseURL(), getBaseURLNoAuth())
- execute those interactions with Tomcat (accessURL)
- added in private methods to generate getServerHost() and getServerHostForURL()
10.2 ClassloaderLeakTests were failing with an incorrectly constructed URL to Tomcat.
The following tests were affected (* indicated modified):
ClassloaderLeakTestBase(*)
ClassloaderLeakUnitTest
Ejb3ClassloaderLeakUnitTest
URL generation fixed.
10.3 JAXR tests were failing due to the system property jaxr.query.url and jaxr.publish.url being set incorreectly in testsuite/build.xml.
These system properties are used to set the properties for obtaining the javax.xml.registries.ConnectionFactoiry.
Fixed build.xml to use node0.url instrad of node0.
10.4 Fixed URL generation in the following test cases:
org.jboss.test.security.test.CustomPrincipalPropagationUnitTestCase
org.jboss.test.web.security.CustomHeaderAuthTestCase
org.jboss.test.web.test.SingleSignOnUnitTestCase
org.jboss.test.naming.test.NamingRestartUnitTestCase
org.jboss.test.naming.test.PooledInvokerUnitTestCase
org.jboss.test.naming.test.SecurityUnitTestCase
org.jboss.test.naming.test.SimpleUnitTestCase
org.jboss.test.jbossmq.test.HTTPConnectionUnitTestCase
org.jboss.test.hellojrmpiiop.test.HelloTimingStressTestcase(*)
mainly by changing getServerHost() to getServerHostForURL() when embedded in URLs.
> Modify AS 6 and AS 6 testsuite to work with IPv6 addresses
> ----------------------------------------------------------
>
> Key: JBAS-8540
> URL: https://jira.jboss.org/browse/JBAS-8540
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 6.0.0.M4
> Environment: All certified platforms.
> Reporter: Richard Achmatowicz
> Assignee: Richard Achmatowicz
> Fix For: TBD
>
>
> Modify AS 6 and the AS 6 testsuite to work with IPv6 addresses.
> The end result should be:
> (i) AS 6 boots cleanly with both IPv4 and IPv6 addresses
> (ii) the AS testsuite and its test cases run cleanly against IPv4 and IPv6 addresses
> This task does not aim to certify that AS 6 is IPv6-compatible or ready. Such a certification may require the development of additional test cases to verify specific features relating to IPv6. For a discussion of such issues, see https://docspace.corp.redhat.com/docs/DOC-47796.
> This work is a precursor to making AS 7 IPv6 compatible.
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list