Merge pull request #22886 from taosdata/fix/TS-3970
fix: add system table ins_columns privilege test case
This commit is contained in:
commit
57f4072bf3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue