[TD-5621]<test> this is test case about modify tags !

This commit is contained in:
wenzhouwww 2021-08-04 19:02:25 +08:00
parent a57ec6cb53
commit b5aa25b982
1 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ class TDTestCase:
tdSql.error(sql3)
tdSql.execute("alter stable stt modify tag tg1 binary(16337)")
tdSql.execute(sql3)
res = tdSql.getResult(sql3)
res = tdSql.getResult("select tg1,tg2,tg3 from tt")
if res == [(tags, 'tg2', 'tg3')]:
tdLog.info(" alter tag check has pass!")
else:
@ -122,4 +122,4 @@ class TDTestCase:
tdCases.addWindows(__file__, TDTestCase())
tdCases.addLinux(__file__, TDTestCase())
tdCases.addLinux(__file__, TDTestCase())