You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Alex Deparvu (JIRA)" <ji...@apache.org> on 2018/03/19 09:43:00 UTC

[jira] [Resolved] (OAK-7354) Test failure ExternalIdentityImporterTest.importExternalUserWithPrincipalNames

     [ https://issues.apache.org/jira/browse/OAK-7354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Deparvu resolved OAK-7354.
-------------------------------
       Resolution: Fixed
         Assignee: Alex Deparvu
    Fix Version/s: 1.10
                   1.9.0

refactored the test to reduce variable sharing
http://svn.apache.org/viewvc?rev=1827181&view=rev

> Test failure ExternalIdentityImporterTest.importExternalUserWithPrincipalNames
> ------------------------------------------------------------------------------
>
>                 Key: OAK-7354
>                 URL: https://issues.apache.org/jira/browse/OAK-7354
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: auth-external, continuous integration
>            Reporter: Hudson
>            Assignee: Alex Deparvu
>            Priority: Major
>             Fix For: 1.9.0, 1.10
>
>
> The build Jackrabbit Oak #1318 has failed.
> First failed run: [Jackrabbit Oak #1318|https://builds.apache.org/job/Jackrabbit%20Oak/1318/] [console log|https://builds.apache.org/job/Jackrabbit%20Oak/1318/console]
> {noformat}Test results:
> 2 tests failed.
> FAILED:  org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal.ExternalIdentityImporterTest.importExternalUserWithPrincipalNames
> Error Message:
> Node with the same UUID exists:/rep:security/rep:authorizables/rep:users/t: { jcr:primaryType = rep:AuthorizableFolder, t7 = { ... }}
> Stack Trace:
> javax.jcr.ItemExistsException: Node with the same UUID exists:/rep:security/rep:authorizables/rep:users/t: { jcr:primaryType = rep:AuthorizableFolder, t7 = { ... }}
>         at org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal.ExternalIdentityImporterTest.doImport(ExternalIdentityImporterTest.java:132)
>         at org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal.ExternalIdentityImporterTest.importExternalUserWithPrincipalNames(ExternalIdentityImporterTest.java:167)
> FAILED:  org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal.ExternalIdentityImporterTest.importExternalUser
> Error Message:
> Node with the same UUID exists:/rep:security/rep:authorizables/rep:users/t: { jcr:primaryType = rep:AuthorizableFolder, tt = { ... }}
> Stack Trace:
> javax.jcr.ItemExistsException: Node with the same UUID exists:/rep:security/rep:authorizables/rep:users/t: { jcr:primaryType = rep:AuthorizableFolder, tt = { ... }}
>         at org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal.ExternalIdentityImporterTest.doImport(ExternalIdentityImporterTest.java:132)
>         at org.apache.jackrabbit.oak.spi.security.authentication.external.impl.principal.ExternalIdentityImporterTest.importExternalUser(ExternalIdentityImporterTest.java:153)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)