fix: add select database
This commit is contained in:
parent
0f88e3d3a2
commit
d0871663a7
|
@ -41,6 +41,7 @@ class TDTestCase(TBase):
|
||||||
etool.benchMark(json=jfile)
|
etool.benchMark(json=jfile)
|
||||||
|
|
||||||
tdSql.execute(f"use {self.db}")
|
tdSql.execute(f"use {self.db}")
|
||||||
|
tdSql.execute("select database();")
|
||||||
# set insert data information
|
# set insert data information
|
||||||
self.childtable_count = 6
|
self.childtable_count = 6
|
||||||
self.insert_rows = 100000
|
self.insert_rows = 100000
|
||||||
|
|
Loading…
Reference in New Issue