提交 8c337505 编写于 作者: X Xiaoyu Wang

TD-5903 Romove 'SHOW VGROUP tabname' command.

上级 a03ac456
......@@ -22,14 +22,10 @@ class TDTestCase:
def run(self):
# TD-5903 show db.vgroups xxx. xxx is invalid content, but still returns results.
# PR:
tdSql.execute("create database if not exists test_5903")
tdSql.execute("show test_5903.vgroups")
tdSql.error("show test_5903.vgroups xxx")
#res = tdSql.query('show test_5903.vgroups', True)
#expected_res = [(datetime.datetime(2020, 9, 13, 20, 26, 40), 'aaa', True, 127, 32767, 2147483647, 9223372036854775807, 11.12345027923584, 22.123456789, 'aaa', 'aaa')]
#tdSql.checkEqual(res, expected_res)
def stop(self):
tdSql.close()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册