[TD-4439] moldifying the test case

This commit is contained in:
bryanchang0603 2021-05-31 11:16:56 +08:00
parent 50d9a1c5a5
commit 39342aec9b
1 changed files with 4 additions and 0 deletions

View File

@ -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):