提交 efdca5ab 编写于 作者: W wenzhouwww@live.cn

add case for csum

上级 017c2d12
......@@ -131,7 +131,10 @@ class TDTestCase:
for i in range(tdSql.queryRows):
print(f"case in {line}: ", end='')
tdSql.checkData(i, 0, pre_csum[i])
if pre_csum[i] >1.7e+308 or pre_csum[i] < -1.7e+308:
continue
else:
tdSql.checkData(i, 0, pre_csum[i])
pass
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册