From 1c261c319b80ea69fe6601827efde6b80e65476b Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Thu, 14 Jul 2022 16:09:25 +0800 Subject: [PATCH 1/2] test: add test case for tmq into ci --- 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 2c116113bc..8bafe3c966 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -180,6 +180,7 @@ python3 ./test.py -f 7-tmq/tmqAutoCreateTbl.py #python3 ./test.py -f 7-tmq/tmqDnodeRestart.py #python3 ./test.py -f 7-tmq/tmqUpdate-1ctb.py python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb.py +#python3 ./test.py -f 7-tmq/tmqDelete-1ctb.py #------------querPolicy 2----------- From c56f481476486ea6fa33fa16a04f8091cc00bc45 Mon Sep 17 00:00:00 2001 From: afwerar <1296468573@qq.com> Date: Thu, 14 Jul 2022 16:38:10 +0800 Subject: [PATCH 2/2] test: option taosbenchmark error --- cmake/cmake.options | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmake/cmake.options b/cmake/cmake.options index 2acd46694b..5d99b2214a 100644 --- a/cmake/cmake.options +++ b/cmake/cmake.options @@ -83,12 +83,6 @@ option( OFF ) -option( - TDENGINE_3 - "TDengine 3.x" - ON - ) - option( BUILD_ADDR2LINE "If build addr2line"