[
https://issues.apache.org/jira/browse/JCR-3852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352512#comment-14352512
]
Amit Jain commented on JCR-3852:
--------------------------------
bq. Ran the full test case suite thrice but got random failure of testcases
once. If you get random failure, suggest to open new jira to track the same.
JCR-3856 created to track this,
BTW the random failures have nothing to do with adding or removing tearDown()
as you have probably also observed. Any particular reason that you made this
change at [1]? It looks to me that in making this change, the character of the
test also changes somewhat.
[1]
{noformat}
ds.setConfig(config);
- ds.setCacheSize(dataLength * 10);
- ds.setCachePurgeTrigFactor(0.5d);
- ds.setCachePurgeResizeFactor(0.4d);
+ ds.setCacheSize(dataLength * 20);
+ ds.setCachePurgeTrigFactor(0.9d);
+ ds.setCachePurgeResizeFactor(0.8d);
{noformat}
> [jackrabbit-aws-ext] Refactor code to open S3 service & consolidate testcases
> -----------------------------------------------------------------------------
>
> Key: JCR-3852
> URL: https://issues.apache.org/jira/browse/JCR-3852
> Project: Jackrabbit Content Repository
> Issue Type: Improvement
> Components: jackrabbit-data
> Affects Versions: 2.9.1
> Reporter: Shashank Gupta
> Priority: Minor
> Fix For: 2.9.1
>
> Attachments: JCR-3852.patch, JCR-3852_v_1.1.patch,
> JCR-3852_v_1.2.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)