From b8552bca825aa15546492305d9f08a39d432c7fd Mon Sep 17 00:00:00 2001 From: Ping Xiao Date: Wed, 6 Jul 2022 21:27:16 +0800 Subject: [PATCH] test: add test case --- tests/pytest/query/queryBase.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/pytest/query/queryBase.py b/tests/pytest/query/queryBase.py index 4544fab3ad..9be950df49 100644 --- a/tests/pytest/query/queryBase.py +++ b/tests/pytest/query/queryBase.py @@ -171,6 +171,11 @@ class TDTestCase: tdSql.waitedQuery(sql, 1, WAITS) tdSql.checkData(0, 1, 229400) + # TS-1664 + tdSql.error("create database string") + tdSql.error("create table string(ts timestamp, c1 int)") + tdSql.error("select * from string") + # # add case with filename # -- GitLab