danyalprout opened a new pull request #605: [SOLR-13234] Fix tests for Turkish locales URL: https://github.com/apache/lucene-solr/pull/605 ### Description When`SolrExporterIntegrationTest.jvmMetrics` ran on a JVM with the Turkish locale, (test seed: 62880F3B9F140C89). The JVM metric for terminated thread-count has a dotless-i e.g. `termınated`. This causes the check for matching metrics to fail. We could normalize the text in this case, however I think it's better to ensure we have the correct total number of JVM thread metrics rather than looking at Prometheus labels which maybe localized.
---------------------------------------------------------------- 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. 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]
