提交 e0f4ce59 编写于 作者: C cpwu

fix case

上级 0f3fc6cf
......@@ -61,7 +61,7 @@ class TDSql:
self.cursor.execute(s)
s = 'use db'
self.cursor.execute(s)
time.sleep(2)
time.sleep(2)
def error(self, sql):
expectErrNotOccured = True
......@@ -249,7 +249,7 @@ class TDSql:
raise Exception(repr(e))
return self.queryResult
def executeTimes(self, sql, times):
for i in range(times):
try:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册