Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
cbf323e9
T
TDengine
项目概览
taosdata
/
TDengine
1 年多 前同步成功
通知
1185
Star
22016
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
cbf323e9
编写于
12月 25, 2020
作者:
L
liuyq-617
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add one slave node
上级
9f4a8ba7
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
31 addition
and
11 deletion
+31
-11
Jenkinsfile
Jenkinsfile
+14
-3
tests/pytest/pytest_1.sh
tests/pytest/pytest_1.sh
+14
-6
tests/pytest/pytest_2.sh
tests/pytest/pytest_2.sh
+1
-0
tests/test-all.sh
tests/test-all.sh
+2
-2
未找到文件。
Jenkinsfile
浏览文件 @
cbf323e9
...
...
@@ -79,14 +79,25 @@ pipeline {
changeRequest
()
}
parallel
{
stage
(
'python'
)
{
agent
{
label
'p
ytest
'
}
stage
(
'python
_1
'
)
{
agent
{
label
'p
1
'
}
steps
{
pre_test
()
sh
'''
cd ${WKC}/tests
./test-all.sh pytestfq
./test-all.sh p1
date'''
}
}
stage
(
'python_2'
)
{
agent
{
label
'p2'
}
steps
{
pre_test
()
sh
'''
cd ${WKC}/tests
./test-all.sh p2
date'''
}
}
...
...
tests/pytest/pytest_1.sh
浏览文件 @
cbf323e9
...
...
@@ -19,7 +19,8 @@ python3 ./test.py -f insert/randomNullCommit.py
python3 insert/retentionpolicy.py
python3 ./test.py
-f
insert/alterTableAndInsert.py
python3 ./test.py
-f
insert/insertIntoTwoTables.py
python3 ./test.py
-f
query/isNullTest.py
#python3 ./test.py -f insert/before_1970.py
python3 bug2265.py
#table
python3 ./test.py
-f
table/alter_wal0.py
...
...
@@ -33,7 +34,7 @@ python3 ./test.py -f table/alter_column.py
python3 ./test.py
-f
table/boundary.py
python3 ./test.py
-f
table/create.py
python3 ./test.py
-f
table/del_stable.py
python3 ./test.py
-f
table/queryWithTaosdKilled.py
# tag
python3 ./test.py
-f
tag_lite/filter.py
...
...
@@ -163,10 +164,16 @@ python3 ./test.py -f query/bug1471.py
python3 ./test.py
-f
query/bug1874.py
python3 ./test.py
-f
query/bug1875.py
python3 ./test.py
-f
query/bug1876.py
python3 ./test.py
-f
query/bug2218.py
python3 ./test.py
-f
query/bug2218.py
python3 ./test.py
-f
query/bug2117.py
python3 ./test.py
-f
query/bug2118.py
python3 ./test.py
-f
query/bug2143.py
python3 ./test.py
-f
query/sliding.py
python3 ./test.py
-f
query/unionAllTest.py
python3 ./test.py
-f
query/bug2281.py
python3 ./test.py
-f
query/bug2119.py
python3 bug2265.py
python3 ./test.py
-f
query/isNullTest.py
python3 ./test.py
-f
query/queryWithTaosdKilled.py
python3 ./test.py
-f
query/floatCompare.py
#stream
...
...
@@ -184,6 +191,7 @@ python3 ./test.py -f alter/alter_table_crash.py
python3 ./test.py
-f
client/client.py
python3 ./test.py
-f
client/version.py
python3 ./test.py
-f
client/alterDatabase.py
python3 ./test.py
-f
client/noConnectionErrorTest.py
# Misc
python3 testCompress.py
...
...
@@ -207,7 +215,7 @@ python3 ./test.py -f functions/function_spread.py -r 1
python3 ./test.py
-f
functions/function_stddev.py
-r
1
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.py
-r
1
python3 ./test.py
-f
functions/function_twa_test2.py
python3 queryCount.py
python3 ./test.py
-f
query/queryGroupbyWithInterval.py
...
...
@@ -219,10 +227,10 @@ python3 test.py -f query/queryFillTest.py
python3 test.py
-f
tools/taosdemoTest.py
python3 test.py
-f
tools/taosdumpTest.py
python3 test.py
-f
tools/lowaTest.py
python3 test.py
-f
tools/taosdemoTest2.py
# subscribe
python3 test.py
-f
subscribe/singlemeter.py
#python3 test.py -f subscribe/stability.py
python3 test.py
-f
subscribe/supertable.py
tests/pytest/pytest_2.sh
浏览文件 @
cbf323e9
...
...
@@ -12,6 +12,7 @@ python3 ./test.py -f update/merge_commit_data2.py
python3 ./test.py
-f
update/merge_commit_data2_update0.py
python3 ./test.py
-f
update/merge_commit_last-0.py
python3 ./test.py
-f
update/merge_commit_last.py
python3 ./test.py
-f
update/bug_td2279.py
# wal
python3 ./test.py
-f
wal/addOldWalTest.py
\ No newline at end of file
tests/test-all.sh
浏览文件 @
cbf323e9
...
...
@@ -202,10 +202,10 @@ if [ "$2" != "sim" ]; then
runPyCaseOneByOnefq fulltest.sh
elif
[
"
$1
"
==
"p1"
]
;
then
echo
"### run Python_1 test ###"
runPyCaseOneByOne pytest_1.sh
runPyCaseOneByOne
fq
pytest_1.sh
elif
[
"
$1
"
==
"p2"
]
;
then
echo
"### run Python_2 test ###"
runPyCaseOneByOne pytest_2.sh
runPyCaseOneByOne
fq
pytest_2.sh
elif
[
"
$1
"
==
"b2"
]
||
[
"
$1
"
==
"b3"
]
;
then
exit
$((
$totalFailed
+
$totalPyFailed
))
elif
[
"
$1
"
==
"smoke"
]
||
[
-z
"
$1
"
]
;
then
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录