From 4df5a0c2cd7bb84184d84edf4367285f024045b6 Mon Sep 17 00:00:00 2001 From: tomchon Date: Wed, 29 Dec 2021 11:35:55 +0800 Subject: [PATCH] [TD-11399](tools): add test case of taosdemo supporting chinese unicode in all interface --- tests/pytest/tools/taosdemoAllTest/taosdemoTestInsertWithJson.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/tools/taosdemoAllTest/taosdemoTestInsertWithJson.py b/tests/pytest/tools/taosdemoAllTest/taosdemoTestInsertWithJson.py index c3fb8c16fb..ac7b45df26 100644 --- a/tests/pytest/tools/taosdemoAllTest/taosdemoTestInsertWithJson.py +++ b/tests/pytest/tools/taosdemoAllTest/taosdemoTestInsertWithJson.py @@ -357,6 +357,7 @@ class TDTestCase: tdSql.query('show tables like \'YYY%\'') #child_table_exists = yes, auto_create_table varies = yes tdSql.checkRows(20) + # # insert: test chinese encoding # # TD-11399、TD-10819 # os.system("%staosBenchmark -f tools/taosdemoAllTest/insert-chinese.json -y " % binPath) -- GitLab