spring-attic / gemfire

Apache License 2.0
4 stars 13 forks source link

GH-22: Fork JVM for every test in sink module #23

Closed artembilan closed 5 years ago

artembilan commented 5 years ago

Fixes spring-cloud-stream-app-starters/gemfire#22

artembilan commented 5 years ago

For more info: https://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html

Especially this one:

forkCount=1/reuseForks=false executes each test class in its own JVM process, one after another.

tzolov commented 5 years ago

LGTM.
This is plausible solution and i guess the only way to verify it is to test it on Jenckins?

tzolov commented 5 years ago

rebased and merged at ffa153b2c81f8e803ef4e759244591bf655d026f