Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
380cbbad
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看板
提交
380cbbad
编写于
12月 23, 2021
作者:
L
liuyq-617
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
(query)test
上级
e1fc237e
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
1 addition
and
37 deletion
+1
-37
Jenkinsfile
Jenkinsfile
+1
-1
tests/pytest/fulltest-insert.sh
tests/pytest/fulltest-insert.sh
+0
-36
未找到文件。
Jenkinsfile
浏览文件 @
380cbbad
...
...
@@ -475,7 +475,7 @@ pipeline {
sh
"""
date
cd ${WKC}/tests
./test-CI.sh ${it} 5
5
./test-CI.sh ${it} 5
0
date"""
}
}
...
...
tests/pytest/fulltest-insert.sh
浏览文件 @
380cbbad
...
...
@@ -4,7 +4,6 @@ ulimit -c unlimited
python3 testCompress.py
python3 testNoCompress.py
python3 ./test.py
-f
import_merge/importBlock1HO.py
python3 ./test.py
-f
import_merge/importBlock1HPO.py
python3 ./test.py
-f
import_merge/importBlock1H.py
...
...
@@ -23,10 +22,6 @@ python3 ./test.py -f import_merge/importBlock2TPO.py
python3 ./test.py
-f
import_merge/importBlock2T.py
python3 ./test.py
-f
import_merge/importBlockbetween.py
python3 ./test.py
-f
import_merge/importCacheFileHO.py
#======================p1-end===============
#======================p2-start===============
python3 ./test.py
-f
import_merge/importCacheFileHPO.py
python3 ./test.py
-f
import_merge/importCacheFileH.py
python3 ./test.py
-f
import_merge/importCacheFileS.py
...
...
@@ -48,10 +43,6 @@ python3 ./test.py -f import_merge/importDataLastTPO.py
python3 ./test.py
-f
import_merge/importDataLastT.py
python3 ./test.py
-f
import_merge/importDataS.py
python3 ./test.py
-f
import_merge/importDataSub.py
#======================p2-end===============
#======================p3-start===============
python3 ./test.py
-f
import_merge/importDataTO.py
python3 ./test.py
-f
import_merge/importDataTPO.py
python3 ./test.py
-f
import_merge/importDataT.py
...
...
@@ -73,10 +64,6 @@ python3 ./test.py -f import_merge/importSpan.py
python3 ./test.py
-f
import_merge/importSRestart.py
python3 ./test.py
-f
import_merge/importSubRestart.py
python3 ./test.py
-f
import_merge/importTailOverlap.py
#======================p3-end===============
#======================p4-start===============
python3 ./test.py
-f
import_merge/importTailPartOverlap.py
python3 ./test.py
-f
import_merge/importTail.py
python3 ./test.py
-f
import_merge/importToCommit.py
...
...
@@ -88,7 +75,6 @@ python3 ./test.py -f import_merge/importCSV.py
python3 ./test.py
-f
import_merge/import_update_0.py
python3 ./test.py
-f
import_merge/import_update_1.py
python3 ./test.py
-f
import_merge/import_update_2.py
python3 ./test.py
-f
insert/basic.py
python3 ./test.py
-f
insert/int.py
python3 ./test.py
-f
insert/float.py
...
...
@@ -98,8 +84,6 @@ python3 ./test.py -f insert/double.py
python3 ./test.py
-f
insert/smallint.py
python3 ./test.py
-f
insert/tinyint.py
python3 ./test.py
-f
insert/date.py
python3 ./test.py
-f
insert/binary.py
python3 ./test.py
-f
insert/nchar.py
#python3 ./test.py -f insert/nchar-boundary.py
...
...
@@ -133,41 +117,21 @@ python3 ./test.py -f insert/verifyMemToDiskCrash.py
#python3 ./test.py -f insert/schemalessInsert.py
#python3 ./test.py -f insert/openTsdbJsonInsert.py
python3 ./test.py
-f
insert/openTsdbTelnetLinesInsert.py
# update
python3 ./test.py
-f
update/merge_commit_data.py
python3 ./test.py
-f
update/allow_update.py
python3 ./test.py
-f
update/allow_update-0.py
python3 ./test.py
-f
update/append_commit_data.py
python3 ./test.py
-f
update/append_commit_last-0.py
python3 ./test.py
-f
update/append_commit_last.py
python3 ./test.py
-f
update/merge_commit_data2.py
python3 ./test.py
-f
update/merge_commit_data2_update0.py
python3 ./test.py
-f
update/merge_commit_last-0.py
python3 ./test.py
-f
update/merge_commit_last.py
python3 ./test.py
-f
update/update_options.py
python3 ./test.py
-f
update/merge_commit_data-0.py
# wal
python3 ./test.py
-f
wal/addOldWalTest.py
python3 ./test.py
-f
wal/sdbComp.py
#======================p4-end===============
#======================p5-start===============
python3 ./test.py
-f
../system-test/1-insert/0-sql/basic.py
python3 ./test.py
-f
../develop-test/1-insert/0-sql/basic.py
python3 ./test.py
-f
../develop-test/1-insert/0-sql/batchInsert.py
#======================p5-end===============
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录