[
https://issues.apache.org/jira/browse/SOLR-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902455#action_12902455
]
Robert Muir commented on SOLR-2088:
-----------------------------------
Looks like the same problem (in this case you got the random locale of 'tr').
the bug is likely a toLowerCase() that should be toLowerCase(Locale.ENGLISH).
All tests used to pass with this locale, definitely as of revision 945343. See
LUCENE-2466
Was tika upgraded since then? perhaps the problem is in a dependency?
I did a few quick reviews of the solr code and nothing stood out.
> contrib/extraction fails on a turkish computer
> ----------------------------------------------
>
> Key: SOLR-2088
> URL: https://issues.apache.org/jira/browse/SOLR-2088
> Project: Solr
> Issue Type: Bug
> Components: contrib - Solr Cell (Tika extraction)
> Reporter: Robert Muir
> Fix For: 3.1, 4.0
>
>
> reproduce with: ant test -Dtests.locale=tr_TR
> {noformat}
> test:
> [junit] Running org.apache.solr.handler.ExtractingRequestHandlerTest
> [junit] xml response was: <?xml version="1.0" encoding="UTF-8"?>
> [junit] <response>
> [junit] <lst name="responseHeader"><int name="status">0</int><int
> name="QTime">5</int></lst>
> <result name="response" numFound="0" start="0"/>
> [junit] </response>
> [junit]
> [junit] request was:
> start=0&q=title:Welcome&qt=standard&rows=20&version=2.2)
> [junit] Tests run: 8, Failures: 1, Errors: 0, Time elapsed: 3.968 sec
> [junit] Test org.apache.solr.handler.ExtractingRequestHandlerTest FAILED
> BUILD FAILED
> {noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]