add
This commit is contained in:
parent
ca2c7b0d75
commit
8378850bfa
|
@ -43,8 +43,8 @@ class TDTestCase:
|
|||
tdSql.query('select * from tb order by ts desc')
|
||||
tdLog.info('tdSql.checkRow(3)')
|
||||
tdSql.checkRows(3)
|
||||
tdLog.info('tdSql.checkData(0, 1, 254)')
|
||||
tdSql.checkData(0, 1, 254)
|
||||
tdLog.info('tdSql.checkData(0, 1, 4294967294)')
|
||||
tdSql.checkData(0, 1, 4294967294)
|
||||
tdLog.info('=============== step4')
|
||||
tdLog.info("insert into tb values (now+3m, 4294967295) -x step4")
|
||||
tdSql.error("insert into tb values (now+3m, 4294967295)")
|
||||
|
|
Loading…
Reference in New Issue