epugh opened a new pull request, #3712: URL: https://github.com/apache/solr/pull/3712
# Description While migrating the use of NoOpResponseParser I noticed that quite a few methods in SolrTestCaseHS are NOT used. In fact, there may be an opportunity to collapse it back into SolrTestCaseJ4 or maybe take the best of both, but that would be more ambitious. # Solution Removed unused methods and polished up a few variables. I didn't do the whole deprecation thing since I don't think we recommend folks use SolrTestCaseHS in any type of external testing, it's pretty much only used by the Json faceting tests, and shouldn't be used. # Tests Just rerunning existing tests that extend SolrTestCaseHS. -- 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]
