From 14ecff2749d1331c8b0895bc4790cff469f6b869 Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Wed, 3 Feb 2021 19:34:25 +0800 Subject: [PATCH] [TD-2555]add test for stddev --- tests/pytest/pytest_3.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/pytest_3.sh b/tests/pytest/pytest_3.sh index 5e59bb879b..8b2ac721e3 100755 --- a/tests/pytest/pytest_3.sh +++ b/tests/pytest/pytest_3.sh @@ -89,6 +89,7 @@ python3 ./test.py -f functions/function_sum.py -r 1 python3 ./test.py -f functions/function_top.py -r 1 python3 ./test.py -f functions/function_twa.py -r 1 python3 ./test.py -f functions/function_twa_test2.py +python3 ./test.py -f functions/function_stddev_td2555.py python3 queryCount.py python3 ./test.py -f query/queryGroupbyWithInterval.py python3 client/twoClients.py -- GitLab