fix lowa test failure
This commit is contained in:
parent
66d0d615c8
commit
1d6105641f
|
@ -51,7 +51,7 @@ class TDTestCase:
|
||||||
else:
|
else:
|
||||||
tdLog.info("taosd found in %s" % buildPath)
|
tdLog.info("taosd found in %s" % buildPath)
|
||||||
binPath = buildPath+ "/build/bin/"
|
binPath = buildPath+ "/build/bin/"
|
||||||
os.system("yes | %slowa -f tools/insert.json" % binPath)
|
os.system("yes | %staosdemox -f tools/insert.json" % binPath)
|
||||||
|
|
||||||
tdSql.execute("use db01")
|
tdSql.execute("use db01")
|
||||||
tdSql.query("select count(*) from stb01")
|
tdSql.query("select count(*) from stb01")
|
||||||
|
|
Loading…
Reference in New Issue