未验证 提交 ca3ec159 编写于 作者: H huili 提交者: GitHub

Merge pull request #6311 from taosdata/test/d-TD-4447

[TD-4447]<test>import the same csv twice
...@@ -82,6 +82,8 @@ class TDTestCase: ...@@ -82,6 +82,8 @@ class TDTestCase:
tdSql.execute("import into tbx file \'%s\'"%(self.csvfile)) tdSql.execute("import into tbx file \'%s\'"%(self.csvfile))
tdSql.query('select * from tbx') tdSql.query('select * from tbx')
tdSql.checkRows(self.rows) tdSql.checkRows(self.rows)
#TD-4447 import the same csv twice
tdSql.execute("import into tbx file \'%s\'"%(self.csvfile))
def stop(self): def stop(self):
self.destroyCSVFile() self.destroyCSVFile()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册