kotman12 opened a new pull request, #4455: URL: https://github.com/apache/solr/pull/4455
https://issues.apache.org/jira/browse/SOLR-18263 # Description LukeRequestHandlerDistribTest is exceptionally slow, mostly because it instantiates lots of jetty servers. This was especially bad for the "sparse shard" test cases. # Solution Tests that didn't rely on BaseDistributedSearchTestCase machinery were moved to LukeHandlerCloudTest. The remaining tests were either pooled. The "sparse shard" test cases were made less sparse by decreasing their shard count and pooling them into one test. -- 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]
