yoav-steinberg e968d9ac58
Connection leak in external tests. (#9777)
Two issues:
1. In many tests we simply forgot to close the connections we created, which doesn't matter for normal tests where the server is killed, but creates a leak on external server tests.
2. When calling `start_server` on external test we create a fresh connection instead of really starting a new server, but never clean it at the end.
2021-11-15 11:07:43 +02:00
..
2021-10-20 11:52:57 +03:00
2021-11-13 07:55:48 +02:00
2021-10-20 11:52:57 +03:00
2010-10-15 12:54:53 +02:00
2021-08-09 09:40:29 +03:00