From a0d0bf759addd9356932076a4de2f5d07f5732b4 Mon Sep 17 00:00:00 2001 From: Ganlin Zhao Date: Fri, 14 Jan 2022 14:34:40 +0800 Subject: [PATCH] [TD-12945](query): taos shell crash when constant comparison cause crash --- tests/develop-test/fulltest-query.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/develop-test/fulltest-query.sh b/tests/develop-test/fulltest-query.sh index 36c68e8d00..d81818b6f7 100755 --- a/tests/develop-test/fulltest-query.sh +++ b/tests/develop-test/fulltest-query.sh @@ -3,3 +3,4 @@ python3 ./test.py -f 2-query/union-order.py python3 ./test.py -f 2-query/session_two_stage.py python3 ./test.py -f 2-query/timeline_agg_func_groupby.py python3 ./test.py -f 2-query/ts_2016.py +python3 ./test.py -f 2-query/constant_compare.py -- GitLab