case1:<wenzhouwww>: [TD-11945] this test case is an issue about taoshell and taosd crash , it now has been repaired on branch https://github.com/taosdata/TDengine/tree/feature%2FTD-6140
the root source maybe :
The four arithmetic operations do not perform the verification of the numeric type,so that the numeric type and string type will coredump about Four arithmetic operations
'''
return
definit(self,conn,logSql):
tdLog.debug("start test case for TD-11945 execute %s"%__file__)
tdSql.init(conn.cursor(),logSql)
self.ts=1420041600000# 2015-01-01 00:00:00 this is begin time for first record
self.num=10
defrun(self):
tdSql.prepare()
tdSql.execute('create database if not exists testdb')