提交 629b639b 编写于 作者: P Ping Xiao 提交者: slzhou

test: add test case for TD-16216

上级 23237a17
...@@ -208,6 +208,14 @@ class TDTestCase: ...@@ -208,6 +208,14 @@ class TDTestCase:
tdSql.query("select * from type_json5") tdSql.query("select * from type_json5")
tdSql.checkData(0, 2, '''{"jsonC":"0"}''') tdSql.checkData(0, 2, '''{"jsonC":"0"}''')
try:
self._conn.schemaless_insert([
"measurement,host=host1 field1=12i,field2=2.0,fieldKey=\"Launch\" 1654078242716",
"measurement,host=host1"
], TDSmlProtocolType.LINE.value, TDSmlTimestampType.MILLI_SECOND.value)
tdLog.exit("%s failed: no exception happen here" % __file__)
except Exception as e:
pass
def stop(self): def stop(self):
tdSql.close() tdSql.close()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册