[jira] [Updated] (SOLR-10243) Fix TestExtractionDateUtil.testParseDate sporadic failures

2018-10-01 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-10243: Fix Version/s: master (8.0) > Fix TestExtractionDateUtil.testParseDate sporadic failures >

Re: [jira] [Updated] (SOLR-10243) Fix TestExtractionDateUtil.testParseDate sporadic failures

2018-06-28 Thread David Smiley
Yeah sure was. This was the most thankless bug hunt I can remember because it'll basically never actually occur in production Solr. But we have a failing test so...And the ultimate fix was already known (to me) any way: Don't use SimpleDateFormat. It sucks, I knew it before, and here's more

[jira] [Updated] (SOLR-10243) Fix TestExtractionDateUtil.testParseDate sporadic failures

2018-06-28 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-10243: Priority: Minor (was: Major) Component/s: contrib - Solr Cell (Tika extraction) It's debata

Re: [jira] [Updated] (SOLR-10243) Fix TestExtractionDateUtil.testParseDate sporadic failures

2018-06-28 Thread Erick Erickson
Gnarly! On Thu, Jun 28, 2018 at 10:49 AM, David Smiley (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/SOLR-10243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > David Smiley updated SOLR-10243: > > Attachment: Simp

[jira] [Updated] (SOLR-10243) Fix TestExtractionDateUtil.testParseDate sporadic failures

2018-06-28 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-10243: Attachment: SimpleDateFormatTimeZoneBug.java > Fix TestExtractionDateUtil.testParseDate sporadic fa