From b5f3cff56a0ab30ce242069ed4a37fe537d4324e Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Mon, 16 May 2022 21:28:30 +0800 Subject: [PATCH] test: add test case of tmq into ci --- tests/system-test/fulltest.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index 93556186e6..1cb123a52f 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -57,3 +57,5 @@ python3 ./test.py -f 2-query/query_cols_tags_and_or.py python3 ./test.py -f 2-query/nestedQuery.py python3 ./test.py -f 7-tmq/basic5.py +python3 ./test.py -f 7-tmq/subscribeDb.py +