Aw: Re: failsafe: proper shutdown on failure

2017-10-02 Thread Veit Guna
o the fact that the JVM is killed. Docker runs in a separate process so it isn't affected by the JVM shutdown. Hence it is still running. > Gesendet: Montag, 02. Oktober 2017 um 17:04 Uhr > Von: "Mark Prins" <mc.pr...@gmail.com> > An: users@maven.apache.org > Betreff: Re

Re: failsafe: proper shutdown on failure

2017-10-02 Thread Mark Prins
On 02-10-17 12:12, Veit Guna wrote: Hi. I'm using maven failsafe 2.20.1 to setup my test environment (redis, via fabric8/docker-maven-plugin) before ITs using pre-integration-test and shut it down on post-integration-test. It works just fine when tests are succeeding or failing "normally".

failsafe: proper shutdown on failure

2017-10-02 Thread Veit Guna
Hi. I'm using maven failsafe 2.20.1 to setup my test environment (redis, via fabric8/docker-maven-plugin) before ITs using pre-integration-test and shut it down on post-integration-test. It works just fine when tests are succeeding or failing "normally". But when failing "hard" like this: