dsmiley commented on code in PR #3829:
URL: https://github.com/apache/solr/pull/3829#discussion_r2696328569
##########
solr/core/src/test/org/apache/solr/cloud/BasicDistributedZkTest.java:
##########
@@ -699,7 +699,7 @@ public void test() throws Exception {
for (SolrClient client : clients) {
assertEquals(
"unexpected pre-commitWithin document count on node: "
- + ((HttpSolrClient) client).getBaseURL(),
+ + ((HttpApacheSolrClient) client).getBaseURL(),
Review Comment:
These tests continue to use the legacy client, despite its name changing.
There's a lot of work in updating the tests... I started it and shelved it for
higher priorities: https://github.com/dsmiley/solr/pull/7 Pugh told me he's
interested in taking over
--
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]