Closed jdconrad closed 8 years ago
This is still broken in master, but looks like a test bug. The important bit is:
ERROR 0.00s | DateHistogramOffsetIT (suite) <<< FAILURES!
> Throwable #1: java.util.IllformedLocaleException: Invalid subtag: en_US [at index 0]
> at __randomizedtesting.SeedInfo.seed([45D0AE38C41F1521]:0)
> at java.util.Locale$Builder.setLanguageTag(Locale.java:2426)
> at org.apache.lucene.util.LuceneTestCase.localeForLanguageTag(LuceneTestCase.java:1582)
> at java.lang.Thread.run(Thread.java:745)
I had a look as this seemed easy to fix (seems like we try to parse an unsupported locale), but I couldn't find where the failure came from. Also there were no further failures on this so I assume it got fixed meanwhile.
The following build failed due to a test failure: (http://build-us-00.elastic.co/job/es_core_master_medium/3130/)