test: restore to default user password
This commit is contained in:
parent
88c562b3ba
commit
4078c58ee7
|
@ -1 +1 @@
|
|||
abcdefghigklmnopqrstuvwxyz@ABC1234567a
|
||||
abcdefghigklmnopqrstuvwxyz@ABC1234567aaaaaaaaaaeeeeeeeeeeAAAAAAAAAAAABBBBBBBBBBCCCCCCCCCCDDDDDDDDDEEEEEEEEEAAAAAAAAAAAABBBBBBBBBBCCCCCCCCCCDDDDDDDDDEEEEEEEEEAAAAAAAAAAAABBBBBBBBBBCCCCCCCCCCDDDDDDDDDEEEEEEEEEAAAAAAAAAAAABBBBBBBBBBCCCCCCCCCCDDDDDDDDDAAAAEND
|
|
@ -224,10 +224,11 @@ class TDTestCase(TBase):
|
|||
|
||||
sql = f"create user dkj pass '{pwd}' "
|
||||
tdSql.execute(sql)
|
||||
|
||||
|
||||
pwd = "taosdata"
|
||||
cmds = [
|
||||
f"-udkj -p{pwd} -D test -o {tmpdir}", # command pass
|
||||
f"-udkj -p < {pwdFile} -D test -o {tmpdir}" # input pass
|
||||
f"-uroot -p{pwd} -D test -o {tmpdir}", # command pass
|
||||
f"-uroot -p < {pwdFile} -D test -o {tmpdir}" # input pass
|
||||
]
|
||||
|
||||
for cmd in cmds:
|
||||
|
|
Loading…
Reference in New Issue