You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/03/16 15:46:45 UTC

[jira] [Commented] (SOLR-5838) Relative SolrHome Path Bug At AbstractFullDistribZkTestBase

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

ASF subversion and git services commented on SOLR-5838:
-------------------------------------------------------

Commit 1578089 from shalin@apache.org in branch 'dev/trunk'
[ https://svn.apache.org/r1578089 ]

SOLR-5838: Relative SolrHome Path Bug At AbstractFullDistribZkTestBase

> Relative SolrHome Path Bug At AbstractFullDistribZkTestBase 
> ------------------------------------------------------------
>
>                 Key: SOLR-5838
>                 URL: https://issues.apache.org/jira/browse/SOLR-5838
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.6.1, 4.7
>            Reporter: Furkan KAMACI
>            Priority: Minor
>             Fix For: 4.8, 5.0
>
>         Attachments: SOLR-5838.patch
>
>
> getRelativeSolrHomePath method at AbstractFullDistribZkTestBase has a control like that:
> {code}
> if (base.startsWith("."));
> base.replaceFirst("\\.", new File(".").getName());
> {code}
> if statement does nothing and result of replaceFirst is ignored.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org