DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10413>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10413

enhancement: JUnit task only creates one forked VM per batch





------- Additional Comments From [EMAIL PROTECTED]  2004-01-05 16:42 -------
Solving this "bug" will pose a new problem. Having tests run in the same VM 
seems less powerful than running the test in a clean one: suppose, for 
example, that your project heavily relies on static object caches (as does 
mine). When running a long batch of tests, later tests may use a previously-
created object from the cache, instead of using the clean object that will be 
created on a separate VM.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to