From 1c37c77fd48f10abf061fa586ebfd21b49dbb912 Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Thu, 23 Jun 2022 17:03:33 +0800 Subject: [PATCH] test: add test case into CI --- tests/system-test/fulltest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index 074756add6..fe4c162054 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -134,4 +134,4 @@ python3 ./test.py -f 7-tmq/schema.py python3 ./test.py -f 7-tmq/stbFilter.py python3 ./test.py -f 7-tmq/tmqCheckData.py python3 ./test.py -f 7-tmq/tmqUdf.py -python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py +python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py -N 5 -- GitLab