os: add taosd assert kill
This commit is contained in:
parent
c7f2764625
commit
435aca2eeb
|
@ -165,7 +165,7 @@ if __name__ == "__main__":
|
||||||
|
|
||||||
tdLog.info("Procedures for tdengine deployed in %s" % (host))
|
tdLog.info("Procedures for tdengine deployed in %s" % (host))
|
||||||
if platform.system().lower() == 'windows':
|
if platform.system().lower() == 'windows':
|
||||||
if (masterIp == "" and not fileName[0:3] == "udf"):
|
if (masterIp == "" and not fileName[0:12] == "0-others\\udf"):
|
||||||
threading.Thread(target=checkRunTimeError,daemon=True).start()
|
threading.Thread(target=checkRunTimeError,daemon=True).start()
|
||||||
tdCases.logSql(logSql)
|
tdCases.logSql(logSql)
|
||||||
tdLog.info("Procedures for testing self-deployment")
|
tdLog.info("Procedures for testing self-deployment")
|
||||||
|
|
Loading…
Reference in New Issue