[
https://issues.apache.org/jira/browse/SOLR-3780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steven Rowe updated SOLR-3780:
------------------------------
Attachment: SOLR-3780.patch
This patch separates solrj testing under Maven so that it runs on its own,
rather than with solr-core.
In order to do this, solrj needs to include solr-core source as test source,
and include all solr-core dependencies as test dependencies.
All tests pass for me locally.
> Maven builds regularly fail on ASF Jenkins
> ------------------------------------------
>
> Key: SOLR-3780
> URL: https://issues.apache.org/jira/browse/SOLR-3780
> Project: Solr
> Issue Type: Bug
> Components: Build
> Affects Versions: 4.0, 5.0
> Reporter: Steven Rowe
> Assignee: Steven Rowe
> Attachments: SOLR-3780.patch
>
>
> branch_4x and to a lesser extent trunk Maven builds on ASF Jenkins regularly
> fail with these errors:
> {noformat}
> ERROR: [doc=one] unknown field 'meta:creation-date'
> Stack Trace:
> org.apache.solr.common.SolrException: ERROR: [doc=one] unknown field
> 'meta:creation-date'
> at
> __randomizedtesting.SeedInfo.seed([564B8C2811E551FC:388DF7271220FAA9]:0)
> at
> org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:306)
> {noformat}
> {noformat}
> ERROR: [doc=1000] multiple values encountered for non multiValued field
> val_i: [10, 20]
> Stack Trace:
> org.apache.solr.common.SolrException: ERROR: [doc=1000] multiple values
> encountered for non multiValued field val_i: [10, 20]
> at
> __randomizedtesting.SeedInfo.seed([41D9D56849179839:C03F5B703E48F805]:0)
> at
> org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:402)
> {noformat}
> I can't reproduce these errors locally.
--
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]