Fix alter_table.py failure

This commit is contained in:
Ping Xiao 2021-02-05 13:56:27 +08:00
parent 1b63f63100
commit eff6d2d113
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ class TDTestCase:
for i in range(2, size): for i in range(2, size):
tdSql.checkData(0, i, self.rowNum * (size - i)) tdSql.checkData(0, i, self.rowNum * (size - i))
tdSql.error("alter local debugflag 143")
tdSql.execute("create table st(ts timestamp, c1 int) tags(t1 float)") tdSql.execute("create table st(ts timestamp, c1 int) tags(t1 float)")
tdSql.execute("create table t0 using st tags(null)") tdSql.execute("create table t0 using st tags(null)")