basic.txt 9.0 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

S
Shengliang Guan 已提交
10
# ---- db
X
Xiaoyu Wang 已提交
11
./test.sh -f tsim/db/alter_option.sim
12 13
# ./test.sh -f tsim/db/alter_replica_13.sim
# ./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
27 28 29 30 31 32
# ./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 已提交
33
./test.sh -f tsim/dnode/create_dnode.sim
34
./test.sh -f tsim/dnode/drop_dnode_has_mnode.sim
35 36 37 38 39
# ./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 已提交
40
./test.sh -f tsim/dnode/offline_reason.sim
41 42 43 44 45 46
# ./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
47

S
Shengliang Guan 已提交
48 49 50 51 52 53
# ---- import
./test.sh -f tsim/import/basic.sim
./test.sh -f tsim/import/commit.sim
./test.sh -f tsim/import/large.sim
./test.sh -f tsim/import/replica1.sim

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

S
Shengliang Guan 已提交
181
# --- vnode
182 183 184 185 186 187 188
# ./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 已提交
189
./test.sh -f tsim/vnode/stable_dnode2.sim
S
Shengliang Guan 已提交
190 191 192
./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 已提交
193

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

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

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

S
Shengliang Guan 已提交
208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228
# ---- 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

# ---- cache
./test.sh -f tsim/cache/new_metrics.sim
./test.sh -f tsim/cache/restart_table.sim
./test.sh -f tsim/cache/restart_metrics.sim

# ---- column
./test.sh -f tsim/column/commit.sim
./test.sh -f tsim/column/metrics.sim
./test.sh -f tsim/column/table.sim

# ---- compress
./test.sh -f tsim/compress/commitlog.sim
./test.sh -f tsim/compress/compress2.sim
./test.sh -f tsim/compress/compress.sim
./test.sh -f tsim/compress/uncompress.sim

S
Shengliang Guan 已提交
229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245
# ---- compute
#./test.sh -f tsim/compute/avg.sim
#./test.sh -f tsim/compute/block_dist.sim
#./test.sh -f tsim/compute/bottom.sim
#./test.sh -f tsim/compute/count.sim
#./test.sh -f tsim/compute/diff.sim
#./test.sh -f tsim/compute/diff2.sim
#./test.sh -f tsim/compute/first.sim
#./test.sh -f tsim/compute/interval.sim
#./test.sh -f tsim/compute/last_row.sim
#./test.sh -f tsim/compute/last.sim
#./test.sh -f tsim/compute/leastsquare.sim
#./test.sh -f tsim/compute/max.sim
#./test.sh -f tsim/compute/min.sim
#./test.sh -f tsim/compute/null.sim
./test.sh -f tsim/compute/percentile.sim
./test.sh -f tsim/compute/stddev.sim
S
Shengliang Guan 已提交
246
#./test.sh -f tsim/compute/sum.sim
S
Shengliang Guan 已提交
247 248
./test.sh -f tsim/compute/top.sim

S
Shengliang Guan 已提交
249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265
# ---- field
./test.sh -f tsim/field/2.sim
./test.sh -f tsim/field/3.sim
./test.sh -f tsim/field/4.sim
./test.sh -f tsim/field/5.sim
./test.sh -f tsim/field/6.sim
./test.sh -f tsim/field/binary.sim
./test.sh -f tsim/field/bigint.sim
./test.sh -f tsim/field/bool.sim
./test.sh -f tsim/field/double.sim
./test.sh -f tsim/field/float.sim
./test.sh -f tsim/field/int.sim
./test.sh -f tsim/field/single.sim
./test.sh -f tsim/field/smallint.sim
./test.sh -f tsim/field/tinyint.sim
./test.sh -f tsim/field/unsigined_bigint.sim

S
Shengliang Guan 已提交
266 267 268 269 270 271 272 273 274 275 276 277 278
# ---- vector
./test.sh -f tsim/vector/metrics_field.sim
./test.sh -f tsim/vector/metrics_mix.sim
./test.sh -f tsim/vector/metrics_query.sim
./test.sh -f tsim/vector/metrics_tag.sim
./test.sh -f tsim/vector/metrics_time.sim
./test.sh -f tsim/vector/multi.sim
./test.sh -f tsim/vector/single.sim
./test.sh -f tsim/vector/table_field.sim
./test.sh -f tsim/vector/table_mix.sim
./test.sh -f tsim/vector/table_query.sim
./test.sh -f tsim/vector/table_time.sim

S
Shengliang Guan 已提交
279 280 281
# ---- wal
./test.sh -f tsim/wal/kill.sim

282
#======================b1-end===============