Re: Interleaving forks/tests

2015-07-25 Thread Tibor Digana
o unsubscribe, e-mail: [hidden email] > <http:///user/SendEmail.jtp?type=node&node=5840888&i=0> > For additional commands, e-mail: [hidden email] > <http:///user/SendEmail.jtp?type=node&node=5840888&i=1> > > > > -- > If yo

Interleaving forks/tests

2015-07-25 Thread Kristian Rosenvold
I've been thinking about the way surefire forks JVMs for all the scenarios where it forks a new JVM per testcase; right now we basically start one JVM, load the surefire provider and run the test. Then we shut down the JVM. Repeat until done. Since we have a 2-way comms channel between the main pl