This commit is contained in:
cpwu 2022-05-13 12:00:56 +08:00
parent 39ee1144c5
commit 28915c9e0c
1 changed files with 2 additions and 0 deletions

View File

@ -162,6 +162,8 @@ class TDTestCase:
for sql in sqls:
tdSql.error(sql)
tdSql.execute("DROP USER u1")
def __alter_pass_sql(self, user, passwd):
return f'''ALTER USER {user} PASS '{passwd}' '''