From 04b3f4537620bc751787ed1efacd95aa97a1243a Mon Sep 17 00:00:00 2001 From: Hui Li <52318143+plum-lihui@users.noreply.github.com> Date: Tue, 14 Dec 2021 18:40:17 +0800 Subject: [PATCH] Update TD-11945_crash.py --- tests/system-test/2-query/9-others/TD-11945_crash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/2-query/9-others/TD-11945_crash.py b/tests/system-test/2-query/9-others/TD-11945_crash.py index 8c7ba9542c..8dd68ba286 100644 --- a/tests/system-test/2-query/9-others/TD-11945_crash.py +++ b/tests/system-test/2-query/9-others/TD-11945_crash.py @@ -20,7 +20,7 @@ from util.sql import * class TDTestCase: def caseDescription(self): ''' - case1::wenzhouwww [TD-11945] this test case is an issue about taoshell and taosd crash , it now has been repaired on branch https://github.com/taosdata/TDengine/tree/feature%2FTD-6140 + case1:: [TD-11945] this test case is an issue about taoshell and taosd crash , it now has been repaired on branch https://github.com/taosdata/TDengine/tree/feature%2FTD-6140 the root source maybe : The four arithmetic operations do not perform the verification of the numeric type,so that the numeric type and string type will coredump about Four arithmetic operations ''' -- GitLab