From 3a7b65b038a54d295c5df65a8499485d29b660de Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Sat, 7 May 2022 15:18:42 +0800 Subject: [PATCH] [test: add test cases for telemetry] --- tests/system-test/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index 4149c2cd9d..dfb6fdbefb 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -5,6 +5,7 @@ set -x python3 ./test.py -f 0-others/taosShell.py python3 ./test.py -f 0-others/taosShellError.py python3 ./test.py -f 0-others/taosShellNetChk.py +python3 ./test.py -f 0-others/telemetry.py #python3 ./test.py -f 2-query/between.py -- GitLab