From b83756db1e64374d4fbd92be137a1cdc9f255a5f Mon Sep 17 00:00:00 2001 From: dapan1121 Date: Wed, 13 Sep 2023 14:16:42 +0800 Subject: [PATCH] fix: add system table ins_columns privilege test case --- tests/system-test/0-others/user_privilege_multi_users.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system-test/0-others/user_privilege_multi_users.py b/tests/system-test/0-others/user_privilege_multi_users.py index 8812f42e7b..53ff136e63 100644 --- a/tests/system-test/0-others/user_privilege_multi_users.py +++ b/tests/system-test/0-others/user_privilege_multi_users.py @@ -107,6 +107,7 @@ class TDTestCase: tdLog.debug("case passed") else: tdLog.exit("The privilege number in information_schema.ins_user_privileges is incorrect") + tdSql.query("select * from information_schema.ins_columns where db_name='{self.dbname}';") def stop(self): # remove the privilege