mlbiscoc commented on PR #3745: URL: https://github.com/apache/solr/pull/3745#issuecomment-3399086467
Gah I see. All the splitshard API tests is what started failing [because of this](https://github.com/apache/solr/blob/b844e4558dfbc4530656b062c9067a508d73bc2d/solr/core/src/java/org/apache/solr/cloud/api/collections/SplitShardCmd.java#L849). Was techinically always failing, but if metrics weren't reached, it just proceeded without fail and logged a warning. Now we throw an exception which does fail it. Other test [is this](https://github.com/apache/solr/blob/b844e4558dfbc4530656b062c9067a508d73bc2d/solr/modules/opentelemetry/src/test/org/apache/solr/opentelemetry/TestDistributedTracing.java#L131) which isn't too bad. Just add wt=prometheus. Once those are fixed we should be good then everything should be good 🤞. -- 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]
