You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Juan Jose Vazquez Delgado (JIRA)" <ji...@apache.org> on 2009/03/18 12:49:51 UTC

[jira] Created: (SLING-891) Some usermanager integration tests are failing

Some usermanager integration tests are failing
----------------------------------------------

                 Key: SLING-891
                 URL: https://issues.apache.org/jira/browse/SLING-891
             Project: Sling
          Issue Type: Bug
          Components: Testing
    Affects Versions: 3
         Environment: Maven version: 2.0.10
Java version: 1.5.0_14
OS name: "windows vista" version: "6.0" arch: "x86" Family: "windows"
            Reporter: Juan Jose Vazquez Delgado


mvn clean install in trunk fails for me:

Results :

Failed tests:
  testUpdateUser(org.apache.sling.launchpad.webapp.integrationtest.userManager.UpdateUserTest)
  testChangeUserPassword(org.apache.sling.launchpad.webapp.integrationtest.userManager.UpdateUserTest)
  testChangeUserPasswordWrongOldPwd(org.apache.sling.launchpad.webapp.integrationtest.userManager.UpdateUserTest)
  testChangeUserPasswordWrongConfirmPwd(org.apache.sling.launchpad.webapp.integrationtest.userManager.UpdateUserTest)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SLING-891) Some usermanager integration tests are failing

Posted by "Eric Norman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12683332#action_12683332 ] 

Eric Norman commented on SLING-891:
-----------------------------------

The usermanager_as_servlets.zip patch attached to SLING-875 should fix these integration tests as well.

> Some usermanager integration tests are failing
> ----------------------------------------------
>
>                 Key: SLING-891
>                 URL: https://issues.apache.org/jira/browse/SLING-891
>             Project: Sling
>          Issue Type: Bug
>          Components: Testing
>    Affects Versions: 3
>         Environment: Maven version: 2.0.10
> Java version: 1.5.0_14
> OS name: "windows vista" version: "6.0" arch: "x86" Family: "windows"
>            Reporter: Juan Jose Vazquez Delgado
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> mvn clean install in trunk fails for me:
> Results :
> Failed tests:
>   testUpdateUser(org.apache.sling.launchpad.webapp.integrationtest.userManager.UpdateUserTest)
>   testChangeUserPassword(org.apache.sling.launchpad.webapp.integrationtest.userManager.UpdateUserTest)
>   testChangeUserPasswordWrongOldPwd(org.apache.sling.launchpad.webapp.integrationtest.userManager.UpdateUserTest)
>   testChangeUserPasswordWrongConfirmPwd(org.apache.sling.launchpad.webapp.integrationtest.userManager.UpdateUserTest)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SLING-891) Some usermanager integration tests are failing

Posted by "Juan Jose Vazquez Delgado (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juan Jose Vazquez Delgado resolved SLING-891.
---------------------------------------------

    Resolution: Invalid

Finally, this seems to be a memory issue. MAVEN_OPTS=-Xmx512M and doesn´t fail anymore. Resolve this issue as invalid. Maybe we have to think about clean build memory requirements.

> Some usermanager integration tests are failing
> ----------------------------------------------
>
>                 Key: SLING-891
>                 URL: https://issues.apache.org/jira/browse/SLING-891
>             Project: Sling
>          Issue Type: Bug
>          Components: Testing
>    Affects Versions: 3
>         Environment: Maven version: 2.0.10
> Java version: 1.5.0_14
> OS name: "windows vista" version: "6.0" arch: "x86" Family: "windows"
>            Reporter: Juan Jose Vazquez Delgado
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> mvn clean install in trunk fails for me:
> Results :
> Failed tests:
>   testUpdateUser(org.apache.sling.launchpad.webapp.integrationtest.userManager.UpdateUserTest)
>   testChangeUserPassword(org.apache.sling.launchpad.webapp.integrationtest.userManager.UpdateUserTest)
>   testChangeUserPasswordWrongOldPwd(org.apache.sling.launchpad.webapp.integrationtest.userManager.UpdateUserTest)
>   testChangeUserPasswordWrongConfirmPwd(org.apache.sling.launchpad.webapp.integrationtest.userManager.UpdateUserTest)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.