From 93ca78db656fa0002c11414c2a7300abc6984d77 Mon Sep 17 00:00:00 2001 From: wenzhouwww Date: Thu, 23 Dec 2021 15:08:24 +0800 Subject: [PATCH] Update TD-12228.py --- tests/system-test/2-query/TD-12228.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/system-test/2-query/TD-12228.py b/tests/system-test/2-query/TD-12228.py index aed3d51f73..69702cbf24 100644 --- a/tests/system-test/2-query/TD-12228.py +++ b/tests/system-test/2-query/TD-12228.py @@ -31,7 +31,7 @@ import subprocess class TDTestCase: def caseDescription(self): ''' - case1 : [TD-11389] : + case1 : [TD-12228] : this test case is an test case for cache error , it will coredump taoshell . ''' return @@ -399,4 +399,4 @@ class TDTestCase: tdCases.addWindows(__file__, TDTestCase()) -tdCases.addLinux(__file__, TDTestCase()) \ No newline at end of file +tdCases.addLinux(__file__, TDTestCase()) -- GitLab