basic.txt 16.0 KB
Newer Older
1 2 3

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

S
Shengliang Guan 已提交
4
# ---- 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
S
Shengliang Guan 已提交
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
./test.sh -f tsim/db/basic1.sim
./test.sh -f tsim/db/basic2.sim
./test.sh -f tsim/db/basic3.sim
S
Shengliang Guan 已提交
17 18
./test.sh -f tsim/db/basic4.sim
./test.sh -f tsim/db/basic5.sim
X
Xiaoyu Wang 已提交
19
./test.sh -f tsim/db/basic6.sim
S
Shengliang Guan 已提交
20
./test.sh -f tsim/db/commit.sim
21
./test.sh -f tsim/db/create_all_options.sim
S
Shengliang Guan 已提交
22 23 24 25 26 27
./test.sh -f tsim/db/delete_reuse1.sim
./test.sh -f tsim/db/delete_reuse2.sim
./test.sh -f tsim/db/delete_reusevnode.sim
./test.sh -f tsim/db/delete_reusevnode2.sim
./test.sh -f tsim/db/delete_writing1.sim
./test.sh -f tsim/db/delete_writing2.sim
28
./test.sh -f tsim/db/error1.sim
S
Shengliang Guan 已提交
29
./test.sh -f tsim/db/keep.sim
S
Shengliang Guan 已提交
30 31 32
./test.sh -f tsim/db/len.sim
./test.sh -f tsim/db/repeat.sim
./test.sh -f tsim/db/show_create_db.sim
S
Shengliang Guan 已提交
33
./test.sh -f tsim/db/show_create_table.sim
S
Shengliang Guan 已提交
34
./test.sh -f tsim/db/tables.sim
P
plum-lihui 已提交
35
./test.sh -f tsim/db/taosdlog.sim
36 37

# ---- dnode
S
Shengliang Guan 已提交
38 39
./test.sh -f tsim/dnode/balance_replica1.sim
./test.sh -f tsim/dnode/balance_replica3.sim
S
Shengliang Guan 已提交
40 41 42 43
./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 已提交
44
./test.sh -f tsim/dnode/create_dnode.sim
45
./test.sh -f tsim/dnode/drop_dnode_has_mnode.sim
S
Shengliang Guan 已提交
46
./test.sh -f tsim/dnode/drop_dnode_has_qnode_snode.sim
S
Shengliang Guan 已提交
47 48 49 50
./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 已提交
51
./test.sh -f tsim/dnode/drop_dnode_force.sim
S
Shengliang Guan 已提交
52
./test.sh -f tsim/dnode/offline_reason.sim
S
Shengliang Guan 已提交
53
./test.sh -f tsim/dnode/redistribute_vgroup_replica1.sim
S
Shengliang Guan 已提交
54 55 56 57
./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
S
Shengliang Guan 已提交
58
./test.sh -f tsim/dnode/vnode_clean.sim
S
Shengliang Guan 已提交
59
./test.sh -f tsim/dnode/use_dropped_dnode.sim 
S
Shengliang Guan 已提交
60 61
./test.sh -f tsim/dnode/split_vgroup_replica1.sim 
./test.sh -f tsim/dnode/split_vgroup_replica3.sim 
62

S
Shengliang Guan 已提交
63
# ---- import ----
S
Shengliang Guan 已提交
64 65 66 67 68
./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

S
Shengliang Guan 已提交
69
# ---- insert ----
S
Shengliang Guan 已提交
70 71
./test.sh -f tsim/insert/backquote.sim
./test.sh -f tsim/insert/basic.sim
C
Cary Xu 已提交
72
./test.sh -f tsim/insert/basic0.sim
P
plum-lihui 已提交
73
./test.sh -f tsim/insert/basic1.sim
C
Cary Xu 已提交
74
./test.sh -f tsim/insert/basic2.sim
75
./test.sh -f tsim/insert/commit-merge0.sim
S
Shengliang Guan 已提交
76
./test.sh -f tsim/insert/insert_drop.sim
D
dapan1121 已提交
77
./test.sh -f tsim/insert/insert_select.sim
S
Shengliang Guan 已提交
78 79 80 81 82 83 84
./test.sh -f tsim/insert/null.sim
./test.sh -f tsim/insert/query_block1_file.sim
./test.sh -f tsim/insert/query_block1_memory.sim
./test.sh -f tsim/insert/query_block2_file.sim
./test.sh -f tsim/insert/query_block2_memory.sim
./test.sh -f tsim/insert/query_file_memory.sim
./test.sh -f tsim/insert/query_multi_file.sim
S
Shengliang Guan 已提交
85
./test.sh -f tsim/insert/tcp.sim
S
Shengliang Guan 已提交
86
./test.sh -f tsim/insert/update0.sim
87
./test.sh -f tsim/insert/update1_sort_merge.sim
P
plum-lihui 已提交
88

S
Shengliang Guan 已提交
89
# ---- parser ----
S
Shengliang Guan 已提交
90 91 92
./test.sh -f tsim/parser/alter__for_community_version.sim
./test.sh -f tsim/parser/alter_column.sim
./test.sh -f tsim/parser/alter_stable.sim
S
Shengliang Guan 已提交
93
./test.sh -f tsim/parser/alter.sim
S
Shengliang Guan 已提交
94
./test.sh -f tsim/parser/alter1.sim
S
Shengliang Guan 已提交
95
./test.sh -f tsim/parser/auto_create_tb_drop_tb.sim
S
Shengliang Guan 已提交
96
./test.sh -f tsim/parser/auto_create_tb.sim
S
Shengliang Guan 已提交
97 98
./test.sh -f tsim/parser/between_and.sim
./test.sh -f tsim/parser/binary_escapeCharacter.sim
S
Shengliang Guan 已提交
99
./test.sh -f tsim/parser/col_arithmetic_operation.sim     
S
Shengliang Guan 已提交
100 101 102 103 104 105 106 107
./test.sh -f tsim/parser/columnValue_bigint.sim
./test.sh -f tsim/parser/columnValue_bool.sim
./test.sh -f tsim/parser/columnValue_double.sim
./test.sh -f tsim/parser/columnValue_float.sim
./test.sh -f tsim/parser/columnValue_int.sim
./test.sh -f tsim/parser/columnValue_smallint.sim
./test.sh -f tsim/parser/columnValue_tinyint.sim
./test.sh -f tsim/parser/columnValue_unsign.sim
S
Shengliang Guan 已提交
108
./test.sh -f tsim/parser/commit.sim
dengyihao's avatar
dengyihao 已提交
109
./test.sh -f tsim/parser/condition.sim
S
Shengliang Guan 已提交
110
./test.sh -f tsim/parser/constCol.sim
S
Shengliang Guan 已提交
111
./test.sh -f tsim/parser/create_db.sim
S
Shengliang Guan 已提交
112
./test.sh -f tsim/parser/create_mt.sim
S
Shengliang Guan 已提交
113
./test.sh -f tsim/parser/create_tb_with_tag_name.sim
S
Shengliang Guan 已提交
114 115 116
./test.sh -f tsim/parser/create_tb.sim
./test.sh -f tsim/parser/dbtbnameValidate.sim
./test.sh -f tsim/parser/distinct.sim
S
Shengliang Guan 已提交
117
# TD-17623 ./test.sh -f tsim/parser/fill_stb.sim
S
Shengliang Guan 已提交
118 119 120
./test.sh -f tsim/parser/fill_us.sim
./test.sh -f tsim/parser/fill.sim
./test.sh -f tsim/parser/first_last.sim
P
plum-lihui 已提交
121
./test.sh -f tsim/parser/fourArithmetic-basic.sim
S
Shengliang Guan 已提交
122
./test.sh -f tsim/parser/function.sim
S
Shengliang Guan 已提交
123
./test.sh -f tsim/parser/groupby-basic.sim
S
Shengliang Guan 已提交
124
./test.sh -f tsim/parser/groupby.sim
S
Shengliang Guan 已提交
125 126
./test.sh -f tsim/parser/having_child.sim
./test.sh -f tsim/parser/having.sim
S
Shengliang Guan 已提交
127 128 129
./test.sh -f tsim/parser/import_commit1.sim
./test.sh -f tsim/parser/import_commit2.sim
./test.sh -f tsim/parser/import_commit3.sim
S
Shengliang Guan 已提交
130
./test.sh -f tsim/parser/import_file.sim
S
Shengliang Guan 已提交
131
./test.sh -f tsim/parser/import.sim
S
Shengliang Guan 已提交
132 133
./test.sh -f tsim/parser/insert_multiTbl.sim
./test.sh -f tsim/parser/insert_tb.sim
S
Shengliang Guan 已提交
134
# TD-18293 ./test.sh -f tsim/parser/interp.sim
S
Shengliang Guan 已提交
135
./test.sh -f tsim/parser/join_manyblocks.sim
S
slzhou 已提交
136
./test.sh -f tsim/parser/join_multitables.sim
S
Shengliang Guan 已提交
137
./test.sh -f tsim/parser/join_multivnode.sim
138
./test.sh -f tsim/parser/join.sim
S
Shengliang Guan 已提交
139
./test.sh -f tsim/parser/last_cache.sim
S
Shengliang Guan 已提交
140
./test.sh -f tsim/parser/last_groupby.sim
S
Shengliang Guan 已提交
141 142
./test.sh -f tsim/parser/lastrow.sim
./test.sh -f tsim/parser/lastrow2.sim
S
Shengliang Guan 已提交
143
./test.sh -f tsim/parser/like.sim
S
Shengliang Guan 已提交
144 145
./test.sh -f tsim/parser/limit.sim
./test.sh -f tsim/parser/limit1.sim
S
Shengliang Guan 已提交
146
# TD-17623 ./test.sh -f tsim/parser/limit2.sim
S
Shengliang Guan 已提交
147 148
./test.sh -f tsim/parser/mixed_blocks.sim
./test.sh -f tsim/parser/nchar.sim
S
slzhou 已提交
149
./test.sh -f tsim/parser/nestquery.sim
S
Shengliang Guan 已提交
150
./test.sh -f tsim/parser/null_char.sim
S
Shengliang Guan 已提交
151 152 153 154 155 156
./test.sh -f tsim/parser/precision_ns.sim
./test.sh -f tsim/parser/projection_limit_offset.sim
./test.sh -f tsim/parser/regex.sim
./test.sh -f tsim/parser/select_across_vnodes.sim
./test.sh -f tsim/parser/select_distinct_tag.sim
./test.sh -f tsim/parser/select_from_cache_disk.sim
S
Shengliang Guan 已提交
157
./test.sh -f tsim/parser/select_with_tags.sim
S
Shengliang Guan 已提交
158
./test.sh -f tsim/parser/selectResNum.sim
S
Shengliang Guan 已提交
159
./test.sh -f tsim/parser/set_tag_vals.sim
S
Shengliang Guan 已提交
160
./test.sh -f tsim/parser/single_row_in_tb.sim
S
Shengliang Guan 已提交
161 162 163 164
./test.sh -f tsim/parser/sliding.sim
./test.sh -f tsim/parser/slimit_alter_tags.sim
./test.sh -f tsim/parser/slimit.sim
./test.sh -f tsim/parser/slimit1.sim
S
Shengliang Guan 已提交
165
./test.sh -f tsim/parser/stableOp.sim
S
Shengliang Guan 已提交
166
./test.sh -f tsim/parser/tags_dynamically_specifiy.sim
S
Shengliang Guan 已提交
167
./test.sh -f tsim/parser/tags_filter.sim
S
Shengliang Guan 已提交
168
./test.sh -f tsim/parser/tbnameIn.sim
S
Shengliang Guan 已提交
169 170 171
./test.sh -f tsim/parser/timestamp.sim
./test.sh -f tsim/parser/top_groupby.sim
./test.sh -f tsim/parser/topbot.sim
S
Shengliang Guan 已提交
172
./test.sh -f tsim/parser/union.sim
S
Shengliang Guan 已提交
173 174
./test.sh -f tsim/parser/union_sysinfo.sim
./test.sh -f tsim/parser/where.sim
P
plum-lihui 已提交
175

S
Shengliang Guan 已提交
176
# ---- query ----
177
./test.sh -f tsim/query/charScalarFunction.sim
dengyihao's avatar
dengyihao 已提交
178
./test.sh -f tsim/query/explain.sim
S
Shengliang Guan 已提交
179 180 181
./test.sh -f tsim/query/interval-offset.sim
./test.sh -f tsim/query/interval.sim
./test.sh -f tsim/query/scalarFunction.sim
D
dapan1121 已提交
182
./test.sh -f tsim/query/scalarNull.sim
S
Shengliang Guan 已提交
183
./test.sh -f tsim/query/session.sim
184
./test.sh -f tsim/query/udf.sim
P
plum-lihui 已提交
185

186 187 188
# ---- qnode
./test.sh -f tsim/qnode/basic1.sim

S
Shengliang Guan 已提交
189
# ---- snode ----
S
Shengliang Guan 已提交
190
./test.sh -f tsim/snode/basic1.sim
191

192
# ---- mnode
S
Shengliang Guan 已提交
193
./test.sh -f tsim/mnode/basic1.sim
194
./test.sh -f tsim/mnode/basic2.sim
S
Shengliang Guan 已提交
195
./test.sh -f tsim/mnode/basic3.sim
196
./test.sh -f tsim/mnode/basic4.sim
S
Shengliang Guan 已提交
197
./test.sh -f tsim/mnode/basic5.sim
198

S
Shengliang Guan 已提交
199
# ---- show ----
S
Shengliang Guan 已提交
200
./test.sh -f tsim/show/basic.sim
P
plum-lihui 已提交
201

S
Shengliang Guan 已提交
202
# ---- table ----
S
Shengliang Guan 已提交
203
./test.sh -f tsim/table/autocreate.sim
204
./test.sh -f tsim/table/basic1.sim
S
Shengliang Guan 已提交
205 206 207 208 209 210 211 212 213 214 215 216
./test.sh -f tsim/table/basic2.sim
./test.sh -f tsim/table/basic3.sim
./test.sh -f tsim/table/bigint.sim
./test.sh -f tsim/table/binary.sim
./test.sh -f tsim/table/bool.sim
./test.sh -f tsim/table/column_name.sim
./test.sh -f tsim/table/column_num.sim
./test.sh -f tsim/table/column_value.sim
./test.sh -f tsim/table/column2.sim
./test.sh -f tsim/table/createmulti.sim
./test.sh -f tsim/table/date.sim
./test.sh -f tsim/table/db.table.sim
S
Shengliang Guan 已提交
217 218 219
./test.sh -f tsim/table/delete_reuse1.sim
./test.sh -f tsim/table/delete_reuse2.sim
./test.sh -f tsim/table/delete_writing.sim
S
Shengliang Guan 已提交
220 221 222
./test.sh -f tsim/table/describe.sim
./test.sh -f tsim/table/double.sim
./test.sh -f tsim/table/float.sim
223
./test.sh -f tsim/table/hash.sim
S
Shengliang Guan 已提交
224 225 226 227 228 229 230
./test.sh -f tsim/table/int.sim
./test.sh -f tsim/table/limit.sim
./test.sh -f tsim/table/smallint.sim
./test.sh -f tsim/table/table_len.sim
./test.sh -f tsim/table/table.sim
./test.sh -f tsim/table/tinyint.sim
./test.sh -f tsim/table/vgroup.sim
P
plum-lihui 已提交
231

L
Liu Jicong 已提交
232
# ---- stream
S
Shengliang Guan 已提交
233
./test.sh -f tsim/stream/basic0.sim -g
S
Shengliang Guan 已提交
234
# TD-20201 ./test.sh -f tsim/stream/basic1.sim
L
Liu Jicong 已提交
235
./test.sh -f tsim/stream/basic2.sim
S
Shengliang Guan 已提交
236
./test.sh -f tsim/stream/drop_stream.sim
L
Liu Jicong 已提交
237
./test.sh -f tsim/stream/fillHistoryBasic1.sim
238 239
./test.sh -f tsim/stream/fillHistoryBasic2.sim
./test.sh -f tsim/stream/fillHistoryBasic3.sim
5
54liuyao 已提交
240
./test.sh -f tsim/stream/distributeInterval0.sim
5
54liuyao 已提交
241
./test.sh -f tsim/stream/distributeIntervalRetrive0.sim
S
Shengliang Guan 已提交
242
./test.sh -f tsim/stream/distributeSession0.sim
L
Liu Jicong 已提交
243 244
./test.sh -f tsim/stream/session0.sim
./test.sh -f tsim/stream/session1.sim
5
54liuyao 已提交
245
./test.sh -f tsim/stream/state0.sim
5
54liuyao 已提交
246
./test.sh -f tsim/stream/triggerInterval0.sim
S
Shengliang Guan 已提交
247
./test.sh -f tsim/stream/triggerSession0.sim
5
54liuyao 已提交
248
./test.sh -f tsim/stream/partitionby.sim
L
Liu Jicong 已提交
249
./test.sh -f tsim/stream/partitionby1.sim
L
Liu Jicong 已提交
250
./test.sh -f tsim/stream/schedSnode.sim
5
54liuyao 已提交
251
./test.sh -f tsim/stream/windowClose.sim
252
./test.sh -f tsim/stream/ignoreExpiredData.sim
5
54liuyao 已提交
253
./test.sh -f tsim/stream/sliding.sim
5
54liuyao 已提交
254
./test.sh -f tsim/stream/partitionbyColumnInterval.sim
P
plum-lihui 已提交
255 256 257 258 259 260 261
./test.sh -f tsim/stream/partitionbyColumnSession.sim
./test.sh -f tsim/stream/partitionbyColumnState.sim
./test.sh -f tsim/stream/deleteInterval.sim
./test.sh -f tsim/stream/deleteSession.sim
./test.sh -f tsim/stream/deleteState.sim
./test.sh -f tsim/stream/fillIntervalDelete0.sim
./test.sh -f tsim/stream/fillIntervalDelete1.sim
5
54liuyao 已提交
262
./test.sh -f tsim/stream/fillIntervalLinear.sim
P
plum-lihui 已提交
263
./test.sh -f tsim/stream/fillIntervalPartitionBy.sim
5
54liuyao 已提交
264 265
./test.sh -f tsim/stream/fillIntervalPrevNext.sim
./test.sh -f tsim/stream/fillIntervalValue.sim
5
54liuyao 已提交
266

S
Shengliang Guan 已提交
267
# ---- transaction ----
268 269
./test.sh -f tsim/trans/lossdata1.sim
./test.sh -f tsim/trans/create_db.sim
L
Liu Jicong 已提交
270

P
plum-lihui 已提交
271
# ---- tmq
P
plum-lihui 已提交
272 273 274 275
./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 已提交
276 277 278 279 280
./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 已提交
281
./test.sh -f tsim/tmq/topic.sim
L
Liu Jicong 已提交
282
./test.sh -f tsim/tmq/snapshot.sim
L
Liu Jicong 已提交
283
./test.sh -f tsim/tmq/snapshot1.sim
P
plum-lihui 已提交
284

S
Shengliang Guan 已提交
285
# --- stable ----
S
Shengliang Guan 已提交
286 287 288 289 290 291 292 293 294
./test.sh -f tsim/stable/alter_comment.sim
./test.sh -f tsim/stable/alter_count.sim
./test.sh -f tsim/stable/alter_import.sim
./test.sh -f tsim/stable/alter_insert1.sim
./test.sh -f tsim/stable/alter_insert2.sim
./test.sh -f tsim/stable/alter_metrics.sim
./test.sh -f tsim/stable/column_add.sim
./test.sh -f tsim/stable/column_drop.sim
./test.sh -f tsim/stable/column_modify.sim
C
cpwu 已提交
295
./test.sh -f tsim/stable/disk.sim
S
Shengliang Guan 已提交
296
./test.sh -f tsim/stable/dnode3.sim
C
cpwu 已提交
297 298
./test.sh -f tsim/stable/metrics.sim
./test.sh -f tsim/stable/refcount.sim
S
Shengliang Guan 已提交
299 300
./test.sh -f tsim/stable/tag_add.sim
./test.sh -f tsim/stable/tag_drop.sim
S
Shengliang Guan 已提交
301
./test.sh -f tsim/stable/tag_filter.sim
S
Shengliang Guan 已提交
302 303
./test.sh -f tsim/stable/tag_modify.sim
./test.sh -f tsim/stable/tag_rename.sim
S
Shengliang Guan 已提交
304 305
./test.sh -f tsim/stable/values.sim
./test.sh -f tsim/stable/vnode3.sim
dengyihao's avatar
dengyihao 已提交
306
./test.sh -f tsim/stable/metrics_idx.sim
S
Shengliang Guan 已提交
307

C
Cary Xu 已提交
308
# --- sma
S
Shengliang Guan 已提交
309
./test.sh -f tsim/sma/drop_sma.sim
S
Shengliang Guan 已提交
310
./test.sh -f tsim/sma/tsmaCreateInsertQuery.sim
C
Cary Xu 已提交
311 312
./test.sh -f tsim/sma/rsmaCreateInsertQuery.sim
./test.sh -f tsim/sma/rsmaPersistenceRecovery.sim
C
Cary Xu 已提交
313

S
Shengliang Guan 已提交
314
# --- valgrind ----
S
Shengliang Guan 已提交
315 316
./test.sh -f tsim/valgrind/checkError1.sim
./test.sh -f tsim/valgrind/checkError2.sim
S
Shengliang Guan 已提交
317
./test.sh -f tsim/valgrind/checkError3.sim
S
Shengliang Guan 已提交
318
./test.sh -f tsim/valgrind/checkError4.sim
S
Shengliang Guan 已提交
319
./test.sh -f tsim/valgrind/checkError5.sim
S
Shengliang Guan 已提交
320
./test.sh -f tsim/valgrind/checkError6.sim
S
Shengliang Guan 已提交
321
./test.sh -f tsim/valgrind/checkError7.sim
S
Shengliang Guan 已提交
322
./test.sh -f tsim/valgrind/checkError8.sim
S
Shengliang Guan 已提交
323
./test.sh -f tsim/valgrind/checkUdf.sim
P
plum-lihui 已提交
324

S
Shengliang Guan 已提交
325
# --- vnode ----
S
Shengliang Guan 已提交
326 327 328 329 330 331 332
./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 已提交
333
./test.sh -f tsim/vnode/stable_dnode2.sim
S
Shengliang Guan 已提交
334 335 336
./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 已提交
337

haoranc's avatar
haoranc 已提交
338
# --- sync
haoranc's avatar
haoranc 已提交
339 340
./test.sh -f tsim/sync/3Replica1VgElect.sim
./test.sh -f tsim/sync/3Replica5VgElect.sim
haoranc's avatar
haoranc 已提交
341 342 343
./test.sh -f tsim/sync/oneReplica1VgElect.sim
./test.sh -f tsim/sync/oneReplica5VgElect.sim

S
Shengliang Guan 已提交
344
# --- catalog ----
D
dapan1121 已提交
345 346
./test.sh -f tsim/catalog/alterInCurrent.sim

S
Shengliang Guan 已提交
347
# --- scalar ----
D
dapan1121 已提交
348
./test.sh -f tsim/scalar/in.sim
D
dapan1121 已提交
349
./test.sh -f tsim/scalar/scalar.sim
D
dapan1121 已提交
350
./test.sh -f tsim/scalar/filter.sim 
D
dapan1121 已提交
351
./test.sh -f tsim/scalar/caseWhen.sim 
D
dapan1121 已提交
352

S
Shengliang Guan 已提交
353
# ---- alter ----
S
Shengliang Guan 已提交
354 355
./test.sh -f tsim/alter/cached_schema_after_alter.sim
./test.sh -f tsim/alter/dnode.sim
S
Shengliang Guan 已提交
356
./test.sh -f tsim/alter/table.sim
S
Shengliang Guan 已提交
357

S
Shengliang Guan 已提交
358
# ---- cache ----
S
Shengliang Guan 已提交
359 360 361 362
./test.sh -f tsim/cache/new_metrics.sim
./test.sh -f tsim/cache/restart_table.sim
./test.sh -f tsim/cache/restart_metrics.sim

S
Shengliang Guan 已提交
363
# ---- column ----
S
Shengliang Guan 已提交
364 365 366 367
./test.sh -f tsim/column/commit.sim
./test.sh -f tsim/column/metrics.sim
./test.sh -f tsim/column/table.sim

S
Shengliang Guan 已提交
368
# ---- compress ----
S
Shengliang Guan 已提交
369 370 371 372 373
./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 已提交
374
# ---- compute ----
S
Shengliang Guan 已提交
375
./test.sh -f tsim/compute/avg.sim
S
Shengliang Guan 已提交
376
./test.sh -f tsim/compute/block_dist.sim
S
Shengliang Guan 已提交
377 378 379 380 381 382
./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
S
Shengliang Guan 已提交
383
./test.sh -f tsim/compute/last_row.sim
S
Shengliang Guan 已提交
384 385 386 387
./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
S
Shengliang Guan 已提交
388
./test.sh -f tsim/compute/null.sim
S
Shengliang Guan 已提交
389 390
./test.sh -f tsim/compute/percentile.sim
./test.sh -f tsim/compute/stddev.sim
S
Shengliang Guan 已提交
391
./test.sh -f tsim/compute/sum.sim
S
Shengliang Guan 已提交
392 393
./test.sh -f tsim/compute/top.sim

S
Shengliang Guan 已提交
394
# ---- field ----
S
Shengliang Guan 已提交
395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410
./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 已提交
411
# ---- vector ----
S
Shengliang Guan 已提交
412 413 414 415 416 417 418 419 420 421 422 423
./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 已提交
424
# ---- wal ----
S
Shengliang Guan 已提交
425 426
./test.sh -f tsim/wal/kill.sim

S
Shengliang Guan 已提交
427
# ---- tag ----
S
Shengliang Guan 已提交
428 429 430
./test.sh -f tsim/tag/3.sim
./test.sh -f tsim/tag/4.sim
./test.sh -f tsim/tag/5.sim
S
Shengliang Guan 已提交
431
./test.sh -f tsim/tag/6.sim
S
Shengliang Guan 已提交
432
./test.sh -f tsim/tag/add.sim
S
Shengliang Guan 已提交
433 434 435 436 437 438
./test.sh -f tsim/tag/bigint.sim
./test.sh -f tsim/tag/binary_binary.sim
./test.sh -f tsim/tag/binary.sim
./test.sh -f tsim/tag/bool_binary.sim
./test.sh -f tsim/tag/bool_int.sim
./test.sh -f tsim/tag/bool.sim
S
Shengliang Guan 已提交
439
./test.sh -f tsim/tag/change.sim
S
Shengliang Guan 已提交
440 441
./test.sh -f tsim/tag/column.sim
./test.sh -f tsim/tag/commit.sim
S
Shengliang Guan 已提交
442 443 444
./test.sh -f tsim/tag/create.sim
./test.sh -f tsim/tag/delete.sim
./test.sh -f tsim/tag/double.sim
S
Shengliang Guan 已提交
445
./test.sh -f tsim/tag/filter.sim
S
Shengliang Guan 已提交
446
./test.sh -f tsim/tag/float.sim
S
Shengliang Guan 已提交
447 448 449
./test.sh -f tsim/tag/int_binary.sim
./test.sh -f tsim/tag/int_float.sim
./test.sh -f tsim/tag/int.sim
S
Shengliang Guan 已提交
450
./test.sh -f tsim/tag/set.sim
S
Shengliang Guan 已提交
451 452
./test.sh -f tsim/tag/smallint.sim
./test.sh -f tsim/tag/tinyint.sim
dengyihao's avatar
dengyihao 已提交
453
./test.sh -f tsim/tag/drop_tag.sim
D
dapan1121 已提交
454
./test.sh -f tsim/tag/tbNameIn.sim
dengyihao's avatar
dengyihao 已提交
455

S
Shengliang Guan 已提交
456
./test.sh -f tmp/monitor.sim
457
#======================b1-end===============