helinwang-patch-1
Yancey1989 7 years ago
parent ba9f4c7873
commit 6cebbd7bcb

@ -32,7 +32,7 @@ class TestRecvOp(unittest.TestCase):
time.sleep(1)
self.init_client(place)
# FIXME(typhoonzero): find a way to gracefully shutdown the server.
# os.system("kill -9 %d" % p.pid)
os.system("kill -9 %d" % p.pid)
p.join()
def init_serv(self, place):

Loading…
Cancel
Save