At the end of the test_replication_all (which has several combinations and several instances of dragonfly) the running dragonfly instances (master and replica) are stopped.
For some reason now the stop never proceeds smoothly (in python, the OS pid seems to exit fine), when we call proc.terminate() then the following proc.communicate() hangs until timeout (2 minutes).
Every shutdown takes over 2 minutes to complete, the test becomes much slower as a result.