Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
e83832ed
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看板
提交
e83832ed
编写于
12月 19, 2021
作者:
P
plum-lihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
[modify]
上级
ce69db75
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
73 addition
and
8 deletion
+73
-8
tests/pytest/fulltest-connector.sh
tests/pytest/fulltest-connector.sh
+3
-2
tests/pytest/fulltest-insert.sh
tests/pytest/fulltest-insert.sh
+21
-1
tests/pytest/fulltest-others.sh
tests/pytest/fulltest-others.sh
+15
-2
tests/pytest/fulltest-query.sh
tests/pytest/fulltest-query.sh
+21
-2
tests/pytest/fulltest-tools.sh
tests/pytest/fulltest-tools.sh
+13
-1
未找到文件。
tests/pytest/fulltest-connector.sh
浏览文件 @
e83832ed
#!/bin/bash
ulimit
-c
unlimited
#======================p1-start===============
#======================p1-end===============
# restful test for python
# python3 test.py -f restful/restful_bind_db1.py
# python3 test.py -f restful/restful_bind_db2.py
python3 ./test.py
-f
client/nettest.py
\ No newline at end of file
python3 ./test.py
-f
client/nettest.py
#======================p1-end===============
tests/pytest/fulltest-insert.sh
浏览文件 @
e83832ed
#!/bin/bash
ulimit
-c
unlimited
#======================p1-start===============
#======================p1-end===============
python3 testCompress.py
python3 testNoCompress.py
...
...
@@ -24,6 +23,10 @@ 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
...
...
@@ -45,6 +48,10 @@ 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
...
...
@@ -66,6 +73,10 @@ 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
...
...
@@ -87,6 +98,8 @@ 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
...
...
@@ -142,6 +155,13 @@ python3 ./test.py -f update/merge_commit_data-0.py
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===============
...
...
tests/pytest/fulltest-others.sh
浏览文件 @
e83832ed
#!/bin/bash
ulimit
-c
unlimited
#======================p1-start===============
#======================p1-end===============
#python3 ./test.py -f dbmgmt/database-name-boundary.py
python3 test.py
-f
dbmgmt/nanoSecondCheck.py
...
...
@@ -13,6 +12,9 @@ python3 ./test.py -f tsdb/tsdbComp.py
python3 ./test.py
-f
user/user_create.py
python3 ./test.py
-f
user/pass_len.py
#======================p1-end===============
#======================p2-start===============
# perfbenchmark
python3 ./test.py
-f
perfbenchmark/bug3433.py
#python3 ./test.py -f perfbenchmark/bug3589.py
...
...
@@ -22,6 +24,10 @@ python3 ./test.py -f perfbenchmark/bug3433.py
python3 ./test.py
-f
alter/alter_table_crash.py
python3 ./test.py
-f
alter/alterTabAddTagWithNULL.py
python3 ./test.py
-f
alter/alterTimestampColDataProcess.py
#======================p2-end===============
#======================p3-start===============
python3 ./test.py
-f
alter/alter_table.py
python3 ./test.py
-f
alter/alter_debugFlag.py
python3 ./test.py
-f
alter/alter_keep.py
...
...
@@ -29,6 +35,9 @@ python3 ./test.py -f alter/alter_cacheLastRow.py
python3 ./test.py
-f
alter/alter_create_exception.py
python3 ./test.py
-f
alter/alterColMultiTimes.py
#======================p3-end===============
#======================p4-start===============
python3 ./test.py
-f
account/account_create.py
# client
...
...
@@ -40,9 +49,13 @@ python3 ./test.py -f client/taoshellCheckCase.py
# python3 ./test.py -f client/change_time_1_1.py
# python3 ./test.py -f client/change_time_1_2.py
python3 client/twoClients.py
python3 testMinTablesPerVnode.py
# topic
python3 ./test.py
-f
topic/topicQuery.py
#======================p4-end===============
#======================p5-start===============
python3 ./test.py
-f
../system-test/0-management/1-stable/create_col_tag.py
python3 ./test.py
-f
../develop-test/0-management/3-tag/json_tag.py
#======================p5-end===============
tests/pytest/fulltest-query.sh
浏览文件 @
e83832ed
#!/bin/bash
ulimit
-c
unlimited
#======================p1-start===============
#======================p1-end===============
# timezone
python3 ./test.py
-f
TimeZone/TestCaseTimeZone.py
...
...
@@ -40,6 +38,10 @@ python3 ./test.py -f tag_lite/bool_binary.py
python3 ./test.py
-f
tag_lite/bool_int.py
python3 ./test.py
-f
tag_lite/bool.py
python3 ./test.py
-f
tag_lite/change.py
#======================p1-end===============
#======================p2-start===============
python3 ./test.py
-f
tag_lite/column.py
python3 ./test.py
-f
tag_lite/commit.py
python3 ./test.py
-f
tag_lite/create.py
...
...
@@ -64,6 +66,9 @@ python3 ./test.py -f tag_lite/alter_tag.py
python3 ./test.py
-f
tag_lite/drop_auto_create.py
python3 ./test.py
-f
tag_lite/json_tag_extra.py
#======================p2-end===============
#======================p3-start===============
#query
python3 ./test.py
-f
query/distinctOneColTb.py
python3 ./test.py
-f
query/filter.py
...
...
@@ -113,6 +118,10 @@ python3 ./test.py -f query/subqueryFilter.py
python3 ./test.py
-f
query/nestedQuery/queryInterval.py
python3 ./test.py
-f
query/queryStateWindow.py
# python3 ./test.py -f query/nestedQuery/queryWithOrderLimit.py
#======================p3-end===============
#======================p4-start===============
python3 ./test.py
-f
query/nestquery_last_row.py
python3 ./test.py
-f
query/nestedQuery/nestedQuery.py
python3 ./test.py
-f
query/nestedQuery/nestedQuery_datacheck.py
...
...
@@ -159,6 +168,9 @@ python3 test.py -f subscribe/singlemeter.py
#python3 test.py -f subscribe/stability.py
python3 test.py
-f
subscribe/supertable.py
#======================p4-end===============
#======================p5-start===============
# functions
python3 ./test.py
-f
functions/all_null_value.py
python3 ./test.py
-f
functions/function_avg.py
-r
1
...
...
@@ -198,3 +210,10 @@ python3 ./test.py -f functions/function_percentile2.py
python3 ./test.py
-f
functions/variable_httpDbNameMandatory.py
######## system-test
#python3 ./test.py -f ../system-test/2-query/9-others/TD-11389.py # this case will run when this bug fix TD-11389
#======================p5-end===============
tests/pytest/fulltest-tools.sh
浏览文件 @
e83832ed
#!/bin/bash
ulimit
-c
unlimited
#======================p1-start===============
#======================p1-end===============
# tools
python3 test.py
-f
tools/taosdumpTest.py
...
...
@@ -10,12 +9,18 @@ python3 test.py -f tools/taosdumpTest2.py
python3 test.py
-f
tools/taosdemoTest.py
python3 test.py
-f
tools/taosdemoTestWithoutMetric.py
python3 test.py
-f
tools/taosdemoTestWithJson.py
#======================p1-end===============
#======================p2-start===============
python3 test.py
-f
tools/taosdemoTestLimitOffset.py
python3 test.py
-f
tools/taosdemoTestTblAlt.py
python3 test.py
-f
tools/taosdemoTestSampleData.py
python3 test.py
-f
tools/taosdemoTestInterlace.py
# python3 test.py -f tools/taosdemoTestQuery.py
python3 ./test.py
-f
tools/taosdemoTestdatatype.py
#======================p2-end===============
#======================p3-start===============
# nano support
python3 test.py
-f
tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanoInsert.py
...
...
@@ -24,17 +29,24 @@ python3 test.py -f tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanosub
python3 test.py
-f
tools/taosdemoAllTest/NanoTestCase/taosdemoTestInsertTime_step.py
python3 test.py
-f
tools/taosdumpTestNanoSupport.py
python3 test.py
-f
tools/taosdemoAllTest/taosdemoTestInsertWithJson.py
#======================p3-end===============
#======================p4-start===============
python3 test.py
-f
tools/taosdemoAllTest/taosdemoTestQueryWithJson.py
python3 test.py
-f
tools/taosdemoAllTest/taosdemoTestInsertAllType.py
python3 test.py
-f
tools/taosdemoAllTest/TD-4985/query-limit-offset.py
python3 test.py
-f
tools/taosdemoAllTest/TD-5213/insert4096columns_not_use_taosdemo.py
python3 test.py
-f
tools/taosdemoAllTest/TD-5213/insertSigcolumnsNum4096.py
#python3 test.py -f tools/taosdemoAllTest/TD-10539/create_taosdemo.py
python3 test.py
-f
tools/taosdemoAllTest/taosdemoTestInsertWithJsonStmt.py
python3 test.py
-f
tools/taosdemoAllTest/taosdemoTestInsertWithJsonSml.py
python3 test.py
-f
tools/taosdemoAllTest/taosdemoTestInsertShell.py
#======================p4-end===============
#======================p5-start===============
#======================p5-end===============
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录