Update test_column_tag_boundary.py

This commit is contained in:
haoranchen 2024-09-03 09:22:46 +08:00 committed by GitHub
parent b8cca4b32c
commit 94719a4881
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class TDTestCase(TBase):
tdSql.checkData(0, 5, tag) tdSql.checkData(0, 5, tag)
def test_varbinary_boundary(self): def test_varbinary_boundary(self):
row_num_per_round = 8
# create tables # create tables
tdSql.execute(f"create table st_varbinary (ts timestamp, c1 varbinary({self.max_column_length})) tags (t1 varbinary({self.max_tag_length}));") tdSql.execute(f"create table st_varbinary (ts timestamp, c1 varbinary({self.max_column_length})) tags (t1 varbinary({self.max_tag_length}));")
for i in range(self.child_table_num): for i in range(self.child_table_num):