[TD-4439] moldifying the test case
This commit is contained in:
parent
50d9a1c5a5
commit
39342aec9b
|
@ -24,6 +24,10 @@ class TDTestCase:
|
|||
|
||||
def run(self):
|
||||
tdSql.error('insert into tb values (now + 10m, 10)')
|
||||
tdSql.prepare()
|
||||
tdSql.error('insert into tb values (now + 10m, 10)')
|
||||
tdSql.execute('drop database db')
|
||||
tdSql.error('insert into tb values (now + 10m, 10)')
|
||||
|
||||
|
||||
def stop(self):
|
||||
|
|
Loading…
Reference in New Issue