Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
bd2f86f2
TDengine
项目概览
taosdata
/
TDengine
1 年多 前同步成功
通知
1185
Star
22016
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
bd2f86f2
编写于
11月 09, 2022
作者:
haoranc
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ci:add the env that builds with sanitizer
上级
5c59e696
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
6 addition
and
6 deletion
+6
-6
tests/parallel_test/cases.task
tests/parallel_test/cases.task
+2
-2
tests/parallel_test/run_container.sh
tests/parallel_test/run_container.sh
+4
-4
未找到文件。
tests/parallel_test/cases.task
浏览文件 @
bd2f86f2
,,y,unit-test,bash test.sh
,,,script,./test.sh -f tsim/user/basic.sim
,,,script,./test.sh -f tsim/user/password.sim
,,
y
,script,./test.sh -f tsim/user/basic.sim
,,
y
,script,./test.sh -f tsim/user/password.sim
,,,script,./test.sh -f tsim/user/privilege_db.sim
,,,script,./test.sh -f tsim/user/privilege_sysinfo.sim
,,,script,./test.sh -f tsim/db/alter_option.sim
...
...
tests/parallel_test/run_container.sh
浏览文件 @
bd2f86f2
...
...
@@ -13,7 +13,7 @@ function usage() {
}
ent
=
0
while
getopts
"w:d:c:t:o:
e:s
h"
opt
;
do
while
getopts
"w:d:c:t:o:
s:e
h"
opt
;
do
case
$opt
in
w
)
WORKDIR
=
$OPTARG
...
...
@@ -67,7 +67,7 @@ fi
#select whether the compilation environment includes sanitizer
if
[
"
${
buildSan
}
"
==
"y"
]
;
then
DEBUGPATH
=
"
build
San"
DEBUGPATH
=
"
debug
San"
elif
[[
"
${
buildSan
}
"
==
"n"
]]
||
[[
"
${
case_build_san
}
"
==
""
]]
;
then
DEBUGPATH
=
"debugNoSan"
else
...
...
@@ -80,7 +80,7 @@ if [ $ent -ne 0 ]; then
extra_param
=
"
$extra_param
-e"
INTERNAL_REPDIR
=
$WORKDIR
/TDinternal
REPDIR
=
$INTERNAL_REPDIR
/community
REPDIR_DEBUG
=
$WORKDIR
/DEBUGPATH/
REPDIR_DEBUG
=
$WORKDIR
/
$
DEBUGPATH
/
CONTAINER_TESTDIR
=
/home/TDinternal/community
SIM_DIR
=
/home/TDinternal/sim
REP_MOUNT_PARAM
=
"
$INTERNAL_REPDIR
:/home/TDinternal"
...
...
@@ -89,7 +89,7 @@ if [ $ent -ne 0 ]; then
else
# community edition
REPDIR
=
$WORKDIR
/TDengine
REPDIR_DEBUG
=
$WORKDIR
/DEBUGPATH/
REPDIR_DEBUG
=
$WORKDIR
/
$
DEBUGPATH
/
CONTAINER_TESTDIR
=
/home/TDengine
SIM_DIR
=
/home/TDengine/sim
REP_MOUNT_PARAM
=
"
$REPDIR
:/home/TDengine"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录