feat: show vgroup display num of cache tables

This commit is contained in:
Xiaoyu Wang 2023-03-13 19:14:53 +08:00
parent ca39dfcf2d
commit 1870a9d46e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class TDTestCase:
tdSql.execute("insert into db.ctb using db.stb tags(1) (ts, c1) values (now, 1)")
tdSql.query("select count(*) from information_schema.ins_columns")
tdSql.checkData(0, 0, 271)
tdSql.checkData(0, 0, 272)
tdSql.query("select * from information_schema.ins_columns where table_name = 'ntb'")
tdSql.checkRows(14)