risdenk commented on a change in pull request #553: SOLR-9515: Update to Hadoop
3
URL: https://github.com/apache/lucene-solr/pull/553#discussion_r252772727
##########
File path: solr/core/src/test/org/apache/solr/cloud/hdfs/HdfsTestUtil.java
##########
@@ -67,6 +68,14 @@ public static MiniDFSCluster setupClass(String dir, boolean
safeModeTesting, boo
LuceneTestCase.assumeFalse("HDFS tests were disabled by
-Dtests.disableHdfs",
Boolean.parseBoolean(System.getProperty("tests.disableHdfs", "false")));
+ // Checks that commons-lang3 FastDateFormat works with configured locale
Review comment:
Turns out only locale "ja-JP-u-ca-japanese-x-lvariant-JP" causes this
failure. Emailed commons-user list about this. No response yet. I have not seen
any failures in the past ~24 hours with this fix put in place.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]