update and report an crash

This commit is contained in:
wenzhouwww@live.cn 2022-07-06 10:51:13 +08:00
parent 7e34c3aa1f
commit 922feb45a9
1 changed files with 3 additions and 2 deletions

View File

@ -819,8 +819,9 @@ class TDTestCase:
tdSql.checkData(0,2,1)
tdSql.checkData(3,2,4)
tdSql.query(" select tbname ,c1 ,t1, sample(c1,2) from stb1 partition by c1 order by c1 ")
tdSql.checkRows(21)
# bug need fix
# tdSql.query(" select tbname ,c1 ,t1, sample(c1,2) from stb1 partition by c1 order by c1 ")
# tdSql.checkRows(21)
# bug need fix
# tdSql.query(" select sample(c1,2) from stb1 partition by c1 ")