Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
5831efd3
TDengine
项目概览
taosdata
/
TDengine
1 年多 前同步成功
通知
1185
Star
22017
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看板
提交
5831efd3
编写于
11月 20, 2022
作者:
S
Shengliang Guan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
test: adjust asan dir
上级
0464a21d
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
6 addition
and
6 deletion
+6
-6
tests/pytest/util/dnodes.py
tests/pytest/util/dnodes.py
+2
-2
tests/script/sh/checkAsan.sh
tests/script/sh/checkAsan.sh
+1
-1
tests/script/sh/exec.sh
tests/script/sh/exec.sh
+1
-1
tests/script/test.sh
tests/script/test.sh
+1
-1
tests/system-test/test.sh
tests/system-test/test.sh
+1
-1
未找到文件。
tests/pytest/util/dnodes.py
浏览文件 @
5831efd3
...
...
@@ -390,7 +390,7 @@ class TDDnode:
binPath
,
self
.
cfgDir
)
else
:
if
self
.
asan
:
asanDir
=
"%s/sim/
tsim/
asan/dnode%d.asan"
%
(
asanDir
=
"%s/sim/asan/dnode%d.asan"
%
(
self
.
path
,
self
.
index
)
cmd
=
"nohup %s -c %s > /dev/null 2> %s & "
%
(
binPath
,
self
.
cfgDir
,
asanDir
)
...
...
@@ -457,7 +457,7 @@ class TDDnode:
if
self
.
valgrind
==
0
:
if
self
.
asan
:
asanDir
=
"%s/sim/
tsim/
asan/dnode%d.asan"
%
(
asanDir
=
"%s/sim/asan/dnode%d.asan"
%
(
self
.
path
,
self
.
index
)
cmd
=
"nohup %s -c %s > /dev/null 2> %s & "
%
(
binPath
,
self
.
cfgDir
,
asanDir
)
...
...
tests/script/sh/checkAsan.sh
浏览文件 @
5831efd3
...
...
@@ -15,7 +15,7 @@ else
fi
TAOS_DIR
=
`
pwd
`
LOG_DIR
=
$TAOS_DIR
/sim/
tsim/
asan
LOG_DIR
=
$TAOS_DIR
/sim/asan
error_num
=
`
cat
${
LOG_DIR
}
/
*
.asan |
grep
"ERROR"
|
wc
-l
`
memory_leak
=
`
cat
${
LOG_DIR
}
/
*
.asan |
grep
"Direct leak"
|
wc
-l
`
...
...
tests/script/sh/exec.sh
浏览文件 @
5831efd3
...
...
@@ -80,7 +80,7 @@ LOG_DIR=$NODE_DIR/log
DATA_DIR
=
$NODE_DIR
/data
MGMT_DIR
=
$NODE_DIR
/data/mgmt
TSDB_DIR
=
$NODE_DIR
/data/tsdb
ASAN_DIR
=
$SIM_DIR
/
tsim/
asan
ASAN_DIR
=
$SIM_DIR
/asan
TAOS_CFG
=
$NODE_DIR
/cfg/taos.cfg
echo
------------
$EXEC_OPTON
$NODE_NAME
...
...
tests/script/test.sh
浏览文件 @
5831efd3
...
...
@@ -72,7 +72,7 @@ PRG_DIR=$SIM_DIR/tsim
CFG_DIR
=
$PRG_DIR
/cfg
LOG_DIR
=
$PRG_DIR
/log
DATA_DIR
=
$PRG_DIR
/data
ASAN_DIR
=
$
PRG
_DIR
/asan
ASAN_DIR
=
$
SIM
_DIR
/asan
chmod
-R
777
$PRG_DIR
echo
"------------------------------------------------------------------------"
...
...
tests/system-test/test.sh
浏览文件 @
5831efd3
...
...
@@ -44,7 +44,7 @@ declare -x BUILD_DIR=$TOP_DIR/$BIN_DIR
declare
-x
SIM_DIR
=
$TOP_DIR
/sim
PROGRAM
=
$BUILD_DIR
/build/bin/tsim
PRG_DIR
=
$SIM_DIR
/tsim
ASAN_DIR
=
$
PRG
_DIR
/asan
ASAN_DIR
=
$
SIM
_DIR
/asan
SYSTEM_TEST_DIR
=
$TOP_DIR
/tests/system-test
chmod
-R
777
$PRG_DIR
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录