[TD-5621]<test> this is test case about modify tags !
This commit is contained in:
parent
a57ec6cb53
commit
b5aa25b982
|
@ -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())
|
Loading…
Reference in New Issue