epugh commented on code in PR #3708:
URL: https://github.com/apache/solr/pull/3708#discussion_r2553169192
##########
solr/core/src/test/org/apache/solr/TestCrossCoreJoin.java:
##########
@@ -245,6 +218,14 @@ public String query(SolrCore core, SolrQueryRequest req)
throws Exception {
@AfterClass
public static void nukeAll() {
+ if (fromServer != null) {
Review Comment:
@dsmiley can you look at this use of .close? Do I need it? Sometimes I
feel ike we have lots of "if not null do soemthing", but that they would never
NOT be null... so don't need the check... Or, is there a helper I should
use?
--
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]