]
Kabir Khan commented on WFLY-8904:
----------------------------------
[~mjurc] I am reopening as this causes problems in the -Delytron runs of other PRs, e.g.
Fix AuthenticationTestCase and GetCallerPrincipalTestCase for Elytron
and unignore it
-------------------------------------------------------------------------------------
Key: WFLY-8904
URL:
https://issues.jboss.org/browse/WFLY-8904
Project: WildFly
Issue Type: Bug
Components: Test Suite
Reporter: Michal Jurc
Assignee: Michal Jurc
Fix For: 11.0.0.Beta1
{{org.jboss.as.test.integration.ejb.security.AuthenticationTestCase}} currently fails in
{{elytron}} profile due to different exception than expected (old PB one) being produced
by Elytron:
{code}Results :
Failed tests:
AuthenticationTestCase.testAuthentication_TwoBeans_ReAuth__BadPwd_ViaServlet:257 null
{code}
When this is fixed, the test should be unignored for the {{elytron}} profile.
{{GetCallerPrincipalTestCase}} also needs to be changed to adhere to unspecified security
context in beans in {{PostConstruct}} phase.