ErickErickson commented on issue #1131: SOLR-14134: Add lazy and time-based evictiction of shared core concurrency metada… URL: https://github.com/apache/lucene-solr/pull/1131#issuecomment-571368556 I was just skimming to see if this is related to transient cores (it doesn't appear to be) and noticed that the tests set up a new cluster in each test. That's quite a bit of work, why not set up the cluster in BeforeClass and dispose of it in AfterClass? Since each test creates its own collection, there shouldn't be any confusion. AddReplicaTest shows one way to do this.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
