You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2019/12/09 18:30:42 UTC

[GitHub] [lucene-solr] rmuir commented on issue #1068: SOLR-14033: Cleanup HDFS static leaks in test

rmuir commented on issue #1068: SOLR-14033: Cleanup HDFS static leaks in test
URL: https://github.com/apache/lucene-solr/pull/1068#issuecomment-563369891
 
 
   The main question i have with the current approach is that it will allow us to fix issues for tests, but we'd then need a different solution for "real" (https://issues.apache.org/jira/browse/SOLR-13984), because the forked classes are currently just in src/test. Otherwise tests will pass but then users will hit the issues in production. Maybe some stuff (e.g. FileUtil) could be moved to src/java? I don't understand how classpath is fed to jetty yet but the order will be important so that it works. Maybe we get lucky, its easy and "just works"

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org