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 "Stefan Egli (JIRA)" <ji...@apache.org> on 2016/02/03 12:59:39 UTC

[jira] [Commented] (OAK-3858) Review slow running tests

    [ https://issues.apache.org/jira/browse/OAK-3858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15130284#comment-15130284 ] 

Stefan Egli commented on OAK-3858:
----------------------------------

[~frm], can you double check if DocumentDiscoveryLiteServiceTest really takes 982 sec? It takes 59 sec on my machine (there's OAK-3444 which I have on my list to reduce that further):
{noformat}
Running org.apache.jackrabbit.oak.plugins.document.DocumentDiscoveryLiteServiceTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 59.56 sec
{noformat}

> Review slow running tests
> -------------------------
>
>                 Key: OAK-3858
>                 URL: https://issues.apache.org/jira/browse/OAK-3858
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>            Reporter: Francesco Mari
>
> Some of the tests executed during a normal {{mvn clean test}} execution seem to be very slow if compared with the rest of the suite. On my machine, some problematic tests are:
> {noformat}
> Running org.apache.jackrabbit.oak.spi.blob.FileBlobStoreTest
> Tests run: 18, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 10.982 sec
> Running org.apache.jackrabbit.oak.plugins.document.BasicDocumentStoreTest
> Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.961 sec
> Running org.apache.jackrabbit.oak.plugins.document.BulkCreateOrUpdateTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.076 sec
> Running org.apache.jackrabbit.oak.plugins.document.ConcurrentDocumentStoreTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.054 sec
> Running org.apache.jackrabbit.oak.plugins.document.DocumentDiscoveryLiteServiceTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 982.526 sec
> Running org.apache.jackrabbit.oak.plugins.document.DocumentNodeStoreTest
> Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.132 sec
> Running org.apache.jackrabbit.oak.plugins.document.LastRevRecoveryAgentTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.068 sec
> Running org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStorePerformanceTest
> Tests run: 10, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 10.006 sec
> Running org.apache.jackrabbit.oak.plugins.document.rdb.RDBDocumentStoreTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.017 sec
> Running org.apache.jackrabbit.oak.plugins.document.VersionGCWithSplitTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.128 sec
> Running org.apache.jackrabbit.oak.security.authentication.ldap.LdapLoginStandaloneTest
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.96 sec
> {noformat}
> These tests should be analyzed for potential errors or moved to the integration test phase.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)