fulltest-others.sh 1.9 KB
Newer Older
P
plum-lihui 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#!/bin/bash
ulimit -c unlimited
#======================p1-start===============

#python3 ./test.py -f dbmgmt/database-name-boundary.py
python3 test.py -f dbmgmt/nanoSecondCheck.py

#
python3 ./test.py -f tsdb/tsdbComp.py

# user
python3 ./test.py -f user/user_create.py
python3 ./test.py -f user/pass_len.py

P
plum-lihui 已提交
15 16 17
#======================p1-end===============
#======================p2-start===============

P
plum-lihui 已提交
18 19 20 21 22 23 24 25 26
# perfbenchmark
python3 ./test.py -f perfbenchmark/bug3433.py
#python3 ./test.py -f perfbenchmark/bug3589.py
#python3 ./test.py -f perfbenchmark/taosdemoInsert.py

#alter table
python3 ./test.py -f alter/alter_table_crash.py
python3 ./test.py -f alter/alterTabAddTagWithNULL.py
python3 ./test.py -f alter/alterTimestampColDataProcess.py
P
plum-lihui 已提交
27 28 29 30

#======================p2-end===============
#======================p3-start===============

P
plum-lihui 已提交
31 32 33 34 35 36 37
python3 ./test.py -f alter/alter_table.py
python3 ./test.py -f alter/alter_debugFlag.py
python3 ./test.py -f alter/alter_keep.py
python3 ./test.py -f alter/alter_cacheLastRow.py
python3 ./test.py -f alter/alter_create_exception.py
python3 ./test.py -f alter/alterColMultiTimes.py

P
plum-lihui 已提交
38 39 40
#======================p3-end===============
#======================p4-start===============

P
plum-lihui 已提交
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
python3 ./test.py -f account/account_create.py

# client
python3 ./test.py -f client/client.py
python3 ./test.py -f client/version.py
python3 ./test.py -f client/alterDatabase.py
python3 ./test.py -f client/noConnectionErrorTest.py
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
P
plum-lihui 已提交
56 57 58 59
#======================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
P
plum-lihui 已提交
60

P
plum-lihui 已提交
61
#======================p5-end===============