[
https://issues.apache.org/jira/browse/LUCENE-3457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13114213#comment-13114213
]
Doron Cohen commented on LUCENE-3457:
-------------------------------------
hmmm, this is strange.
These are the tests that failed with compress-1.2 for 'ant clean test' under
solr:
- org.apache.solr.handler.TestReplicationHandler
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 39.968 sec
- org.apache.solr.handler.component.DebugComponentTest
[junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 1.219 sec
- org.apache.solr.handler.component.TermVectorComponentTest
[junit] Tests run: 4, Failures: 1, Errors: 0, Time elapsed: 1 sec
- org.apache.solr.request.JSONWriterTest
[junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0.75 sec
- org.apache.solr.response.TestCSVResponseWriter
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.719 sec
- org.apache.solr.schema.BadIndexSchemaTest
[junit] Tests run: 5, Failures: 1, Errors: 0, Time elapsed: 1.187 sec
- org.apache.solr.search.TestQueryUtils
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 1.14 sec
- org.apache.solr.search.similarities.TestBM25SimilarityFactory
[junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0.187 sec
- org.apache.solr.servlet.DirectSolrConnectionTest
[junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0.344 sec
- org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest
[junit] Tests run: 4, Failures: 1, Errors: 0, Time elapsed: 3.984 sec
I replaced 1.1 and they all passed.
However replaced to compress-1.2 and now they all passed.
I now see that I am on r1174072, I'll update and try again
> Upgrade to commons-compress 1.2
> -------------------------------
>
> Key: LUCENE-3457
> URL: https://issues.apache.org/jira/browse/LUCENE-3457
> Project: Lucene - Java
> Issue Type: Bug
> Components: modules/benchmark
> Reporter: Doron Cohen
> Assignee: Doron Cohen
> Priority: Minor
> Fix For: 3.5, 4.0
>
> Attachments: LUCENE-3457.patch
>
>
> Commons Compress bug COMPRESS-127 was fixed in 1.2, so the workaround in
> benchmark's StreamUtils is no longer required. Compress is also used in solr.
> Replace with new jar in both benchmark and solr and get rid of that
> workaround.
--
This message is automatically generated by JIRA.
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]