epugh opened a new pull request, #3987: URL: https://github.com/apache/solr/pull/3987
# Description Through out our tests in setup/teardown we deal with `solr.test.sys.prop1` and `solr.test.sys.prop2`... However, only a single test ACTUALLY cares about that property. In my rough count, there are 33 places we do clean up, 32 which don't care about it! # Solution Seperate out a specific test that cares, and then go through and clean up various files that carry this messy baggage. # Tests Rerun tests -- 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]
