[
https://issues.apache.org/jira/browse/SOLR-5778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13913432#comment-13913432
]
Robert Muir commented on SOLR-5778:
-----------------------------------
By the way: this may be specific to the morphlines-cell:
{noformat}
# downgrade before my commit
svn up -r1572200
# test morphlines-core
cd solr/contrib/morphlines-core
ant test -Dtests.locale=th_TH # <-- passes
# test morphlines-cell
cd ../morphlines-cell
ant test -Dtests.locale=th_TH # <-- fails
{noformat}
> AbstractSolrMorphlineTestBase has issues with BuddhistCalendar
> --------------------------------------------------------------
>
> Key: SOLR-5778
> URL: https://issues.apache.org/jira/browse/SOLR-5778
> Project: Solr
> Issue Type: Bug
> Components: Build
> Reporter: Robert Muir
>
> Somewhere, something isnt write locale-wise. For now I'll add an assume.
> {noformat}
> REGRESSION:
> org.apache.solr.morphlines.cell.SolrCellMorphlineTest.testSolrCellDocumentTypes2
> Error Message:
> key:ignored_creation_date expected:<[2007-10-01T16:13:56Z]> but
> was:<[1464-10-01T16:13:56Z]>
> Stack Trace:
> java.lang.AssertionError: key:ignored_creation_date
> expected:<[2007-10-01T16:13:56Z]> but was:<[1464-10-01T16:13:56Z]>
> at
> __randomizedtesting.SeedInfo.seed([ED5579F40B19071D:66D5C2140CEF94E3]:0)
> at org.junit.Assert.fail(Assert.java:93)
> at org.junit.Assert.failNotEquals(Assert.java:647)
> at org.junit.Assert.assertEquals(Assert.java:128)
> at
> org.apache.solr.morphlines.solr.AbstractSolrMorphlineTestBase.testDocumentTypesInternal(AbstractSolrMorphlineTestBase.java:165)
> at
> org.apache.solr.morphlines.cell.SolrCellMorphlineTest.testSolrCellDocumentTypes2(SolrCellMorphlineTest.java:255)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]