Bug 900434 (JBPAPP6-960)
| Summary: | WebSecurityJBossSimpleRoleMappingTestCase and WebSecurityJBossWebXmlSecurityRolesTestCase fail consistently on IBMJDK due to multiple Archive deployments with the same Target | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Madhumita Sadhukhan <msadhukh> |
| Component: | Testsuite | Assignee: | Madhumita Sadhukhan <msadhukh> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0.0 | CC: | jcacek, msadhukh, pslavice |
| Target Milestone: | --- | ||
| Target Release: | EAP 6.0.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/JBPAPP6-960 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-10-04 13:27:46 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 900553 | ||
|
Description
Madhumita Sadhukhan
2012-05-15 08:34:46 UTC
Peter I am assigning this to you please take a look and feel free to reassign if this does not concern you. Josef, can you investigate? Link: Added: This issue is a dependency of JBPAPP-9188 The main problem comes from the JDKs. When Arquillian uses Class.getMethods() on a test class, then - Oracle JDK returns one static method deployment() - but IBM JDK return two - one from the test itself and one from the parent class. I'll make a workaround in the tests to fix this. Git Pull Request: Added: https://github.com/jbossas/jboss-as/pull/2478, https://github.com/jbossas/jboss-as/pull/2480 Merged into AS7 upstream - master and 7.1 branches. This is fixed in 6.0.1.ER2 for IBMJDK https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-AS-Testsuite/job/eap-60-as-testsuite-RHEL6-buildIBMJDK6_testrunIBMJDK16/lastCompletedBuild/testReport/ Docs QE Status: Removed: NEW |