Skip to content

Commit

Permalink
fix: modify check methon
Browse files Browse the repository at this point in the history
  • Loading branch information
DuanKuanJun committed Jun 1, 2024
1 parent 64e57a7 commit 4f8ef78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/taosbenchmark/commandline-sml.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ def run(self):
tdSql.query("select count(*) from test.meters")
tdSql.checkData(0, 0, 1)

cmd = "%s -I sml -y" % binPath
cmd = "%s -I sml -t 10 -n 10000 -y" % binPath
tdLog.info("%s" % cmd)
assert os.system("%s" % cmd) != 0
tdSql.checkData(0, 0, 10*10000)

def stop(self):
tdSql.close()
Expand Down

0 comments on commit 4f8ef78

Please sign in to comment.