basic.txt 5.9 KB
Newer Older
1 2 3 4

#======================b1-start===============

# ---- user
5 6 7
./test.sh -f tsim/user/basic.sim
./test.sh -f tsim/user/password.sim
./test.sh -f tsim/user/privilege_db.sim
S
Shengliang Guan 已提交
8
./test.sh -f tsim/user/privilege_sysinfo.sim
9

X
Xiaoyu Wang 已提交
10
## ---- db
X
Xiaoyu Wang 已提交
11
./test.sh -f tsim/db/alter_option.sim
S
Shengliang Guan 已提交
12
./test.sh -f tsim/db/alter_replica_13.sim
S
Shengliang Guan 已提交
13
./test.sh -f tsim/db/alter_replica_31.sim
X
Xiaoyu Wang 已提交
14 15 16 17
./test.sh -f tsim/db/basic1.sim
./test.sh -f tsim/db/basic2.sim
./test.sh -f tsim/db/basic3.sim
./test.sh -f tsim/db/basic6.sim
18
./test.sh -f tsim/db/basic7.sim
19 20 21 22
#./test.sh -f tsim/db/commit.sim
./test.sh -f tsim/db/create_all_options.sim
#./test.sh -f tsim/db/delete_part.sim
#./test.sh -f tsim/db/delete.sim
23
./test.sh -f tsim/db/error1.sim
P
plum-lihui 已提交
24
./test.sh -f tsim/db/taosdlog.sim
25 26

# ---- dnode
S
Shengliang Guan 已提交
27
./test.sh -f tsim/dnode/balance_replica1.sim
S
Shengliang Guan 已提交
28
./test.sh -f tsim/dnode/balance_replica3.sim
S
Shengliang Guan 已提交
29 30 31 32
./test.sh -f tsim/dnode/balance1.sim
./test.sh -f tsim/dnode/balance2.sim
./test.sh -f tsim/dnode/balance3.sim
./test.sh -f tsim/dnode/balancex.sim
S
Shengliang Guan 已提交
33
./test.sh -f tsim/dnode/create_dnode.sim
34
./test.sh -f tsim/dnode/drop_dnode_has_mnode.sim
35
./test.sh -f tsim/dnode/drop_dnode_has_qnode_snode.sim
S
Shengliang Guan 已提交
36
./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica1.sim
S
Shengliang Guan 已提交
37 38 39
./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica3.sim
./test.sh -f tsim/dnode/drop_dnode_has_multi_vnode_replica1.sim
./test.sh -f tsim/dnode/drop_dnode_has_multi_vnode_replica3.sim
S
Shengliang Guan 已提交
40
./test.sh -f tsim/dnode/offline_reason.sim
41
./test.sh -f tsim/dnode/redistribute_vgroup_replica1.sim
42
./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_leader.sim
S
Shengliang Guan 已提交
43
./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_follower.sim
44 45
./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v2.sim
./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v3.sim
S
Shengliang Guan 已提交
46
./test.sh -f tsim/dnode/vnode_clean.sim
47

P
plum-lihui 已提交
48
# ---- insert
C
Cary Xu 已提交
49
./test.sh -f tsim/insert/basic0.sim
P
plum-lihui 已提交
50 51
./test.sh -f tsim/insert/basic1.sim
./test.sh -f tsim/insert/backquote.sim
P
plum-lihui 已提交
52
./test.sh -f tsim/insert/null.sim
C
Cary Xu 已提交
53
./test.sh -f tsim/insert/update0.sim
54
./test.sh -f tsim/insert/commit-merge0.sim
P
plum-lihui 已提交
55

P
plum-lihui 已提交
56
# ---- parser
P
plum-lihui 已提交
57
./test.sh -f tsim/parser/groupby-basic.sim
P
plum-lihui 已提交
58
./test.sh -f tsim/parser/fourArithmetic-basic.sim
P
plum-lihui 已提交
59

P
plum-lihui 已提交
60 61
# ---- query
./test.sh -f tsim/query/interval.sim
P
plum-lihui 已提交
62
./test.sh -f tsim/query/interval-offset.sim
P
plum-lihui 已提交
63
./test.sh -f tsim/query/scalarFunction.sim
64
./test.sh -f tsim/query/charScalarFunction.sim
D
dapan1121 已提交
65
./test.sh -f tsim/query/explain.sim
P
plum-lihui 已提交
66
./test.sh -f tsim/query/session.sim
D
dapan1121 已提交
67
./test.sh -f tsim/query/scalarNull.sim
S
shenglian zhou 已提交
68
./test.sh -f tsim/query/udf.sim
P
plum-lihui 已提交
69

70 71 72
# ---- qnode
./test.sh -f tsim/qnode/basic1.sim

73 74 75 76 77 78
# ---- snode
./test.sh -f tsim/snode/basic1.sim

# ---- bnode
./test.sh -f tsim/bnode/basic1.sim

79
# ---- mnode
S
Shengliang Guan 已提交
80
./test.sh -f tsim/mnode/basic1.sim
81
./test.sh -f tsim/mnode/basic2.sim
S
Shengliang Guan 已提交
82
./test.sh -f tsim/mnode/basic3.sim
S
Shengliang Guan 已提交
83
./test.sh -f tsim/mnode/basic4.sim
H
Haojun Liao 已提交
84
#./test.sh -f tsim/mnode/basic5.sim
85

P
plum-lihui 已提交
86
# ---- show
87
./test.sh -f tsim/show/basic.sim
P
plum-lihui 已提交
88

P
plum-lihui 已提交
89
# ---- table
90
./test.sh -f tsim/table/basic1.sim
P
plum-lihui 已提交
91

L
Liu Jicong 已提交
92 93 94
# ---- stream
./test.sh -f tsim/stream/basic0.sim
./test.sh -f tsim/stream/basic1.sim
L
Liu Jicong 已提交
95
./test.sh -f tsim/stream/basic2.sim
5
54liuyao 已提交
96
./test.sh -f tsim/stream/distributeInterval0.sim
97
# ./test.sh -f tsim/stream/distributeIntervalRetrive0.sim
5
54liuyao 已提交
98
# ./test.sh -f tsim/stream/distributesession0.sim
5
54liuyao 已提交
99
# ./test.sh -f tsim/stream/session0.sim
100
./test.sh -f tsim/stream/session1.sim
5
54liuyao 已提交
101
# ./test.sh -f tsim/stream/state0.sim
5
54liuyao 已提交
102
./test.sh -f tsim/stream/triggerInterval0.sim
5
54liuyao 已提交
103
# ./test.sh -f tsim/stream/triggerSession0.sim
5
54liuyao 已提交
104
./test.sh -f tsim/stream/partitionby.sim
L
Liu Jicong 已提交
105
./test.sh -f tsim/stream/partitionby1.sim
L
Liu Jicong 已提交
106
./test.sh -f tsim/stream/schedSnode.sim
5
54liuyao 已提交
107
./test.sh -f tsim/stream/windowClose.sim
5
54liuyao 已提交
108

L
Liu Jicong 已提交
109

110
# ---- transaction
S
Shengliang Guan 已提交
111
 ./test.sh -f tsim/trans/lossdata1.sim
112
 ./test.sh -f tsim/trans/create_db.sim
L
Liu Jicong 已提交
113

P
plum-lihui 已提交
114
# ---- tmq
P
plum-lihui 已提交
115 116 117 118
./test.sh -f tsim/tmq/basic1.sim
./test.sh -f tsim/tmq/basic2.sim
./test.sh -f tsim/tmq/basic3.sim
./test.sh -f tsim/tmq/basic4.sim
haoranc's avatar
haoranc 已提交
119 120 121 122 123
./test.sh -f tsim/tmq/basic1Of2Cons.sim
./test.sh -f tsim/tmq/basic2Of2Cons.sim
./test.sh -f tsim/tmq/basic3Of2Cons.sim
./test.sh -f tsim/tmq/basic4Of2Cons.sim
./test.sh -f tsim/tmq/basic2Of2ConsOverlap.sim
haoranc's avatar
haoranc 已提交
124
./test.sh -f tsim/tmq/topic.sim
L
Liu Jicong 已提交
125
./test.sh -f tsim/tmq/snapshot.sim
P
plum-lihui 已提交
126

127
# --- stable
C
cpwu 已提交
128
./test.sh -f tsim/stable/disk.sim
S
Shengliang Guan 已提交
129
./test.sh -f tsim/stable/dnode3.sim
C
cpwu 已提交
130 131
./test.sh -f tsim/stable/metrics.sim
./test.sh -f tsim/stable/refcount.sim
S
Shengliang Guan 已提交
132
./test.sh -f tsim/stable/show.sim
C
cpwu 已提交
133 134
./test.sh -f tsim/stable/values.sim
./test.sh -f tsim/stable/vnode3.sim
S
Shengliang Guan 已提交
135
./test.sh -f tsim/stable/column_add.sim
S
Shengliang Guan 已提交
136
./test.sh -f tsim/stable/column_drop.sim
S
Shengliang Guan 已提交
137 138 139 140 141 142
./test.sh -f tsim/stable/column_modify.sim
./test.sh -f tsim/stable/tag_add.sim
./test.sh -f tsim/stable/tag_drop.sim
./test.sh -f tsim/stable/tag_modify.sim
./test.sh -f tsim/stable/tag_rename.sim
./test.sh -f tsim/stable/alter_comment.sim
S
Shengliang Guan 已提交
143 144 145 146
./test.sh -f tsim/stable/alter_count.sim
./test.sh -f tsim/stable/alter_insert1.sim
./test.sh -f tsim/stable/alter_insert2.sim
./test.sh -f tsim/stable/alter_import.sim
dengyihao's avatar
dengyihao 已提交
147
./test.sh -f tsim/stable/tag_filter.sim
S
Shengliang Guan 已提交
148 149

# --- for multi process mode
S
Shengliang Guan 已提交
150
./test.sh -f tsim/user/basic.sim -m
151
./test.sh -f tsim/db/basic3.sim -m
152 153
./test.sh -f tsim/db/error1.sim -m
./test.sh -f tsim/insert/backquote.sim -m
154 155
./test.sh -f tsim/parser/fourArithmetic-basic.sim -m
./test.sh -f tsim/query/interval-offset.sim -m
S
Shengliang Guan 已提交
156
./test.sh -f tsim/tmq/basic3.sim -m
157 158
./test.sh -f tsim/stable/vnode3.sim -m
./test.sh -f tsim/qnode/basic1.sim -m
S
Shengliang Guan 已提交
159
#./test.sh -f tsim/mnode/basic1.sim -m
S
Shengliang Guan 已提交
160

C
Cary Xu 已提交
161
# --- sma
C
Cary Xu 已提交
162
./test.sh -f tsim/sma/tsmaCreateInsertQuery.sim
C
Cary Xu 已提交
163
./test.sh -f tsim/sma/rsmaCreateInsertQuery.sim
C
Cary Xu 已提交
164

P
plum-lihui 已提交
165
# --- valgrind
wafwerar's avatar
wafwerar 已提交
166
./test.sh -f tsim/valgrind/checkError.sim -v
P
plum-lihui 已提交
167

S
Shengliang Guan 已提交
168 169 170
# --- vnode
#./test.sh -f tsim/vnode/replica3_basic.sim
#./test.sh -f tsim/vnode/replica3_repeat.sim
S
Shengliang Guan 已提交
171 172 173
./test.sh -f tsim/vnode/replica3_vgroup.sim
#./test.sh -f tsim/vnode/replica3_many.sim
#./test.sh -f tsim/vnode/replica3_import.sim
S
Shengliang Guan 已提交
174

haoranc's avatar
haoranc 已提交
175 176 177 178 179
# --- sync
./test.sh -f tsim/sync/3Replica1VgElect.sim
./test.sh -f tsim/sync/3Replica5VgElect.sim
./test.sh -f tsim/sync/oneReplica1VgElect.sim
./test.sh -f tsim/sync/oneReplica5VgElect.sim
180
# ./test.sh -f tsim/sync/3Replica5VgElect3mnode.sim
haoranc's avatar
haoranc 已提交
181

D
dapan1121 已提交
182 183 184
# --- catalog
./test.sh -f tsim/catalog/alterInCurrent.sim

185
#======================b1-end===============