Merge pull request #8631 from sfc-gh-vgasiunas/vgasiunas-fdbmonitor-in-python
Avoid local cluster tests creating zombie fdbmonitor processes
This commit is contained in:
commit
1ee1b6ce4d
|
@ -275,6 +275,7 @@ logdir = {logdir}
|
|||
assert self.running, "Server is not running"
|
||||
if self.process.poll() is None:
|
||||
self.process.terminate()
|
||||
self.process.communicate(timeout=10)
|
||||
self.running = False
|
||||
|
||||
def ensure_ports_released(self, timeout_sec=5):
|
||||
|
|
Loading…
Reference in New Issue