dweiss commented on issue #13073: URL: https://github.com/apache/lucene/issues/13073#issuecomment-1926587718
The embedded "linedocsfile" (europarl) has a different date field format compared to the "large" enwiki used on jenkins. ``` (1) 2004-03-30 Istituzioni europee proteggerlo in tutti i campi. [...] ``` ``` APL (codepage) 11-JAN-2010 16:54:37.000 languages. From a user's standpoint ``` After #13046, TestIndexSortBackwardsCompatibility tries to parse the date and fails because it only recognizes "yyyy-MM-dd". I wonder what the best fix here should be - make the test recognize both date format or correct the test-resource-creation script and make dates there more consistent? I think correcting the test will be simpler... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org