dsmiley commented on code in PR #2935: URL: https://github.com/apache/solr/pull/2935#discussion_r1903717289
########## solr/solrj/src/test/org/apache/solr/client/solrj/impl/ClusterStateProviderTest.java: ########## @@ -34,15 +35,20 @@ import org.apache.solr.common.cloud.ClusterState; import org.apache.solr.common.cloud.DocCollection; import org.apache.solr.common.util.NamedList; +import org.apache.solr.embedded.JettySolrRunner; import org.hamcrest.Matchers; +import org.junit.After; import org.junit.BeforeClass; import org.junit.Test; public class ClusterStateProviderTest extends SolrCloudTestCase { + private static JettySolrRunner jettyNode1; + private static JettySolrRunner jettyNode2; Review Comment: could add a convenience method if you like. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org