Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
9b5f6622
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看板
提交
9b5f6622
编写于
7月 14, 2022
作者:
S
Shengliang Guan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
test: restore some 2.0 case
上级
7d1c2fdb
变更
32
显示空白变更内容
内联
并排
Showing
32 changed file
with
1 addition
and
65 deletion
+1
-65
tests/script/tsim/cache/new_metrics.sim
tests/script/tsim/cache/new_metrics.sim
+0
-4
tests/script/tsim/cache/restart_metrics.sim
tests/script/tsim/cache/restart_metrics.sim
+0
-2
tests/script/tsim/cache/restart_table.sim
tests/script/tsim/cache/restart_table.sim
+0
-2
tests/script/tsim/compress/commitlog.sim
tests/script/tsim/compress/commitlog.sim
+1
-9
tests/script/tsim/compute/avg.sim
tests/script/tsim/compute/avg.sim
+0
-2
tests/script/tsim/compute/block_dist.sim
tests/script/tsim/compute/block_dist.sim
+0
-2
tests/script/tsim/compute/diff.sim
tests/script/tsim/compute/diff.sim
+0
-2
tests/script/tsim/compute/last.sim
tests/script/tsim/compute/last.sim
+0
-2
tests/script/tsim/compute/min.sim
tests/script/tsim/compute/min.sim
+0
-2
tests/script/tsim/compute/percentile.sim
tests/script/tsim/compute/percentile.sim
+0
-2
tests/script/tsim/compute/stddev.sim
tests/script/tsim/compute/stddev.sim
+0
-2
tests/script/tsim/compute/sum.sim
tests/script/tsim/compute/sum.sim
+0
-2
tests/script/tsim/compute/top.sim
tests/script/tsim/compute/top.sim
+0
-2
tests/script/tsim/tag/bigint.sim
tests/script/tsim/tag/bigint.sim
+0
-1
tests/script/tsim/tag/binary.sim
tests/script/tsim/tag/binary.sim
+0
-1
tests/script/tsim/tag/bool.sim
tests/script/tsim/tag/bool.sim
+0
-1
tests/script/tsim/tag/double.sim
tests/script/tsim/tag/double.sim
+0
-1
tests/script/tsim/tag/float.sim
tests/script/tsim/tag/float.sim
+0
-1
tests/script/tsim/tag/int.sim
tests/script/tsim/tag/int.sim
+0
-1
tests/script/tsim/tag/smallint.sim
tests/script/tsim/tag/smallint.sim
+0
-1
tests/script/tsim/tag/tinyint.sim
tests/script/tsim/tag/tinyint.sim
+0
-1
tests/script/tsim/vector/metrics_field.sim
tests/script/tsim/vector/metrics_field.sim
+0
-2
tests/script/tsim/vector/metrics_mix.sim
tests/script/tsim/vector/metrics_mix.sim
+0
-2
tests/script/tsim/vector/metrics_query.sim
tests/script/tsim/vector/metrics_query.sim
+0
-2
tests/script/tsim/vector/metrics_tag.sim
tests/script/tsim/vector/metrics_tag.sim
+0
-2
tests/script/tsim/vector/metrics_time.sim
tests/script/tsim/vector/metrics_time.sim
+0
-2
tests/script/tsim/vector/multi.sim
tests/script/tsim/vector/multi.sim
+0
-2
tests/script/tsim/vector/single.sim
tests/script/tsim/vector/single.sim
+0
-2
tests/script/tsim/vector/table_field.sim
tests/script/tsim/vector/table_field.sim
+0
-2
tests/script/tsim/vector/table_mix.sim
tests/script/tsim/vector/table_mix.sim
+0
-2
tests/script/tsim/vector/table_query.sim
tests/script/tsim/vector/table_query.sim
+0
-2
tests/script/tsim/vector/table_time.sim
tests/script/tsim/vector/table_time.sim
+0
-2
未找到文件。
tests/script/tsim/cache/new_metrics.sim
浏览文件 @
9b5f6622
...
...
@@ -83,10 +83,6 @@ while $i < 10
$i = $i + 1
endw
print ==> sleep 1 seconds to renew cache
sql reset query cache
sleep 1000
print =============== step5
sql select * from $tb order by ts desc
print ===>rows $rows, data $data01
...
...
tests/script/tsim/cache/restart_metrics.sim
浏览文件 @
9b5f6622
...
...
@@ -48,9 +48,7 @@ system sh/deploy.sh -n dnode1 -i 1
system sh/exec.sh -n dnode1 -s start
print =============== step3
print ==> sleep 1 seconds to renew cache
sql reset query cache
sleep 1000
print =============== step4
sql create database $db
...
...
tests/script/tsim/cache/restart_table.sim
浏览文件 @
9b5f6622
...
...
@@ -32,9 +32,7 @@ system sh/deploy.sh -n dnode1 -i 1
system sh/exec.sh -n dnode1 -s start
print =============== step3
print ==> sleep 1 seconds to renew cache
sql reset query cache
sleep 1000
print =============== step4
sql create database $db
...
...
tests/script/tsim/compress/commitlog.sim
浏览文件 @
9b5f6622
...
...
@@ -57,15 +57,7 @@ $tb = $tbPrefix . $i
sql create database $db
sql use $db
$x = 0
step3:
$x = $x + 1
sleep 1000
if $x == 20 then
return -1
endi
sql create table $tb (ts timestamp, b bool, t tinyint, s smallint, i int, big bigint, f float, d double, str binary(256)) -x step3
sql create table $tb (ts timestamp, b bool, t tinyint, s smallint, i int, big bigint, f float, d double, str binary(256))
$count = 0
while $count < $N
...
...
tests/script/tsim/compute/avg.sim
浏览文件 @
9b5f6622
...
...
@@ -38,8 +38,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
tests/script/tsim/compute/block_dist.sim
浏览文件 @
9b5f6622
...
...
@@ -47,8 +47,6 @@ while $x < $rowNum
$x = $x + 1
endw
sleep 100
print =============== step2
$i = 0
$tb = $tbPrefix . $i
...
...
tests/script/tsim/compute/diff.sim
浏览文件 @
9b5f6622
...
...
@@ -37,8 +37,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
tests/script/tsim/compute/last.sim
浏览文件 @
9b5f6622
...
...
@@ -38,8 +38,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
tests/script/tsim/compute/min.sim
浏览文件 @
9b5f6622
...
...
@@ -38,8 +38,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
tests/script/tsim/compute/percentile.sim
浏览文件 @
9b5f6622
...
...
@@ -38,8 +38,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
tests/script/tsim/compute/stddev.sim
浏览文件 @
9b5f6622
...
...
@@ -38,8 +38,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
tests/script/tsim/compute/sum.sim
浏览文件 @
9b5f6622
...
...
@@ -38,8 +38,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
tests/script/tsim/compute/top.sim
浏览文件 @
9b5f6622
...
...
@@ -38,8 +38,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
tests/script/tsim/tag/bigint.sim
浏览文件 @
9b5f6622
...
...
@@ -46,7 +46,6 @@ while $i < 10
endw
print =============== step2
sleep 100
sql select * from $tb
if $rows != $rowNum then
return -1
...
...
tests/script/tsim/tag/binary.sim
浏览文件 @
9b5f6622
...
...
@@ -46,7 +46,6 @@ while $i < 10
endw
print =============== step2
sleep 100
sql select * from $tb
if $rows != $rowNum then
return -1
...
...
tests/script/tsim/tag/bool.sim
浏览文件 @
9b5f6622
...
...
@@ -46,7 +46,6 @@ while $i < 10
endw
print =============== step2
sleep 100
sql select * from $tb
if $rows != $rowNum then
return -1
...
...
tests/script/tsim/tag/double.sim
浏览文件 @
9b5f6622
...
...
@@ -46,7 +46,6 @@ while $i < 10
endw
print =============== step2
sleep 100
sql select * from $tb
if $rows != $rowNum then
return -1
...
...
tests/script/tsim/tag/float.sim
浏览文件 @
9b5f6622
...
...
@@ -46,7 +46,6 @@ while $i < 10
endw
print =============== step2
sleep 100
sql select * from $tb
if $rows != $rowNum then
return -1
...
...
tests/script/tsim/tag/int.sim
浏览文件 @
9b5f6622
...
...
@@ -46,7 +46,6 @@ while $i < 10
endw
print =============== step2
sleep 100
sql select * from $tb
if $rows != $rowNum then
return -1
...
...
tests/script/tsim/tag/smallint.sim
浏览文件 @
9b5f6622
...
...
@@ -46,7 +46,6 @@ while $i < 10
endw
print =============== step2
sleep 100
sql select * from $tb
if $rows != $rowNum then
return -1
...
...
tests/script/tsim/tag/tinyint.sim
浏览文件 @
9b5f6622
...
...
@@ -46,7 +46,6 @@ while $i < 10
endw
print =============== step2
sleep 100
sql select * from $tb
if $rows != $rowNum then
return -1
...
...
tests/script/tsim/vector/metrics_field.sim
浏览文件 @
9b5f6622
...
...
@@ -41,8 +41,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
tests/script/tsim/vector/metrics_mix.sim
浏览文件 @
9b5f6622
...
...
@@ -37,8 +37,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
tests/script/tsim/vector/metrics_query.sim
浏览文件 @
9b5f6622
...
...
@@ -37,8 +37,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
tests/script/tsim/vector/metrics_tag.sim
浏览文件 @
9b5f6622
...
...
@@ -37,8 +37,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
tests/script/tsim/vector/metrics_time.sim
浏览文件 @
9b5f6622
...
...
@@ -37,8 +37,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
tests/script/tsim/vector/multi.sim
浏览文件 @
9b5f6622
...
...
@@ -37,8 +37,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
tests/script/tsim/vector/single.sim
浏览文件 @
9b5f6622
...
...
@@ -37,8 +37,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
tests/script/tsim/vector/table_field.sim
浏览文件 @
9b5f6622
...
...
@@ -37,8 +37,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
tests/script/tsim/vector/table_mix.sim
浏览文件 @
9b5f6622
...
...
@@ -37,8 +37,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
tests/script/tsim/vector/table_query.sim
浏览文件 @
9b5f6622
...
...
@@ -37,8 +37,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
tests/script/tsim/vector/table_time.sim
浏览文件 @
9b5f6622
...
...
@@ -37,8 +37,6 @@ while $i < $tbNum
$i = $i + 1
endw
sleep 100
print =============== step2
$i = 1
$tb = $tbPrefix . $i
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录