fix: taosdump replace TDTestCase
This commit is contained in:
parent
01ecb5cc55
commit
9550d2f550
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-18291] taosdump basic test
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-18291] taosdump basic test
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-20506] taosdump dump db with non-root
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TS-3072] taosdump dump escaped db name test
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TS-3102] taosdump in diff type test
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TS-1762] taosdump with many columns
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TS-2769] taosdump start-time end-time test
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TS-2769] taosdump start-time end-time test
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def init(self, conn, logSql):
|
||||
tdLog.debug("start to execute %s" % __file__)
|
||||
tdSql.init(conn.cursor(), logSql)
|
||||
|
|
|
@ -24,7 +24,7 @@ import string
|
|||
import random
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def init(self, conn, logSql):
|
||||
tdLog.debug("start to execute %s" % __file__)
|
||||
tdSql.init(conn.cursor(), logSql)
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-18291] taosdump basic test
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-14544] taosdump data inspect
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-19436] taosdump loose mode test
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def init(self, conn, logSql):
|
||||
tdLog.debug("start to execute %s" % __file__)
|
||||
tdSql.init(conn.cursor(), logSql)
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports big int
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports binary
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports bool
|
||||
|
|
|
@ -22,7 +22,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports double
|
||||
|
|
|
@ -22,7 +22,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports float
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports int
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12362] taosdump supports JSON
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports small int
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports tiny int
|
||||
|
|
|
@ -21,15 +21,12 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12655] taosdump supports unsigned big int
|
||||
"""
|
||||
|
||||
|
||||
|
||||
|
||||
def run(self):
|
||||
tdSql.prepare()
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports unsigned int
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports unsigned small int
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports unsigned tiny int
|
||||
|
|
|
@ -23,7 +23,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TS-3072] taosdump dump escaped db name test
|
||||
|
|
|
@ -23,7 +23,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TS-3072] taosdump dump escaped db name test
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TS-3072] taosdump dump escaped db name test
|
||||
|
|
|
@ -22,7 +22,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TS-3072] taosdump dump escaped db name test
|
||||
|
|
|
@ -47,7 +47,7 @@ def killTask(stopEvent, taosadapter, presleep, sleep, count):
|
|||
tdLog.info("kill task exited.\n")
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TS-3072] taosdump dump escaped db name test
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports big int
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports binary
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports bool
|
||||
|
|
|
@ -22,7 +22,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports double
|
||||
|
|
|
@ -22,7 +22,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports float
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports int
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12362] taosdump supports JSON
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports small int
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports tiny int
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12655] taosdump supports unsigned big int
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports unsigned int
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports unsigned small int
|
||||
|
|
|
@ -21,7 +21,7 @@ from frame.caseBase import *
|
|||
from frame import *
|
||||
|
||||
|
||||
class TDTestCase:
|
||||
class TDTestCase(TBase):
|
||||
def caseDescription(self):
|
||||
"""
|
||||
case1<sdsang>: [TD-12526] taosdump supports unsigned tiny int
|
||||
|
|
Loading…
Reference in New Issue