提交 891e6b46 编写于 作者: P Ping Xiao

test: update test case

上级 5a561e2f
......@@ -64,11 +64,7 @@ class TDTestCase:
tdSql.query("select * from stb")
tdSql.checkRows(self.rows * 2)
tdSql.execute("insert into t4 using stb tags(2, 'test2') file '%s' t5 using stb(t1) tags(5) file '%s'" % (self.csvfile, self.csvfile))
tdSql.query("select * from t4")
tdSql.checkRows(self.rows)
tdSql.query("select * from t5")
tdSql.checkRows(self.rows)
tdSql.error("insert into t4 using stb tags(2, 'test2') file '%s' t5 using stb(t1) tags(5) file '%s'" % (self.csvfile, self.csvfile))
def stop(self):
tdSql.close()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册