Merge pull request #6311 from taosdata/test/d-TD-4447
[TD-4447]<test>import the same csv twice
This commit is contained in:
commit
ca3ec15956
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue