未验证 提交 d4047111 编写于 作者: H Hui Li 提交者: GitHub

Merge pull request #9376 from taosdata/xiaoping/add_test_case

[TD-12477]<test>(query): add system test and develop test
......@@ -348,7 +348,18 @@ if [ "$2" != "sim" ] && [ "$2" != "jdbc" ] && [ "$2" != "unit" ] && [ "$2" != "
runPyCaseOneByOne regressiontest.sh
elif [ "$1" == "full" ]; then
echo "### run Python full test ###"
runPyCaseOneByOne fulltest.sh
cd $tests_dir/develop-test
for name in *.sh
do
runPyCaseOneByOne $name
done
cd $tests_dir/system-test
for name in *.sh
do
runPyCaseOneByOne $name
done
cd $tests_dir/pytest
runPyCaseOneByOne fulltest.sh
elif [ "$1" == "pytest" ]; then
echo "### run Python full test ###"
runPyCaseOneByOne fulltest.sh
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册