提交 03a0bd29 编写于 作者: S shenglian zhou

[TD-1026](query,insert,other,connector,tools):fix test case so that it can...

[TD-1026](query,insert,other,connector,tools):fix test case so that it can generate new table name when tablename is all lower
上级 df788975
......@@ -26,6 +26,8 @@ class TDTestCase:
'''
tdCom.cleanTb()
table_name = tdCom.getLongName(8, "letters_mixed")
while table_name.islower():
table_name = tdCom.getLongName(8, "letters_mixed")
table_name_sub = f'{table_name}_sub'
tb_name_lower = table_name_sub.lower()
tb_name_upper = table_name_sub.upper()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册