Hi, I am currently implementing solr authorization plugin backed by Apache Sentry. For the unit tests, I am using Solr test framework (specifically SolrCloudTestCase class). Occasionally I see unit test failures since the sentry tests use Derby in-memory database and it doesn't work properly for some of the Locale(s) configured by the Solr test framework.
Couple of questions (a) Does the Solr test framework generates only valid Locale(s) or a mix of valid/invalid Locale(s) ? The reason I am asking is that I have a test failure with Locale as "sr-Latn". But it is not included in the list of valid Locales supported by Java 8 ( http://www.oracle.com/technetwork/java/javase/java8locales-2095355.html). (b) Is there a way to turn off this Locale randomization? Thanks Hrishikesh
