fix test cases
This commit is contained in:
parent
6120700091
commit
b73af49cc0
|
@ -370,17 +370,17 @@ class TDTestCase:
|
||||||
tdSql.query("select diff(st1+c1) from stb1 partition by tbname")
|
tdSql.query("select diff(st1+c1) from stb1 partition by tbname")
|
||||||
tdSql.checkRows(190)
|
tdSql.checkRows(190)
|
||||||
|
|
||||||
# # bug need fix
|
# # bug need fix
|
||||||
# tdSql.query("select diff(st1+c1) from stb1 partition by tbname slimit 1 ")
|
# tdSql.query("select diff(st1+c1) from stb1 partition by tbname slimit 1 ")
|
||||||
# tdSql.checkRows(19)
|
# tdSql.checkRows(19)
|
||||||
# tdSql.error("select diff(st1+c1) from stb1 partition by tbname limit 1 ")
|
# tdSql.error("select diff(st1+c1) from stb1 partition by tbname limit 1 ")
|
||||||
|
|
||||||
|
|
||||||
# bug need fix
|
# bug need fix
|
||||||
tdSql.query("select diff(st1+c1) from stb1 partition by tbname")
|
tdSql.query("select diff(st1+c1) from stb1 partition by tbname")
|
||||||
tdSql.checkRows(190)
|
tdSql.checkRows(190)
|
||||||
|
|
||||||
# bug need fix
|
# bug need fix
|
||||||
# tdSql.query("select tbname , diff(c1) from stb1 partition by tbname")
|
# tdSql.query("select tbname , diff(c1) from stb1 partition by tbname")
|
||||||
# tdSql.checkRows(199)
|
# tdSql.checkRows(199)
|
||||||
# tdSql.query("select tbname , diff(st1) from stb1 partition by tbname")
|
# tdSql.query("select tbname , diff(st1) from stb1 partition by tbname")
|
||||||
|
@ -388,7 +388,7 @@ class TDTestCase:
|
||||||
# tdSql.query("select tbname , diff(st1) from stb1 partition by tbname slimit 1")
|
# tdSql.query("select tbname , diff(st1) from stb1 partition by tbname slimit 1")
|
||||||
# tdSql.checkRows(19)
|
# tdSql.checkRows(19)
|
||||||
|
|
||||||
# partition by tags
|
# partition by tags
|
||||||
# tdSql.query("select st1 , diff(c1) from stb1 partition by st1")
|
# tdSql.query("select st1 , diff(c1) from stb1 partition by st1")
|
||||||
# tdSql.checkRows(199)
|
# tdSql.checkRows(199)
|
||||||
# tdSql.query("select diff(c1) from stb1 partition by st1")
|
# tdSql.query("select diff(c1) from stb1 partition by st1")
|
||||||
|
@ -488,4 +488,4 @@ class TDTestCase:
|
||||||
tdLog.success("%s successfully executed" % __file__)
|
tdLog.success("%s successfully executed" % __file__)
|
||||||
|
|
||||||
tdCases.addWindows(__file__, TDTestCase())
|
tdCases.addWindows(__file__, TDTestCase())
|
||||||
tdCases.addLinux(__file__, TDTestCase())
|
tdCases.addLinux(__file__, TDTestCase())
|
||||||
|
|
Loading…
Reference in New Issue