diff --git a/test/proxysql_ping_thread.py b/test/proxysql_ping_thread.py index dc3a37e00..8a09f40a6 100644 --- a/test/proxysql_ping_thread.py +++ b/test/proxysql_ping_thread.py @@ -62,6 +62,7 @@ class ProxySQL_Ping_Thread(Thread): if self.failed_connections >= ProxySQL_Ping_Thread.FAILED_CONNECTIONS_BEFORE_ALERT: self.send_error_email() self.running = False + return def stop(self): self.running = False