From 1c0347e75137607bc5a131f5875c1ad021c8cd72 Mon Sep 17 00:00:00 2001 From: wenzhouwww Date: Mon, 20 Dec 2021 19:35:13 +0800 Subject: [PATCH] let case runing CI --- tests/system-test/2-query/9-others/TD-12014.py | 5 ++--- tests/system-test/fulltest.sh | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/system-test/2-query/9-others/TD-12014.py b/tests/system-test/2-query/9-others/TD-12014.py index b5cd8b63c2..c89633e88d 100644 --- a/tests/system-test/2-query/9-others/TD-12014.py +++ b/tests/system-test/2-query/9-others/TD-12014.py @@ -48,9 +48,8 @@ class TDTestCase: def caseDescription(self): ''' - case1 : [TD-11389] : - this test case is an test case for cache error , it will let the cached data obtained by the client that has connected to taosd incorrect, - root cause : table schema is changed, tag hostname size is increased through schema-less insertion. The schema cache of client taos is not refreshed. + case1 :wenzhouwww [TD-12014] : + this test case is an test case for taoshell crash , it will coredump when query such as "select 1*now from st " ''' return diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index f9644fa1c8..df78644e4d 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -1,5 +1,5 @@ python3 test.py -f 0-management/1-stable/create_col_tag.py python3 test.py -f 4-taosAdapter/taosAdapter_query.py python3 test.py -f 4-taosAdapter/taosAdapter_insert.py - +python3 test.py -f 2-query/9-others/TD-12014.py #python3 test.py -f 2-query/9-others/TD-11389.py # this case will run when this bug fix TD-11389 -- GitLab