sijpesteijn / mafia-maven-plugin

FitNesse plugin for maven
19 stars 9 forks source link

FitNesse release 20151230 mvn mafia:stop stopps listening on port but does not exit the process #24

Open andreas-kehl opened 8 years ago

andreas-kehl commented 8 years ago

FitNesse release 20150814 mvn mafia:stop works as expected

mvn mafia:start mvn mafia:stop mvn mafia:start mvn mafia:stop

after this sequence no java processes is running (correct)

FitNesse release 20151230 mvn mafia:stop stopps listening on port but does not exit / kill the process

mvn mafia:start mvn mafia:stop mvn mafia:start mvn mafia:stop

after this sequence two java processes are running which is not correct

Tested with

jdk 8 FitNesse release 20151230 mafia-maven-plugin

nl.sijpesteijn.testing.fitnesse.plugins
    <artifactId>mafia-maven-plugin</artifactId>
    <version>2.1.6</version>  
andreas-kehl commented 8 years ago

seems to be a problem with FitNesse release 20151230

http://localhost:9090/?responder=shutdown

does not work either

theotimejurzak commented 8 years ago

fixed using fitnesse release 20160515 https://github.com/unclebob/fitnesse/issues/875