]
Tristan Tarrant updated ISPN-7543:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Integration tests should try to kill the server before trying to
start it
-------------------------------------------------------------------------
Key: ISPN-7543
URL:
https://issues.jboss.org/browse/ISPN-7543
Project: Infinispan
Issue Type: Task
Components: Test Suite - Server
Affects Versions: 9.0.0.CR2
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Minor
Labels: testsuite_stability
Fix For: 9.0.0.Final
Some integration tests use an Ant file to start one or more external servers and then
kill them. Sometimes the kill step doesn't run, e.g. in this example the JVM died with
an internal error:
http://ci.infinispan.org/viewLog.html?buildId=50891&buildTypeId=bt9&a...
The server then stayed up and caused lots of failures in the test suite runs that
followed, apparently without the kill step running in any of those runs. We should add a
kill step before trying to start the server.