test:add compatibility cases

This commit is contained in:
chenhaoran 2022-11-04 16:18:09 +08:00
parent f995723f20
commit 5a893cf75a
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class TDTestCase:
print(f"start taosd: nohup taosd -c {cPath} & ") print(f"start taosd: nohup taosd -c {cPath} & ")
os.system(f" nohup taosd -c {cPath} & " ) os.system(f" nohup taosd -c {cPath} & " )
sleep(2) sleep(10)
tdLog.info(" LD_LIBRARY_PATH=/usr/lib taosBenchmark -f 0-others/compa4096.json -y ") tdLog.info(" LD_LIBRARY_PATH=/usr/lib taosBenchmark -f 0-others/compa4096.json -y ")
os.system("LD_LIBRARY_PATH=/usr/lib taosBenchmark -f 0-others/compa4096.json -y") os.system("LD_LIBRARY_PATH=/usr/lib taosBenchmark -f 0-others/compa4096.json -y")
os.system("pkill -9 taosd") os.system("pkill -9 taosd")