• yoav-steinberg's avatar
    Connection leak in external tests. (#9777) · e968d9ac
    yoav-steinberg authored
    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.
    e968d9ac
scripting.tcl 38.7 KB