[ 
https://issues.apache.org/jira/browse/JCR-1452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575047#action_12575047
 ] 

Thomas Mueller commented on JCR-1452:
-------------------------------------

> There's probably a reason why the test needs to run with 500 MB blobs,

Yes, to ensures the blob is not fully loaded in memory

> it doesn't make sense to scale them down just to make them runnable. 

Of course it makes sense to scale them down to make them runnable. A test case 
with a 50 KB blob goes through quite a lot of code, code that would otherwise 
not be tested. A test that uses different blob sizes (0, 1, 10, 100,... 1 GB) 
is better than one that just tests one case (1 GB).

> system properties in the <systemProperties/> configuration of 
> maven-surefire-plugin.

Thanks! Too bad -D can't be used.


> Make use of jackrabbit.test.scale in test cases
> -----------------------------------------------
>
>                 Key: JCR-1452
>                 URL: https://issues.apache.org/jira/browse/JCR-1452
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Marcel Reutegger
>            Priority: Minor
>             Fix For: 1.5
>
>
> There are already a number of longer running test cases in jackrabbit-core, 
> but they are all disabled because they otherwise make building 
> jackrabbit-core a very long task.
> Those tests should make use of the jackrabbit.test.scale property and per 
> default (scale = 1) run within a short time.

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

Reply via email to