-
Task
-
Resolution: Done
-
Critical
-
None
-
None
-
---
-
---
Certain tests in OidcIdentityPropagationTestCase can fail intermittently, as shown below:
java.lang.AssertionError: Unexpected result alice,false at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.wildfly.test.integration.elytron.oidc.client.OidcBaseTest.loginToApp(OidcBaseTest.java:380) at org.wildfly.test.integration.elytron.oidc.client.propagation.OidcIdentityPropagationTestCase.testServletToEjbSingleDeploymentOutflowNotConfigured(OidcIdentityPropagationTestCase.java:539) java.lang.AssertionError: Unexpected result alice,false at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.wildfly.test.integration.elytron.oidc.client.OidcBaseTest.loginToApp(OidcBaseTest.java:380) at org.wildfly.test.integration.elytron.oidc.client.propagation.OidcIdentityPropagationTestCase.testServletToEjbInvocation(OidcIdentityPropagationTestCase.java:487) at org.wildfly.test.integration.elytron.oidc.client.propagation.OidcIdentityPropagationTestCase.testServletToEjbSingleDeploymentLocal(OidcIdentityPropagationTestCase.java:456) java.lang.AssertionError: Unexpected result charlie,false at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.wildfly.test.integration.elytron.oidc.client.OidcBaseTest.loginToApp(OidcBaseTest.java:380) at org.wildfly.test.integration.elytron.oidc.client.propagation.OidcIdentityPropagationTestCase.testServletToEjbSingleDeploymentOutflowNotPossibleNonExistentIdentity(OidcIdentityPropagationTestCase.java:508) java.lang.AssertionError: Unexpected result alice,false at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.wildfly.test.integration.elytron.oidc.client.OidcBaseTest.loginToApp(OidcBaseTest.java:380) at org.wildfly.test.integration.elytron.oidc.client.propagation.OidcIdentityPropagationTestCase.testServletToEjbSingleDeploymentOutflowNotConfigured(OidcIdentityPropagationTestCase.java:539)
We suspect that this is a test issue.
- is cloned by
-
JBEAP-24665 Fix intermittent failures in OidcIdentityPropagationTestCase
- Closed
- is duplicated by
-
WFLY-17849 Intermittent failures in OidcIdentityPropagationTestCase
- Resolved
- is related to
-
WFLY-18079 Mark OidcWithIdentityPropagationTestCase as intermittently failing effectively @Ignore-ing it
- Closed
- relates to
-
WFLY-16793 Support for identity propagation from a WAR to an EJB in an EAR when using OIDC
- Closed