提交 e3c57c21 编写于 作者: J jiacy-jcy

update

上级 eecb4cc8
......@@ -88,6 +88,7 @@ class TDTestCase:
# nchar
elif i == 13:
tdSql.checkData(0, 0, f'{self.nchar_str}1')
#!bug TD-16569
# tdSql.query("select first(*),last(*) from stb where ts < 23 interval(1s)")
# tdSql.checkRows(0)
# tdSql.execute('drop database db')
......@@ -150,9 +151,10 @@ class TDTestCase:
# nchar
elif i == 13:
tdSql.checkData(0, 0, f'{self.nchar_str}1')
tdSql.query("select first(*),last(*) from {stbname} where ts < 23 interval(1s)")
tdSql.checkRows(0)
tdSql.execute('drop database db')
#!bug TD-16569
# tdSql.query("select first(*),last(*) from {stbname} where ts < 23 interval(1s)")
# tdSql.checkRows(0)
# tdSql.execute('drop database db')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册