change
This commit is contained in:
parent
9fc4f7466f
commit
3f7239b916
|
@ -28,7 +28,7 @@ class TDTestCase:
|
||||||
def restart_taosd(self,db):
|
def restart_taosd(self,db):
|
||||||
tdDnodes.stop(1)
|
tdDnodes.stop(1)
|
||||||
tdDnodes.startWithoutSleep(1)
|
tdDnodes.startWithoutSleep(1)
|
||||||
tdsql.sleep(2)
|
tdSql.sleep(2)
|
||||||
tdSql.execute("use %s;" % db)
|
tdSql.execute("use %s;" % db)
|
||||||
|
|
||||||
def date_to_timestamp_microseconds(self, date):
|
def date_to_timestamp_microseconds(self, date):
|
||||||
|
|
Loading…
Reference in New Issue