From 5af8eb9851bcc2a4794ad730376a46ee883f2e19 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Sat, 4 Jan 2020 18:40:47 +0100
Subject: [PATCH] don't care about children

---
 stress_tests/__main__.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/stress_tests/__main__.py b/stress_tests/__main__.py
index 91c50f0..378e9f4 100644
--- a/stress_tests/__main__.py
+++ b/stress_tests/__main__.py
@@ -34,11 +34,6 @@ if __name__ == '__main__':
     notify_client.put(None)
     notify_server.put(None)
 
-    if client.is_alive():
-        client.kill()
-    server.join()
-    client.join()
-
     try:
         obj = result_server.get(timeout=1.0)
         if obj == 'fail':
-- 
GitLab