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 "Julian Reschke (JIRA)" <ji...@apache.org> on 2017/12/01 17:02:00 UTC

[jira] [Commented] (OAK-7020) Windows test failures for oak-solr-core

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

Julian Reschke commented on OAK-7020:
-------------------------------------

Caused by

{noformat}
TestUtils.class.getResource(SOLR_HOME_PATH).getFile() 
{noformat}

returning {{/C:/projects/apache/oak/trunk/oak-solr-core/target/test-classes/solr}} (getPath() does the same)

> Windows test failures for oak-solr-core
> ---------------------------------------
>
>                 Key: OAK-7020
>                 URL: https://issues.apache.org/jira/browse/OAK-7020
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: solr
>            Reporter: Julian Reschke
>            Assignee: Tommaso Teofili
>
> {noformat}
> [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.188 s <<< FAILURE! - in org.apache.jackrabbit.oak.plugins.index.solr.index.SolrIndexEditorTest
> [ERROR] testIgnoredPropertiesNotIndexed(org.apache.jackrabbit.oak.plugins.index.solr.index.SolrIndexEditorTest)  Time elapsed: 0.188 s  <<< ERROR!
> java.lang.RuntimeException: java.nio.file.InvalidPathException: Illegal char <:> at index 2: /C:/projects/apache/oak/trunk/oak-solr-core/target/test-classes/solr
>         at org.apache.jackrabbit.oak.plugins.index.solr.index.SolrIndexEditorTest.testIgnoredPropertiesNotIndexed(SolrIndexEditorTest.java:71)
> Caused by: java.nio.file.InvalidPathException: Illegal char <:> at index 2: /C:/projects/apache/oak/trunk/oak-solr-core/target/test-classes/solr
>         at org.apache.jackrabbit.oak.plugins.index.solr.index.SolrIndexEditorTest.testIgnoredPropertiesNotIndexed(SolrIndexEditorTest.java:71)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)