magibney commented on PR #837:
URL: https://github.com/apache/solr/pull/837#issuecomment-1118535359

   Nice! I think there are other instances of this pattern that could probably 
be cleaned up in the same way. I checked a handful of these against the 
builds@solr mailing list search link you posted in the Jira and they seem to 
manifest similar errors:
   ```
   > find solr -name '*.java' | xargs grep -l 
'ZkClientClusterStateProvider\.from('
   
solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudSolrClientMultiConstructorTest.java
   
solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudSolrClientBuilderTest.java
   
solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudHttp2SolrClientTest.java
   
solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudHttp2SolrClientBuilderTest.java
   
solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudSolrClientTest.java
   
solr/solrj/src/test/org/apache/solr/client/solrj/impl/CloudHttp2SolrClientMultiConstructorTest.java
   ```


-- 
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]

Reply via email to