test: rowlength64k

This commit is contained in:
“happyguoxy” 2023-05-17 18:39:45 +08:00
parent 2e5a092ab6
commit 45647f2604
1 changed files with 2 additions and 2 deletions

View File

@ -1256,9 +1256,9 @@ class TDTestCase:
sql = "alter table db.stable_4 modify column col4091 binary(102); " sql = "alter table db.stable_4 modify column col4091 binary(102); "
tdSql.error(sql) tdSql.error(sql)
sql = "alter table db.stable_4 modify tag loc nchar(20); " sql = "alter table db.stable_4 modify tag loc nchar(20); "
tdSql.query("select * from db.table_40") tdSql.query("select * from db.table_70")
tdSql.checkCols(4092) tdSql.checkCols(4092)
tdSql.query("describe db.table_40") tdSql.query("describe db.table_70")
tdSql.checkRows(4096) tdSql.checkRows(4096)
self.ins_query() self.ins_query()