HoustonPutman opened a new pull request #700: URL: https://github.com/apache/solr/pull/700
https://issues.apache.org/jira/browse/SOLR-15856 This is a fix until we can upgrade to Lucene 9.1. Though there is really no need to remove it down the line. Some example seeds to test this out: (Useful to make sure the lucene upgrade solves this, when that happens) ``` gradlew test --tests TestRandomDVFaceting.testRandomFaceting -Dtests.seed=BEA0B40F548BF849 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fr-MC -Dtests.timezone=Brazil/Acre -Dtests.asserts=true -Dtests.file.encoding=UTF-8 gradlew test --tests TestRandomDVFaceting.testRandomFaceting -Dtests.seed=93F6DBA02159A430 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=os-RU -Dtests.timezone=Pacific/Kwajalein -Dtests.asserts=true -Dtests.file.encoding=UTF-8 gradlew test --tests TestRandomDVFaceting.testRandomFaceting -Dtests.seed=90C562820BCF5DB2 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pl-PL -Dtests.timezone=Europe/Belfast -Dtests.asserts=true -Dtests.file.encoding=UTF-8 ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
