move check password no 1
This commit is contained in:
parent
8126a38993
commit
d0486fa761
|
@ -245,20 +245,26 @@ class TDTestCase(TBase):
|
||||||
# insert data with taosBenchmark
|
# insert data with taosBenchmark
|
||||||
db, stb, childCount, insertRows = self.insertData(json)
|
db, stb, childCount, insertRows = self.insertData(json)
|
||||||
|
|
||||||
|
#
|
||||||
|
# long password
|
||||||
|
#
|
||||||
|
self.checkPassword(tmpdir)
|
||||||
|
tdLog.info("1. check long password ................................. [Passed]")
|
||||||
|
|
||||||
# dumpInOut
|
# dumpInOut
|
||||||
modes = ["", "-R" , "--cloud=http://localhost:6041"]
|
modes = ["", "-R" , "--cloud=http://localhost:6041"]
|
||||||
for mode in modes:
|
for mode in modes:
|
||||||
self.dumpInOutMode(mode, db , json, tmpdir)
|
self.dumpInOutMode(mode, db , json, tmpdir)
|
||||||
|
|
||||||
tdLog.info("1. native rest ws dumpIn Out .......................... [Passed]")
|
tdLog.info("2. native rest ws dumpIn Out .......................... [Passed]")
|
||||||
|
|
||||||
# basic commandline
|
# basic commandline
|
||||||
self.basicCommandLine(tmpdir)
|
self.basicCommandLine(tmpdir)
|
||||||
tdLog.info("2. basic command line .................................. [Passed]")
|
tdLog.info("3. basic command line .................................. [Passed]")
|
||||||
|
|
||||||
# except commandline
|
# except commandline
|
||||||
self.exceptCommandLine(taosdump, db, stb, tmpdir)
|
self.exceptCommandLine(taosdump, db, stb, tmpdir)
|
||||||
tdLog.info("3. except command line ................................. [Passed]")
|
tdLog.info("4. except command line ................................. [Passed]")
|
||||||
|
|
||||||
#
|
#
|
||||||
# varbinary and geometry for native
|
# varbinary and geometry for native
|
||||||
|
@ -268,13 +274,8 @@ class TDTestCase(TBase):
|
||||||
db, stb, childCount, insertRows = self.insertData(json)
|
db, stb, childCount, insertRows = self.insertData(json)
|
||||||
# dump in/out
|
# dump in/out
|
||||||
self.dumpInOutMode("", db , json, tmpdir)
|
self.dumpInOutMode("", db , json, tmpdir)
|
||||||
tdLog.info("4. native varbinary geometry ........................... [Passed]")
|
tdLog.info("5. native varbinary geometry ........................... [Passed]")
|
||||||
|
|
||||||
#
|
|
||||||
# long password
|
|
||||||
#
|
|
||||||
self.checkPassword(tmpdir)
|
|
||||||
tdLog.info("5. check long password ................................. [Passed]")
|
|
||||||
|
|
||||||
|
|
||||||
def stop(self):
|
def stop(self):
|
||||||
|
|
Loading…
Reference in New Issue