dweiss opened a new pull request, #909:
URL: https://github.com/apache/lucene/pull/909

   This is putting some lipstick on the pig. Forking those JVMs is really an 
awkward thing to do. I understand some tests are specifically testing JVM 
crashes, etc., but, uh, those process builders/ pipes are ugly.
   
   Anyway. I tracked down java classpath references in a few test classes and 
replaced them with a single method on LuceneTestCase that passes proper 
classpath/ module path/ opens, consistent with those the test classes are 
running with. I ran nightly tests of the core+replication and all seems fine.
   
   The downside is that folks will no longer be able to run those tests from 
within IDEs, but I think it's an acceptable tradeoff given how complex those 
jvm arguments can get (some things on module path, some on classpath, etc.).


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to