From 8d6156f662b663fab95fba8624dddcd1313b8019 Mon Sep 17 00:00:00 2001 From: cpwu Date: Sat, 21 May 2022 17:32:53 +0800 Subject: [PATCH] fix case --- tests/system-test/0-others/user_control.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system-test/0-others/user_control.py b/tests/system-test/0-others/user_control.py index c437568ea2..3c71f13dbc 100644 --- a/tests/system-test/0-others/user_control.py +++ b/tests/system-test/0-others/user_control.py @@ -596,6 +596,7 @@ class TDTestCase: self.rows = 10 self.users_count = 5 self.__insert_data(self.rows) + self.users = self.__users() tdDnodes.stop(1) tdDnodes.start(1)