Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
02593305
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看板
提交
02593305
编写于
12月 22, 2021
作者:
L
liuyq-617
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[TD-12390](query)distribute testcases
上级
043dd53a
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
16 addition
and
11 deletion
+16
-11
Jenkinsfile
Jenkinsfile
+5
-5
tests/test-CI.sh
tests/test-CI.sh
+11
-6
未找到文件。
Jenkinsfile
浏览文件 @
02593305
...
...
@@ -406,7 +406,7 @@ pipeline {
sh
"""
date
cd ${WKC}/tests
./test-CI.sh ${it}
p1
./test-CI.sh ${it}
5 1
date"""
}
}
...
...
@@ -423,7 +423,7 @@ pipeline {
sh
"""
date
cd ${WKC}/tests
./test-CI.sh ${it}
p2
./test-CI.sh ${it}
5 2
date"""
}
}
...
...
@@ -440,7 +440,7 @@ pipeline {
sh
"""
date
cd ${WKC}/tests
./test-CI.sh ${it}
p3
./test-CI.sh ${it}
5 3
date"""
}
}
...
...
@@ -457,7 +457,7 @@ pipeline {
sh
"""
date
cd ${WKC}/tests
./test-CI.sh ${it}
p4
./test-CI.sh ${it}
5 4
date"""
}
}
...
...
@@ -475,7 +475,7 @@ pipeline {
sh
"""
date
cd ${WKC}/tests
./test-CI.sh ${it}
p5
./test-CI.sh ${it}
5 5
date"""
}
}
...
...
tests/test-CI.sh
浏览文件 @
02593305
...
...
@@ -83,10 +83,9 @@ function runPyCaseOneByOne {
}
function
runPyCaseOneByOnefq
(
)
{
start
=
`
sed
-n
"/
$2
-start/="
$1
`
end
=
`
sed
-n
"/
$2
-end/="
$1
`
for
((
i
=
$start
;
i<
=
$end
;
i++
))
;
do
end
=
`
sed
-n
'$='
$1
`
for
((
i
=
1
;
i<
=
$end
;
i++
))
;
do
if
[[
$((
$i
%
$2
))
-eq
$4
]]
;
then
line
=
`
sed
-n
"
$i
"
p
$1
`
if
[[
$line
=
~ ^python.
*
]]
;
then
if
[[
$line
!=
*
sleep
*
]]
;
then
...
...
@@ -123,6 +122,7 @@ function runPyCaseOneByOnefq() {
fi
dohavecore
$3
2
fi
fi
done
rm
-rf
../../sim/case.log
}
...
...
@@ -198,10 +198,15 @@ if [ "$1" == "full" ]; then
else
echo
"### run
$1
$2
test ###"
if
[
"
$1
"
!=
"query"
]
&&
[
"
$1
"
!=
"other"
]
&&
[
"
$1
"
!=
"tools"
]
&&
[
"
$1
"
!=
"insert"
]
&&
[
"
$1
"
!=
"connector"
]
;
then
echo
" wrong option:
$1
must one of [que
yr
,other,tools,insert,connector]"
echo
" wrong option:
$1
must one of [que
ry
,other,tools,insert,connector]"
exit
8
fi
runPyCaseOneByOnefq fulltest-
$1
.sh
$2
1
cd
$tests_dir
/pytest
runPyCaseOneByOnefq fulltest-
$1
.sh
$2
1
$3
cd
$tests_dir
/develop-test
runPyCaseOneByOnefq fulltest-
$1
.sh
$2
1
$3
cd
$tests_dir
/system-test
runPyCaseOneByOnefq fulltest-
$1
.sh
$2
1
$3
fi
totalPySuccess
=
`
grep
'success'
pytest-out.log |
wc
-l
`
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录