You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2009/12/16 19:42:19 UTC

[jira] Created: (CMIS-83) Make jcr test run faster

Make jcr test run faster
------------------------

                 Key: CMIS-83
                 URL: https://issues.apache.org/jira/browse/CMIS-83
             Project: Chemistry
          Issue Type: Improvement
          Components: jcr
            Reporter: Michael Dürig
         Attachments: CMIS-83.patch

Currently the Jackrabbit repository is fully initialized and torn down again for each test. This adds a great overhead in the time the tests need to complete. I suggest to initialize the repository only at the beginning and and tear it down after all tests ran. 

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


[jira] Commented: (CMIS-83) Make jcr test run faster

Posted by "Michael Dürig (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CMIS-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791521#action_12791521 ] 

Michael Dürig commented on CMIS-83:
-----------------------------------

BTW: This patch also contains my patch for CMIS-80.

> Make jcr test run faster
> ------------------------
>
>                 Key: CMIS-83
>                 URL: https://issues.apache.org/jira/browse/CMIS-83
>             Project: Chemistry
>          Issue Type: Improvement
>          Components: jcr
>            Reporter: Michael Dürig
>         Attachments: CMIS-83.patch
>
>
> Currently the Jackrabbit repository is fully initialized and torn down again for each test. This adds a great overhead in the time the tests need to complete. I suggest to initialize the repository only at the beginning and and tear it down after all tests ran. 

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


[jira] Updated: (CMIS-83) Make jcr test run faster

Posted by "Michael Dürig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CMIS-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig updated CMIS-83:
------------------------------

    Attachment: CMIS-83-updated.patch

Updated patch to account for changes in r891381

> Make jcr test run faster
> ------------------------
>
>                 Key: CMIS-83
>                 URL: https://issues.apache.org/jira/browse/CMIS-83
>             Project: Chemistry
>          Issue Type: Improvement
>          Components: jcr
>            Reporter: Michael Dürig
>         Attachments: CMIS-83-updated.patch, CMIS-83.patch
>
>
> Currently the Jackrabbit repository is fully initialized and torn down again for each test. This adds a great overhead in the time the tests need to complete. I suggest to initialize the repository only at the beginning and and tear it down after all tests ran. 

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


[jira] Updated: (CMIS-83) Make jcr test run faster

Posted by "Michael Dürig (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CMIS-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig updated CMIS-83:
------------------------------

    Attachment: CMIS-83.patch

Patch implementing said behavior. Note that the repositories content is still fully recreated on each test. 

> Make jcr test run faster
> ------------------------
>
>                 Key: CMIS-83
>                 URL: https://issues.apache.org/jira/browse/CMIS-83
>             Project: Chemistry
>          Issue Type: Improvement
>          Components: jcr
>            Reporter: Michael Dürig
>         Attachments: CMIS-83.patch
>
>
> Currently the Jackrabbit repository is fully initialized and torn down again for each test. This adds a great overhead in the time the tests need to complete. I suggest to initialize the repository only at the beginning and and tear it down after all tests ran. 

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