[
https://issues.apache.org/jira/browse/OAK-10460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17780303#comment-17780303
]
Julian Reschke edited comment on OAK-10460 at 10/27/23 11:01 AM:
-----------------------------------------------------------------
The tests currently fail on Windows:
{noformat}
[ERROR] Errors:
[ERROR] PipelinedMergeSortTaskTest.oneFileToMerge:54->getTestFile:82 »
InvalidPath Ill...
[ERROR] PipelinedMergeSortTaskTest.twoFilesToMerge:62->getTestFile:82 »
InvalidPath Il...
[INFO]
[ERROR] Tests run: 115, Failures: 0, Errors: 2, Skipped: 0
{noformat}
That's because the URL returned for the test file is
{{file:/C:/projects/apache/oak/trunk/oak-run-commons/target/test-classes/pipelined/merge-stage-1.json}},
so {{url.getPath()}} returns
{{C:/projects/apache/oak/trunk/oak-run-commons/target/test-classes/pipelined/merge-stage-1.json}}.
(fixed in additional commit)
was (Author: reschke):
The tests currently fail on Windows:
{noformat}
[ERROR] Errors:
[ERROR] PipelinedMergeSortTaskTest.oneFileToMerge:54->getTestFile:82 »
InvalidPath Ill...
[ERROR] PipelinedMergeSortTaskTest.twoFilesToMerge:62->getTestFile:82 »
InvalidPath Il...
[INFO]
[ERROR] Tests run: 115, Failures: 0, Errors: 2, Skipped: 0
{noformat}
That's because the URL returned for the test file is
{{file:/C:/projects/apache/oak/trunk/oak-run-commons/target/test-classes/pipelined/merge-stage-1.json}},
so {{url.getPath()}} returns
{{C:/projects/apache/oak/trunk/oak-run-commons/target/test-classes/pipelined/merge-stage-1.json}}.
> PIPELINED strategy fails with OOME during final merge phase for very large
> repositories
> ---------------------------------------------------------------------------------------
>
> Key: OAK-10460
> URL: https://issues.apache.org/jira/browse/OAK-10460
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: indexing
> Reporter: Nuno Santos
> Priority: Major
> Fix For: 1.60.0
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)