Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
EnforceDynamicMembershipTest fails sporadically on a build system I have access to. The failing test varies. A recent failure was:
java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at org.apache.jackrabbit.oak.spi.security.authentication.external.impl.EnforceDynamicMembershipTest.testGroupFromDifferentIDP(EnforceDynamicMembershipTest.java:130)
I'm able to reproduce when I instruct my IDE to run the tests of this class in a loop until one fails. One of them usually fails after a few iterations.
The tests were added with OAK-9599.
Attachments
Issue Links
- is related to
-
OAK-9599 Enforce dynamic membership upon user login
-
- Closed
-