sijpesteijn/mafia-maven-plugin

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

Opened this issue · 2 comments

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
mafia-maven-plugin
2.1.6

seems to be a problem with FitNesse release 20151230

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

does not work either

fixed using fitnesse release 20160515
unclebob/fitnesse#875