[
https://issues.apache.org/jira/browse/OAK-3032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14619091#comment-14619091
]
Tobias Bocanegra commented on OAK-3032:
---------------------------------------
the error was introduced by OAK-2998. the revision before still works. I'll
have a look.
btw, git bisect is cool:
{noformat}
$ git bisect log
git bisect start
# bad: [7e5185ea3d5f6df5eda12f4917b3ab59a77d66fb] OAK-3041: Baseline plugin
suggests version increase for unmodified class
git bisect bad 7e5185ea3d5f6df5eda12f4917b3ab59a77d66fb
# bad: [07fdfd21df4ce3e86abd22bcd9e3f0eb6076c522] OAK-2924: DocumentNodeStore
background update thread handling of persistence exceptions
git bisect bad 07fdfd21df4ce3e86abd22bcd9e3f0eb6076c522
# good: [bce34e173aea8ece5921150f803fc349235d8e92] OAK-2995: RDB*Store: check
transaction isolation level
git bisect good bce34e173aea8ece5921150f803fc349235d8e92
# bad: [39092552f1d733a3eacb4b8125bccab5bdeb027d] OAK-2998 : Postpone
calculation of effective principals to LoginModule.commit
git bisect bad 39092552f1d733a3eacb4b8125bccab5bdeb027d
# first bad commit: [39092552f1d733a3eacb4b8125bccab5bdeb027d] OAK-2998 :
Postpone calculation of effective principals to LoginModule.commit
{noformat}
> LDAP test failures
> ------------------
>
> Key: OAK-3032
> URL: https://issues.apache.org/jira/browse/OAK-3032
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: auth-ldap
> Reporter: Marcel Reutegger
> Assignee: Tobias Bocanegra
> Fix For: 1.3.3
>
>
> There are various test failures in the oak-auth-ldap module:
> Failed tests:
> testPrincipalsFromAuthInfo(org.apache.jackrabbit.oak.security.authentication.ldap.DefaultLdapLoginModuleTest):
>
> expected:<[org.apache.jackrabbit.oak.security.user.UserPrincipalProvider$GroupPrincipal:cn=foobargroup,ou=groups,ou=system,
> org.apache.jackrabbit.oak.security.user.TreeBasedPrincipal:cn=Foo
> Bar,ou=users,ou=system, everyone principal]> but was:<[]>
>
> testPrincipalsFromAuthInfo(org.apache.jackrabbit.oak.security.authentication.ldap.GuestTokenDefaultLdapLoginModuleTest):
>
> expected:<[org.apache.jackrabbit.oak.security.user.UserPrincipalProvider$GroupPrincipal:cn=foobargroup,ou=groups,ou=system,
> org.apache.jackrabbit.oak.security.user.TreeBasedPrincipal:cn=Foo
> Bar,ou=users,ou=system, everyone principal]> but was:<[]>
>
> testPrincipalsFromAuthInfo(org.apache.jackrabbit.oak.security.authentication.ldap.TokenDefaultLdapLoginModuleTest):
>
> expected:<[org.apache.jackrabbit.oak.security.user.UserPrincipalProvider$GroupPrincipal:cn=foobargroup,ou=groups,ou=system,
> org.apache.jackrabbit.oak.security.user.TreeBasedPrincipal:cn=Foo
> Bar,ou=users,ou=system, everyone principal]> but was:<[]>
> The tests also fail on travis. E.g.:
> https://s3.amazonaws.com/archive.travis-ci.org/jobs/68124560/log.txt
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)