From 94719a4881874d4ecd390759c9c785e202caaf48 Mon Sep 17 00:00:00 2001 From: haoranchen Date: Tue, 3 Sep 2024 09:22:46 +0800 Subject: [PATCH] Update test_column_tag_boundary.py --- tests/army/insert/test_column_tag_boundary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/army/insert/test_column_tag_boundary.py b/tests/army/insert/test_column_tag_boundary.py index 6c26d9507e..a3a865ee8f 100644 --- a/tests/army/insert/test_column_tag_boundary.py +++ b/tests/army/insert/test_column_tag_boundary.py @@ -116,7 +116,7 @@ class TDTestCase(TBase): tdSql.checkData(0, 5, tag) def test_varbinary_boundary(self): - row_num_per_round = 8 + # create tables 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):