Marcel Reutegger created OAK-9623:
-------------------------------------
Summary: EnforceDynamicMembershipTest fails sporadically
Key: OAK-9623
URL: https://issues.apache.org/jira/browse/OAK-9623
Project: Jackrabbit Oak
Issue Type: Bug
Components: auth-external
Reporter: Marcel Reutegger
EnforceDynamicMembershipTest fails sporadically on a build system I have access
to. The failing test varies. A recent failure was:
{noformat}
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)
{noformat}
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.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)