fix case
This commit is contained in:
parent
e04616d70e
commit
2704e48ba6
|
@ -286,6 +286,9 @@ class TDTestCase:
|
||||||
tdDnodes.stop(1)
|
tdDnodes.stop(1)
|
||||||
tdDnodes.start(1)
|
tdDnodes.start(1)
|
||||||
|
|
||||||
|
tdSql.query("show users")
|
||||||
|
tdSql.checkRows(self.users_count + 2)
|
||||||
|
|
||||||
# 普通用户权限
|
# 普通用户权限
|
||||||
# 密码登录
|
# 密码登录
|
||||||
_, user = self.user_login(self.__user_list[0], f"new{self.__passwd_list[0]}")
|
_, user = self.user_login(self.__user_list[0], f"new{self.__passwd_list[0]}")
|
||||||
|
|
Loading…
Reference in New Issue