Commit 006010f0 authored by Julien Muchembled's avatar Julien Muchembled

tests: fix stop of threaded cluster without started client thread

parent 76abb6ef
......@@ -339,6 +339,7 @@ class ClientApplication(Node, neo.client.app.Application):
try:
super(ClientApplication, self).__del__()
finally:
if self.poll_thread.isAlive():
Serialized.background()
close = __del__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment