epugh opened a new pull request, #3995: URL: https://github.com/apache/solr/pull/3995
This is a follow up to the PR https://github.com/apache/solr/pull/3947 where the explicit closing of `SolrClient`'s in `DistributedDebugComponentTest` failed. This now passes: ``` ./gradlew :solr:core:test --tests "org.apache.solr.handler.component.DistributedDebugComponentTest" -Ptests.haltonfailure=false "-Ptests.jvmargs=-XX:+UseCompressedOops -XX:+UseParallelGC" -Ptests.multiplier=8 ``` -- 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]
