You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2008/11/14 15:02:44 UTC

[jira] Created: (SLING-734) jcrinstall integration tests

jcrinstall integration tests
----------------------------

                 Key: SLING-734
                 URL: https://issues.apache.org/jira/browse/SLING-734
             Project: Sling
          Issue Type: Test
          Components: JCR Install
            Reporter: Bertrand Delacretaz


Create integration tests for jcrinstall, to test startup and bundles installs/updates/deletes on a real repository, as opposed to the current mock-based tests.

Those tests should be in a separate module so as not to slow down the Sling build.

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


[jira] Closed: (SLING-734) jcrinstall integration tests

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

Bertrand Delacretaz closed SLING-734.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: JCR Install 2.0.4

Added two more stress tests in revision 722928.

Closing this issue, please open more specific issues for missing tests if needed.

> jcrinstall integration tests
> ----------------------------
>
>                 Key: SLING-734
>                 URL: https://issues.apache.org/jira/browse/SLING-734
>             Project: Sling
>          Issue Type: Test
>          Components: JCR Install
>            Reporter: Bertrand Delacretaz
>             Fix For: JCR Install 2.0.4
>
>
> Create integration tests for jcrinstall, to test startup and bundles installs/updates/deletes on a real repository, as opposed to the current mock-based tests.
> Those tests should be in a separate module so as not to slow down the Sling build.

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


[jira] Commented: (SLING-734) jcrinstall integration tests

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652787#action_12652787 ] 

Bertrand Delacretaz commented on SLING-734:
-------------------------------------------

Test infrastructure created in revision 722885, first simple test works (InstallClonedBundlesTest).

The tests can easily create large number of bundles, by creating and installing clones of the test "observer" bundle, each with its own unique symbolic name.

See http://svn.apache.org/repos/asf/incubator/sling/trunk/extensions/jcrinstall/testing/README.txt for more info.


> jcrinstall integration tests
> ----------------------------
>
>                 Key: SLING-734
>                 URL: https://issues.apache.org/jira/browse/SLING-734
>             Project: Sling
>          Issue Type: Test
>          Components: JCR Install
>            Reporter: Bertrand Delacretaz
>
> Create integration tests for jcrinstall, to test startup and bundles installs/updates/deletes on a real repository, as opposed to the current mock-based tests.
> Those tests should be in a separate module so as not to slow down the Sling build.

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


[jira] Commented: (SLING-734) jcrinstall integration tests

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652819#action_12652819 ] 

Bertrand Delacretaz commented on SLING-734:
-------------------------------------------

I also added a jcrinstall info servlet at system/sling/jcrinstall, outputs info in Properties format, example:

#jcrinstall status
#Wed Dec 03 15:56:26 CET 2008
bundles.in.state.32=33
jcrinstall.enabled=false
bundles.in.state.4=140
osgi.start.level=20


> jcrinstall integration tests
> ----------------------------
>
>                 Key: SLING-734
>                 URL: https://issues.apache.org/jira/browse/SLING-734
>             Project: Sling
>          Issue Type: Test
>          Components: JCR Install
>            Reporter: Bertrand Delacretaz
>
> Create integration tests for jcrinstall, to test startup and bundles installs/updates/deletes on a real repository, as opposed to the current mock-based tests.
> Those tests should be in a separate module so as not to slow down the Sling build.

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