[ 
https://issues.apache.org/jira/browse/SOLR-4849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erick Erickson updated SOLR-4849:
---------------------------------

    Attachment: SOLR-4849.patch

Shawn:

Thanks for testing, this is puzzling. If I may presume on your good nature, 
could try the new patch and send me the output? It's the same as the old, just 
prints out the offending data.

BTW, in case you missed it (it took me quite a while to stumble over it) you 
can run the individual test suite by
 
ant -Dtestcase=TestEmbeddedSolrServer test

and an individual method in that file by 

ant -Dtestcase=TestEmbeddedSolrServer -Dtests.method=testShutdown  test

and skip all the confusion...

Thanks,
Erick
                
> Fix test failure due to not substituting in system properties
> -------------------------------------------------------------
>
>                 Key: SOLR-4849
>                 URL: https://issues.apache.org/jira/browse/SOLR-4849
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.3, 5.0
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>             Fix For: 5.0, 4.4
>
>         Attachments: SOLR-4849.patch, SOLR-4849.patch
>
>
> When we look at old-style solr.xml files, we try to test whether more than 
> one core points to the same data dir. When constructing the paths, we need to 
> substitute in any system-defined properties.
> This happens to work fine on a Mac (and unix in general?) but results in an 
> illegal file name exception on Windows machines.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to