Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
ad981b8d
T
TDengine
项目概览
taosdata
/
TDengine
大约 2 年 前同步成功
通知
1192
Star
22018
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看板
提交
ad981b8d
编写于
11月 21, 2022
作者:
H
Hongze Cheng
浏览文件
操作
浏览文件
下载
差异文件
Merge branch '3.0' of
https://github.com/taosdata/TDengine
into enh/row_optimize
上级
dcec02fd
8552252f
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
36 addition
and
33 deletion
+36
-33
source/libs/scalar/src/sclfunc.c
source/libs/scalar/src/sclfunc.c
+2
-0
tests/parallel_test/cases.task
tests/parallel_test/cases.task
+28
-28
tests/system-test/pytest.sh
tests/system-test/pytest.sh
+6
-5
未找到文件。
source/libs/scalar/src/sclfunc.c
浏览文件 @
ad981b8d
...
@@ -24,6 +24,8 @@ static double tlog2(double v, double base) {
...
@@ -24,6 +24,8 @@ static double tlog2(double v, double base) {
return
a
;
return
a
;
}
else
if
(
isnan
(
b
)
||
isinf
(
b
))
{
}
else
if
(
isnan
(
b
)
||
isinf
(
b
))
{
return
b
;
return
b
;
}
else
if
(
b
==
0
)
{
return
INFINITY
;
}
else
{
}
else
{
return
a
/
b
;
return
a
/
b
;
}
}
...
...
tests/parallel_test/cases.task
浏览文件 @
ad981b8d
...
@@ -471,63 +471,63 @@
...
@@ -471,63 +471,63 @@
,,,system-test,python3 ./test.py -f 2-query/concat_ws.py -R
,,,system-test,python3 ./test.py -f 2-query/concat_ws.py -R
,,,system-test,python3 ./test.py -f 2-query/concat_ws2.py
,,,system-test,python3 ./test.py -f 2-query/concat_ws2.py
,,,system-test,python3 ./test.py -f 2-query/concat_ws2.py -R
,,,system-test,python3 ./test.py -f 2-query/concat_ws2.py -R
,,
,system-test,
python3 ./test.py -f 2-query/cos.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/cos.py
,,,system-test,python3 ./test.py -f 2-query/cos.py -R
,,,system-test,python3 ./test.py -f 2-query/cos.py -R
,,
,system-test,
python3 ./test.py -f 2-query/count_partition.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/count_partition.py
,,,system-test,python3 ./test.py -f 2-query/count_partition.py -R
,,,system-test,python3 ./test.py -f 2-query/count_partition.py -R
,,
,system-test,
python3 ./test.py -f 2-query/count.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/count.py
,,,system-test,python3 ./test.py -f 2-query/count.py -R
,,,system-test,python3 ./test.py -f 2-query/count.py -R
,,
,system-test,
python3 ./test.py -f 2-query/countAlwaysReturnValue.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/countAlwaysReturnValue.py
,,,system-test,python3 ./test.py -f 2-query/countAlwaysReturnValue.py -R
,,,system-test,python3 ./test.py -f 2-query/countAlwaysReturnValue.py -R
,,
,system-test,
python3 ./test.py -f 2-query/db.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/db.py
,,,system-test,python3 ./test.py -f 2-query/db.py -R
,,,system-test,python3 ./test.py -f 2-query/db.py -R
,,
,system-test,
python3 ./test.py -f 2-query/diff.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/diff.py
,,,system-test,python3 ./test.py -f 2-query/diff.py -R
,,,system-test,python3 ./test.py -f 2-query/diff.py -R
,,
,system-test,
python3 ./test.py -f 2-query/distinct.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/distinct.py
,,,system-test,python3 ./test.py -f 2-query/distinct.py -R
,,,system-test,python3 ./test.py -f 2-query/distinct.py -R
,,
,system-test,
python3 ./test.py -f 2-query/distribute_agg_apercentile.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/distribute_agg_apercentile.py
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_apercentile.py -R
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_apercentile.py -R
,,
,system-test,
python3 ./test.py -f 2-query/distribute_agg_avg.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/distribute_agg_avg.py
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_avg.py -R
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_avg.py -R
,,
,system-test,
python3 ./test.py -f 2-query/distribute_agg_count.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/distribute_agg_count.py
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_count.py -R
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_count.py -R
,,
,system-test,
python3 ./test.py -f 2-query/distribute_agg_max.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/distribute_agg_max.py
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_max.py -R
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_max.py -R
,,
,system-test,
python3 ./test.py -f 2-query/distribute_agg_min.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/distribute_agg_min.py
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_min.py -R
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_min.py -R
,,
,system-test,
python3 ./test.py -f 2-query/distribute_agg_spread.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/distribute_agg_spread.py
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_spread.py -R
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_spread.py -R
,,
,system-test,
python3 ./test.py -f 2-query/distribute_agg_stddev.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/distribute_agg_stddev.py
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_stddev.py -R
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_stddev.py -R
,,
,system-test,
python3 ./test.py -f 2-query/distribute_agg_sum.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/distribute_agg_sum.py
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_sum.py -R
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_sum.py -R
,,
,system-test,
python3 ./test.py -f 2-query/explain.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/explain.py
,,,system-test,python3 ./test.py -f 2-query/explain.py -R
,,,system-test,python3 ./test.py -f 2-query/explain.py -R
,,
,system-test,
python3 ./test.py -f 2-query/first.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/first.py
,,,system-test,python3 ./test.py -f 2-query/first.py -R
,,,system-test,python3 ./test.py -f 2-query/first.py -R
,,
,system-test,
python3 ./test.py -f 2-query/floor.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/floor.py
,,,system-test,python3 ./test.py -f 2-query/floor.py -R
,,,system-test,python3 ./test.py -f 2-query/floor.py -R
,,
,system-test,
python3 ./test.py -f 2-query/function_null.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/function_null.py
,,,system-test,python3 ./test.py -f 2-query/function_null.py -R
,,,system-test,python3 ./test.py -f 2-query/function_null.py -R
,,
,system-test,
python3 ./test.py -f 2-query/function_stateduration.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/function_stateduration.py
,,,system-test,python3 ./test.py -f 2-query/function_stateduration.py -R
,,,system-test,python3 ./test.py -f 2-query/function_stateduration.py -R
,,
,system-test,
python3 ./test.py -f 2-query/histogram.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/histogram.py
,,,system-test,python3 ./test.py -f 2-query/histogram.py -R
,,,system-test,python3 ./test.py -f 2-query/histogram.py -R
,,
,system-test,
python3 ./test.py -f 2-query/hyperloglog.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/hyperloglog.py
,,,system-test,python3 ./test.py -f 2-query/hyperloglog.py -R
,,,system-test,python3 ./test.py -f 2-query/hyperloglog.py -R
,,,system-test,python3 ./test.py -f 2-query/interp.py
,,,system-test,python3 ./test.py -f 2-query/interp.py
,,,system-test,python3 ./test.py -f 2-query/interp.py -R
,,,system-test,python3 ./test.py -f 2-query/interp.py -R
,,
,system-test,
python3 ./test.py -f 2-query/irate.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/irate.py
,,,system-test,python3 ./test.py -f 2-query/irate.py -R
,,,system-test,python3 ./test.py -f 2-query/irate.py -R
,,
,system-test,
python3 ./test.py -f 2-query/join.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/join.py
,,,system-test,python3 ./test.py -f 2-query/join.py -R
,,,system-test,python3 ./test.py -f 2-query/join.py -R
,,,system-test,python3 ./test.py -f 2-query/last_row.py
,,,system-test,python3 ./test.py -f 2-query/last_row.py
,,,system-test,python3 ./test.py -f 2-query/last_row.py -R
,,,system-test,python3 ./test.py -f 2-query/last_row.py -R
,,
,system-test,
python3 ./test.py -f 2-query/last.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/last.py
,,,system-test,python3 ./test.py -f 2-query/last.py -R
,,,system-test,python3 ./test.py -f 2-query/last.py -R
,,
,system-test,
python3 ./test.py -f 2-query/leastsquares.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/leastsquares.py
,,,system-test,python3 ./test.py -f 2-query/leastsquares.py -R
,,,system-test,python3 ./test.py -f 2-query/leastsquares.py -R
,,
,system-test,
python3 ./test.py -f 2-query/length.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/length.py
,,,system-test,python3 ./test.py -f 2-query/length.py -R
,,,system-test,python3 ./test.py -f 2-query/length.py -R
,,,system-test,python3 ./test.py -f 2-query/log.py
,,,system-test,python3 ./test.py -f 2-query/log.py
,,,system-test,python3 ./test.py -f 2-query/log.py -R
,,,system-test,python3 ./test.py -f 2-query/log.py -R
...
@@ -535,7 +535,7 @@
...
@@ -535,7 +535,7 @@
,,,system-test,python3 ./test.py -f 2-query/lower.py -R
,,,system-test,python3 ./test.py -f 2-query/lower.py -R
,,,system-test,python3 ./test.py -f 2-query/ltrim.py
,,,system-test,python3 ./test.py -f 2-query/ltrim.py
,,,system-test,python3 ./test.py -f 2-query/ltrim.py -R
,,,system-test,python3 ./test.py -f 2-query/ltrim.py -R
,,
,system-test,
python3 ./test.py -f 2-query/mavg.py
,,
y,system-test,./pytest.sh
python3 ./test.py -f 2-query/mavg.py
,,,system-test,python3 ./test.py -f 2-query/mavg.py -R
,,,system-test,python3 ./test.py -f 2-query/mavg.py -R
,,,system-test,python3 ./test.py -f 2-query/max_partition.py
,,,system-test,python3 ./test.py -f 2-query/max_partition.py
,,,system-test,python3 ./test.py -f 2-query/max_partition.py -R
,,,system-test,python3 ./test.py -f 2-query/max_partition.py -R
...
...
tests/system-test/pytest.sh
浏览文件 @
ad981b8d
...
@@ -77,13 +77,14 @@ echo "Preload AsanSo:" $?
...
@@ -77,13 +77,14 @@ echo "Preload AsanSo:" $?
$*
-a
2>
$AsanFile
$*
-a
2>
$AsanFile
unset
LD_PRELOAD
unset
LD_PRELOAD
AsanFileLen
=
`
cat
$AsanFile
|
wc
-l
`
for
((
i
=
1
;
i<
=
20
;
i++
))
while
[
$AsanFileLen
-lt
10
]
do
do
sleep
1
AsanFileLen
=
`
cat
$AsanFile
|
wc
-l
`
`
cat
$AsanFile
|
wc
-l
`
echo
"AsanFileLen:"
$AsanFileLen
if
[
$AsanFileLen
-gt
10
]
;
then
break
fi
done
done
echo
"AsanFileLen:"
$AsanFileLen
AsanFileSuccessLen
=
`
grep
-w
successfully
$AsanFile
|
wc
-l
`
AsanFileSuccessLen
=
`
grep
-w
successfully
$AsanFile
|
wc
-l
`
echo
"AsanFileSuccessLen:"
$AsanFileSuccessLen
echo
"AsanFileSuccessLen:"
$AsanFileSuccessLen
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录