test:update the test case.
This commit is contained in:
parent
ea4a252305
commit
ed2384036f
|
@ -426,7 +426,7 @@ class TDTestCase:
|
||||||
tdSql.query(" select unique(t1+c1) from stb1 ")
|
tdSql.query(" select unique(t1+c1) from stb1 ")
|
||||||
tdSql.checkRows(13)
|
tdSql.checkRows(13)
|
||||||
tdSql.query(" select unique(t1+c1) from stb1 partition by tbname ")
|
tdSql.query(" select unique(t1+c1) from stb1 partition by tbname ")
|
||||||
tdSql.checkRows(13)
|
tdSql.checkRows(20)
|
||||||
tdSql.query(" select unique(t1) from stb1 partition by tbname ")
|
tdSql.query(" select unique(t1) from stb1 partition by tbname ")
|
||||||
tdSql.checkRows(2)
|
tdSql.checkRows(2)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue