basic.txt 6.7 KB
Newer Older
1 2 3

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

4 5 6 7 8
# ---- alter
./test.sh -f tsim/alter/cached_schema_after_alter.sim
./test.sh -f tsim/alter/dnode.sim
#./test.sh -f tsim/alter/table.sim

9
# ---- user
10 11 12
./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 已提交
13
./test.sh -f tsim/user/privilege_sysinfo.sim
14

X
Xiaoyu Wang 已提交
15
## ---- db
X
Xiaoyu Wang 已提交
16
./test.sh -f tsim/db/alter_option.sim
17 18
# ./test.sh -f tsim/db/alter_replica_13.sim
# ./test.sh -f tsim/db/alter_replica_31.sim
X
Xiaoyu Wang 已提交
19 20 21 22
./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
23
./test.sh -f tsim/db/basic7.sim
24 25 26 27
#./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
28
./test.sh -f tsim/db/error1.sim
P
plum-lihui 已提交
29
./test.sh -f tsim/db/taosdlog.sim
30 31

# ---- dnode
32 33 34 35 36 37
# ./test.sh -f tsim/dnode/balance_replica1.sim
# ./test.sh -f tsim/dnode/balance_replica3.sim
# ./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 已提交
38
./test.sh -f tsim/dnode/create_dnode.sim
39
./test.sh -f tsim/dnode/drop_dnode_has_mnode.sim
40 41 42 43 44
# ./test.sh -f tsim/dnode/drop_dnode_has_qnode_snode.sim
# ./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica1.sim
# ./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 已提交
45
./test.sh -f tsim/dnode/offline_reason.sim
46 47 48 49 50 51
# ./test.sh -f tsim/dnode/redistribute_vgroup_replica1.sim
# ./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_leader.sim
# ./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_follower.sim
# ./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v2.sim
# ./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v3.sim
# ./test.sh -f tsim/dnode/vnode_clean.sim
52

P
plum-lihui 已提交
53
# ---- insert
C
Cary Xu 已提交
54
./test.sh -f tsim/insert/basic0.sim
P
plum-lihui 已提交
55 56
./test.sh -f tsim/insert/basic1.sim
./test.sh -f tsim/insert/backquote.sim
P
plum-lihui 已提交
57
./test.sh -f tsim/insert/null.sim
C
Cary Xu 已提交
58
./test.sh -f tsim/insert/update0.sim
59
./test.sh -f tsim/insert/commit-merge0.sim
D
dapan1121 已提交
60
./test.sh -f tsim/insert/insert_select.sim
P
plum-lihui 已提交
61

P
plum-lihui 已提交
62
# ---- parser
P
plum-lihui 已提交
63
./test.sh -f tsim/parser/groupby-basic.sim
P
plum-lihui 已提交
64
./test.sh -f tsim/parser/fourArithmetic-basic.sim
P
plum-lihui 已提交
65

P
plum-lihui 已提交
66 67
# ---- query
./test.sh -f tsim/query/interval.sim
P
plum-lihui 已提交
68
./test.sh -f tsim/query/interval-offset.sim
P
plum-lihui 已提交
69
./test.sh -f tsim/query/scalarFunction.sim
70
./test.sh -f tsim/query/charScalarFunction.sim
D
dapan1121 已提交
71
./test.sh -f tsim/query/explain.sim
P
plum-lihui 已提交
72
./test.sh -f tsim/query/session.sim
D
dapan1121 已提交
73
./test.sh -f tsim/query/scalarNull.sim
S
shenglian zhou 已提交
74
./test.sh -f tsim/query/udf.sim
P
plum-lihui 已提交
75

76 77 78
# ---- qnode
./test.sh -f tsim/qnode/basic1.sim

79
# ---- snode
80
# ./test.sh -f tsim/snode/basic1.sim
81 82 83 84

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

85
# ---- mnode
S
Shengliang Guan 已提交
86
./test.sh -f tsim/mnode/basic1.sim
87
./test.sh -f tsim/mnode/basic2.sim
S
Shengliang Guan 已提交
88
./test.sh -f tsim/mnode/basic3.sim
L
Liu Jicong 已提交
89
#./test.sh -f tsim/mnode/basic4.sim
S
Shengliang Guan 已提交
90
./test.sh -f tsim/mnode/basic5.sim
91

P
plum-lihui 已提交
92
# ---- show
93
./test.sh -f tsim/show/basic.sim
P
plum-lihui 已提交
94

P
plum-lihui 已提交
95
# ---- table
96
./test.sh -f tsim/table/basic1.sim
P
plum-lihui 已提交
97

L
Liu Jicong 已提交
98 99 100
# ---- stream
./test.sh -f tsim/stream/basic0.sim
./test.sh -f tsim/stream/basic1.sim
L
Liu Jicong 已提交
101
./test.sh -f tsim/stream/basic2.sim
S
Shengliang Guan 已提交
102
./test.sh -f tsim/stream/drop_stream.sim
5
54liuyao 已提交
103
./test.sh -f tsim/stream/distributeInterval0.sim
5
54liuyao 已提交
104
./test.sh -f tsim/stream/distributeIntervalRetrive0.sim
5
54liuyao 已提交
105
# ./test.sh -f tsim/stream/distributesession0.sim
5
54liuyao 已提交
106
./test.sh -f tsim/stream/session0.sim
107
./test.sh -f tsim/stream/session1.sim
5
54liuyao 已提交
108
./test.sh -f tsim/stream/state0.sim
5
54liuyao 已提交
109
./test.sh -f tsim/stream/triggerInterval0.sim
5
54liuyao 已提交
110
# ./test.sh -f tsim/stream/triggerSession0.sim
5
54liuyao 已提交
111
./test.sh -f tsim/stream/partitionby.sim
L
Liu Jicong 已提交
112
./test.sh -f tsim/stream/partitionby1.sim
S
Shengliang Guan 已提交
113
# ./test.sh -f tsim/stream/schedSnode.sim
5
54liuyao 已提交
114
./test.sh -f tsim/stream/windowClose.sim
115
./test.sh -f tsim/stream/ignoreExpiredData.sim
5
54liuyao 已提交
116

117
# ---- transaction
S
Shengliang Guan 已提交
118
 ./test.sh -f tsim/trans/lossdata1.sim
119
 ./test.sh -f tsim/trans/create_db.sim
L
Liu Jicong 已提交
120

P
plum-lihui 已提交
121
# ---- tmq
P
plum-lihui 已提交
122 123 124 125
./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 已提交
126 127 128 129 130
./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 已提交
131
./test.sh -f tsim/tmq/topic.sim
L
Liu Jicong 已提交
132
./test.sh -f tsim/tmq/snapshot.sim
L
Liu Jicong 已提交
133
./test.sh -f tsim/tmq/snapshot1.sim
P
plum-lihui 已提交
134

135
# --- stable
C
cpwu 已提交
136
./test.sh -f tsim/stable/disk.sim
S
Shengliang Guan 已提交
137
./test.sh -f tsim/stable/dnode3.sim
C
cpwu 已提交
138 139
./test.sh -f tsim/stable/metrics.sim
./test.sh -f tsim/stable/refcount.sim
S
Shengliang Guan 已提交
140
./test.sh -f tsim/stable/show.sim
C
cpwu 已提交
141 142
./test.sh -f tsim/stable/values.sim
./test.sh -f tsim/stable/vnode3.sim
S
Shengliang Guan 已提交
143
./test.sh -f tsim/stable/column_add.sim
S
Shengliang Guan 已提交
144
./test.sh -f tsim/stable/column_drop.sim
S
Shengliang Guan 已提交
145 146 147 148 149 150
./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 已提交
151 152 153 154
./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 已提交
155
./test.sh -f tsim/stable/tag_filter.sim
S
Shengliang Guan 已提交
156 157

# --- for multi process mode
S
Shengliang Guan 已提交
158
./test.sh -f tsim/user/basic.sim -m
159
./test.sh -f tsim/db/basic3.sim -m
160 161
./test.sh -f tsim/db/error1.sim -m
./test.sh -f tsim/insert/backquote.sim -m
162 163
./test.sh -f tsim/parser/fourArithmetic-basic.sim -m
./test.sh -f tsim/query/interval-offset.sim -m
S
Shengliang Guan 已提交
164
./test.sh -f tsim/tmq/basic3.sim -m
165 166
./test.sh -f tsim/stable/vnode3.sim -m
./test.sh -f tsim/qnode/basic1.sim -m
S
Shengliang Guan 已提交
167
#./test.sh -f tsim/mnode/basic1.sim -m
S
Shengliang Guan 已提交
168

C
Cary Xu 已提交
169
# --- sma
S
Shengliang Guan 已提交
170
./test.sh -f tsim/sma/drop_sma.sim
C
Cary Xu 已提交
171
./test.sh -f tsim/sma/tsmaCreateInsertQuery.sim
C
Cary Xu 已提交
172 173
./test.sh -f tsim/sma/rsmaCreateInsertQuery.sim
./test.sh -f tsim/sma/rsmaPersistenceRecovery.sim
C
Cary Xu 已提交
174

P
plum-lihui 已提交
175
# --- valgrind
S
Shengliang Guan 已提交
176 177
./test.sh -f tsim/valgrind/checkError1.sim
./test.sh -f tsim/valgrind/checkError2.sim
S
Shengliang Guan 已提交
178
./test.sh -f tsim/valgrind/checkError3.sim
P
plum-lihui 已提交
179

S
Shengliang Guan 已提交
180
# --- vnode
181 182 183 184 185 186 187
# ./test.sh -f tsim/vnode/replica3_basic.sim
# ./test.sh -f tsim/vnode/replica3_repeat.sim
# ./test.sh -f tsim/vnode/replica3_vgroup.sim
# ./test.sh -f tsim/vnode/replica3_many.sim
# ./test.sh -f tsim/vnode/replica3_import.sim
# ./test.sh -f tsim/vnode/stable_balance_replica1.sim
# ./test.sh -f tsim/vnode/stable_dnode2_stop.sim
S
Shengliang Guan 已提交
188
./test.sh -f tsim/vnode/stable_dnode2.sim
S
Shengliang Guan 已提交
189 190 191
./test.sh -f tsim/vnode/stable_dnode3.sim
./test.sh -f tsim/vnode/stable_replica3_dnode6.sim
./test.sh -f tsim/vnode/stable_replica3_vnode3.sim
S
Shengliang Guan 已提交
192

haoranc's avatar
haoranc 已提交
193 194 195 196 197
# --- 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
198
# ./test.sh -f tsim/sync/3Replica5VgElect3mnode.sim
haoranc's avatar
haoranc 已提交
199

D
dapan1121 已提交
200 201 202
# --- catalog
./test.sh -f tsim/catalog/alterInCurrent.sim

D
dapan1121 已提交
203 204 205
# --- scalar
./test.sh -f tsim/scalar/in.sim

206
#======================b1-end===============