You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/02/19 15:31:03 UTC

[GitHub] ivankelly opened a new pull request #1175: Create a forked JVM for each bc test

ivankelly opened a new pull request #1175: Create a forked JVM for each bc test
URL: https://github.com/apache/bookkeeper/pull/1175
 
 
   Until now, BC tests have been running in the maven processes because
   they do funny stuff with the classloader which didn't seem to work
   with later versions of the surefire plugin. However, using a version
   of surefire less than or equal to 2.8.1, we can use
   useSystemClassLoader to the same effect, and therefore fork a JVM for
   each test. This is desirable to isolate the tests from each other.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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