epugh commented on code in PR #4041:
URL: https://github.com/apache/solr/pull/4041#discussion_r2694755477
##########
solr/core/src/test/org/apache/solr/update/processor/AbstractAtomicUpdatesMultivalueTestBase.java:
##########
@@ -55,14 +59,14 @@ protected static void
initWithRequestWriter(RequestWriterSupplier requestWriterS
@Before
public void before() throws SolrServerException, IOException {
- getSolrClient().deleteByQuery("*:*");
+ solrTestRule.getSolrClient().deleteByQuery("*:*");
Review Comment:
Let's think about it another PR though! I think this PR is ready to go in...
--
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]