From eda932a8f2fc35ef7a0d5dcaad5f4baa3950851f Mon Sep 17 00:00:00 2001 From: Roman Tsisyk <roman@tsisyk.com> Date: Thu, 2 Oct 2014 12:39:22 +0400 Subject: [PATCH] Fix box/call.test.py: reconnect after dropping active user --- test/box/call.test.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/box/call.test.py b/test/box/call.test.py index cba95b6cf7..bfb30d386a 100644 --- a/test/box/call.test.py +++ b/test/box/call.test.py @@ -122,3 +122,6 @@ sql("call space:delete(4)") admin("space:drop()") admin("box.schema.user.drop('test')") + +# Re-connect after removing user +sql.py_con.close() -- GitLab