dweiss commented on issue #1068: SOLR-14033: Cleanup HDFS static leaks in test URL: https://github.com/apache/lucene-solr/pull/1068#issuecomment-563407927 > > today there is a mix if hadoop client, server, test code all in one > massive classpath with the rest of solr stuff. so maybe my question was > kinda dumb because its impossible for me to tell what-is-what :) > ... and this mix of things propagates into the build classpath, dependency imports/ exports, etc. making it very difficult to reason about what is what in dependencies. Things like integration test fixtures can be implemented in an elegant way with gradle (dependsOn startFixtureTask,integTest.finalizedBy(closeFixtureTask)), but it's still a long way before we get there with the current state of tests... Dawid >
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org