[
https://issues.apache.org/jira/browse/SLING-4649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14618252#comment-14618252
]
Robert Munteanu commented on SLING-4649:
----------------------------------------
I think at least there should be a different task, the IT is not failing
anymore :-)
And (again), I don't see why we should do this change, as {{repository.home}}
is used in multiple places in Oak to build configuration values. Why specify
multiple configuration values when we can specify just one?
For the record:
{noformat}
oak-blob/src/main/java/org/apache/jackrabbit/oak/spi/blob/osgi/FileBlobStoreService.java:
private static final String PROP_HOME = "repository.home";
oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/blob/datastore/AbstractDataStoreService.java:
private static final String PROP_HOME = "repository.home";
oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/segment/SegmentNodeStoreService.java:
public static final String DIRECTORY = "repository.home";
oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/LuceneIndexProviderService.java:
public static final String REPOSITORY_HOME = "repository.home";
{noformat}
> FullTextIndexingTest.testUploadedPdfIsIndexed fails on Oak
> ----------------------------------------------------------
>
> Key: SLING-4649
> URL: https://issues.apache.org/jira/browse/SLING-4649
> Project: Sling
> Issue Type: Bug
> Components: Launchpad, Oak
> Reporter: Robert Munteanu
> Assignee: Oliver Lietz
> Labels: sling-IT
> Fix For: Launchpad Builder 8
>
>
> Failed tests:
> FullTextIndexingTest.testUploadedPdfIsIndexed:57 RetryLoop failed,
> condition is false after 10 seconds: A document containing 'Excepteur' is
> found under /FullTextIndexingTest
> This last worked on Jenkins with [sling-oak-it-1.7
> 42|https://builds.apache.org/view/S-Z/view/Sling/job/sling-oak-it-1.7/42/] -
> r1673619, Apr 17, 2015 5:20:55 PM
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)