basic.txt 15.3 KB
Newer Older
S
scripts  
slguan 已提交
1 2 3
cd ../../../debug; cmake ..
cd ../../../debug; make

S
TD-2677  
Shengliang Guan 已提交
4
./test.sh -f issue/TD-2677.sim
S
TD-2680  
Shengliang Guan 已提交
5
./test.sh -f issue/TD-2680.sim
S
TD-2713  
Shengliang Guan 已提交
6 7
./test.sh -f issue/TD-2713.sim

S
Shengliang Guan 已提交
8 9
./test.sh -f general/alter/cached_schema_after_alter.sim
./test.sh -f general/alter/count.sim
S
scripts  
Shengliang Guan 已提交
10
./test.sh -f general/alter/dnode.sim
S
Shengliang Guan 已提交
11 12 13
./test.sh -f general/alter/import.sim
./test.sh -f general/alter/insert1.sim
./test.sh -f general/alter/insert2.sim
S
Shengliang Guan 已提交
14 15
./test.sh -f general/alter/metrics.sim
./test.sh -f general/alter/table.sim
guanshengliang's avatar
scripts  
guanshengliang 已提交
16 17

./test.sh -f general/cache/new_metrics.sim
S
scripts  
Shengliang Guan 已提交
18 19
./test.sh -f general/cache/restart_metrics.sim
./test.sh -f general/cache/restart_table.sim
guanshengliang's avatar
scripts  
guanshengliang 已提交
20

S
scripts  
Shengliang Guan 已提交
21
./test.sh -f general/connection/connection.sim  
S
scripts  
Shengliang Guan 已提交
22

S
scripts  
Shengliang Guan 已提交
23
./test.sh -f general/column/commit.sim
S
scripts  
Shengliang Guan 已提交
24 25
./test.sh -f general/column/metrics.sim
./test.sh -f general/column/table.sim
guanshengliang's avatar
scripts  
guanshengliang 已提交
26 27 28 29 30 31

./test.sh -f general/compress/commitlog.sim
./test.sh -f general/compress/compress.sim
./test.sh -f general/compress/compress2.sim
./test.sh -f general/compress/uncompress.sim

guanshengliang's avatar
guanshengliang 已提交
32
./test.sh -f general/compute/avg.sim
guanshengliang's avatar
scripts  
guanshengliang 已提交
33
./test.sh -f general/compute/bottom.sim
guanshengliang's avatar
guanshengliang 已提交
34
./test.sh -f general/compute/count.sim
guanshengliang's avatar
scripts  
guanshengliang 已提交
35
./test.sh -f general/compute/diff.sim
S
scripts  
Shengliang Guan 已提交
36
./test.sh -f general/compute/diff2.sim
guanshengliang's avatar
guanshengliang 已提交
37
./test.sh -f general/compute/first.sim
S
scripts  
Shengliang Guan 已提交
38
./test.sh -f general/compute/interval.sim
S
scripts  
Shengliang Guan 已提交
39
./test.sh -f general/compute/last.sim
S
scripts  
Shengliang Guan 已提交
40
./test.sh -f general/compute/leastsquare.sim
guanshengliang's avatar
guanshengliang 已提交
41 42
./test.sh -f general/compute/max.sim
./test.sh -f general/compute/min.sim
guanshengliang's avatar
scripts  
guanshengliang 已提交
43 44 45
./test.sh -f general/compute/null.sim
./test.sh -f general/compute/percentile.sim
./test.sh -f general/compute/stddev.sim
guanshengliang's avatar
guanshengliang 已提交
46
./test.sh -f general/compute/sum.sim
guanshengliang's avatar
scripts  
guanshengliang 已提交
47
./test.sh -f general/compute/top.sim
S
scripts  
slguan 已提交
48

49
./test.sh -f general/db/alter_option.sim
S
scripts  
Shengliang Guan 已提交
50
./test.sh -f general/db/alter_tables_d2.sim
S
Shengliang Guan 已提交
51 52 53
./test.sh -f general/db/alter_tables_v1.sim
./test.sh -f general/db/alter_tables_v4.sim
./test.sh -f general/db/alter_vgroups.sim
S
scripts  
slguan 已提交
54
./test.sh -f general/db/basic.sim
S
scripts  
slguan 已提交
55 56 57 58 59
./test.sh -f general/db/basic1.sim
./test.sh -f general/db/basic2.sim
./test.sh -f general/db/basic3.sim
./test.sh -f general/db/basic4.sim
./test.sh -f general/db/basic5.sim
S
scripts  
slguan 已提交
60 61 62
./test.sh -f general/db/delete_reuse1.sim
./test.sh -f general/db/delete_reuse2.sim
./test.sh -f general/db/delete_reusevnode.sim
S
scripts  
Shengliang Guan 已提交
63
./test.sh -f general/db/delete_reusevnode2.sim
S
scrpits  
Shengliang Guan 已提交
64 65
./test.sh -f general/db/delete_writing1.sim
./test.sh -f general/db/delete_writing2.sim
66
./test.sh -f general/db/delete.sim
S
scripts  
slguan 已提交
67 68 69
./test.sh -f general/db/len.sim
./test.sh -f general/db/repeat.sim
./test.sh -f general/db/tables.sim
S
scripts  
Shengliang Guan 已提交
70
./test.sh -f general/db/vnodes.sim
S
scripts  
Shengliang Guan 已提交
71
./test.sh -f general/db/nosuchfile.sim
S
scripts  
slguan 已提交
72

S
scripts  
Shengliang Guan 已提交
73
./test.sh -f general/field/2.sim
S
scripts  
Shengliang Guan 已提交
74 75 76 77
./test.sh -f general/field/3.sim
./test.sh -f general/field/4.sim
./test.sh -f general/field/5.sim
./test.sh -f general/field/6.sim
S
scripts  
Shengliang Guan 已提交
78
./test.sh -f general/field/bigint.sim
S
scripts  
Shengliang Guan 已提交
79
./test.sh -f general/field/binary.sim
S
scripts  
Shengliang Guan 已提交
80 81 82 83 84
./test.sh -f general/field/bool.sim
./test.sh -f general/field/single.sim
./test.sh -f general/field/smallint.sim
./test.sh -f general/field/tinyint.sim

S
TD-1225  
Shengliang Guan 已提交
85 86
./test.sh -f general/http/autocreate.sim
./test.sh -f general/http/chunked.sim
S
TD-1451  
Shengliang Guan 已提交
87
./test.sh -f general/http/gzip.sim
S
scripts  
Shengliang Guan 已提交
88
./test.sh -f general/http/restful.sim
S
scripts  
slguan 已提交
89 90
./test.sh -f general/http/restful_insert.sim
./test.sh -f general/http/restful_limit.sim
S
scripts  
Shengliang Guan 已提交
91
./test.sh -f general/http/restful_full.sim
S
scripts  
slguan 已提交
92 93
./test.sh -f general/http/prepare.sim
./test.sh -f general/http/telegraf.sim
guanshengliang's avatar
scripts  
guanshengliang 已提交
94
./test.sh -f general/http/grafana_bug.sim
S
scripts  
Shengliang Guan 已提交
95
./test.sh -f general/http/grafana.sim
S
scripts  
slguan 已提交
96

guanshengliang's avatar
scripts  
guanshengliang 已提交
97 98 99
./test.sh -f general/import/basic.sim
./test.sh -f general/import/commit.sim
./test.sh -f general/import/large.sim
S
scripts  
Shengliang Guan 已提交
100
./test.sh -f general/import/replica1.sim
S
scripts  
slguan 已提交
101 102

./test.sh -f general/insert/basic.sim
S
scripts  
Shengliang Guan 已提交
103
./test.sh -f general/insert/insert_drop.sim
S
scripts  
slguan 已提交
104 105 106 107 108 109 110 111
./test.sh -f general/insert/query_block1_memory.sim
./test.sh -f general/insert/query_block2_memory.sim
./test.sh -f general/insert/query_block1_file.sim
./test.sh -f general/insert/query_block2_file.sim
./test.sh -f general/insert/query_file_memory.sim
./test.sh -f general/insert/query_multi_file.sim
./test.sh -f general/insert/tcp.sim

S
Shengliang Guan 已提交
112 113
./test.sh -f general/parser/alter.sim
./test.sh -f general/parser/alter1.sim
H
Haojun Liao 已提交
114
./test.sh -f general/parser/alter_stable.sim
S
scripts  
Shengliang Guan 已提交
115
./test.sh -f general/parser/auto_create_tb.sim
S
scripts  
Shengliang Guan 已提交
116
./test.sh -f general/parser/auto_create_tb_drop_tb.sim
S
scripts  
Shengliang Guan 已提交
117
./test.sh -f general/parser/col_arithmetic_operation.sim
H
Haojun Liao 已提交
118
./test.sh -f general/parser/columnValue.sim
S
scripts  
Shengliang Guan 已提交
119
./test.sh -f general/parser/commit.sim
S
scripts  
Shengliang Guan 已提交
120
./test.sh -f general/parser/create_db.sim
S
scripts  
Shengliang Guan 已提交
121 122 123
./test.sh -f general/parser/create_mt.sim
./test.sh -f general/parser/create_tb.sim
./test.sh -f general/parser/dbtbnameValidate.sim
S
scripts  
Shengliang Guan 已提交
124 125 126
./test.sh -f general/parser/import_commit1.sim
./test.sh -f general/parser/import_commit2.sim
./test.sh -f general/parser/import_commit3.sim
S
scripts  
Shengliang Guan 已提交
127 128
./test.sh -f general/parser/insert_tb.sim
./test.sh -f general/parser/first_last.sim
H
Haojun Liao 已提交
129 130
./test.sh -f general/parser/lastrow.sim
./test.sh -f general/parser/nchar.sim
S
scripts  
Shengliang Guan 已提交
131
./test.sh -f general/parser/null_char.sim
H
Haojun Liao 已提交
132
./test.sh -f general/parser/single_row_in_tb.sim
S
scripts  
Shengliang Guan 已提交
133
./test.sh -f general/parser/select_from_cache_disk.sim
S
scripts  
Shengliang Guan 已提交
134 135
./test.sh -f general/parser/mixed_blocks.sim
./test.sh -f general/parser/selectResNum.sim
H
Haojun Liao 已提交
136 137 138 139 140 141
./test.sh -f general/parser/limit.sim
./test.sh -f general/parser/limit1.sim
./test.sh -f general/parser/limit1_tblocks100.sim
./test.sh -f general/parser/select_across_vnodes.sim
./test.sh -f general/parser/slimit1.sim
./test.sh -f general/parser/tbnameIn.sim
H
Haojun Liao 已提交
142
./test.sh -f general/parser/projection_limit_offset.sim
S
scripts  
Shengliang Guan 已提交
143 144 145 146
./test.sh -f general/parser/limit2.sim
./test.sh -f general/parser/fill.sim
./test.sh -f general/parser/fill_stb.sim
./test.sh -f general/parser/where.sim
S
scripts  
Shengliang Guan 已提交
147
./test.sh -f general/parser/slimit.sim
S
scripts  
Shengliang Guan 已提交
148
./test.sh -f general/parser/select_with_tags.sim
S
scripts  
Shengliang Guan 已提交
149
./test.sh -f general/parser/interp.sim
H
Haojun Liao 已提交
150
./test.sh -f general/parser/tags_dynamically_specifiy.sim
S
scripts  
Shengliang Guan 已提交
151
./test.sh -f general/parser/groupby.sim
S
Shengliang Guan 已提交
152
./test.sh -f general/parser/set_tag_vals.sim
S
scripts  
Shengliang Guan 已提交
153
./test.sh -f general/parser/tags_filter.sim
S
Shengliang Guan 已提交
154
./test.sh -f general/parser/slimit_alter_tags.sim
S
scripts  
Shengliang Guan 已提交
155 156 157
./test.sh -f general/parser/join.sim
./test.sh -f general/parser/join_multivnode.sim
./test.sh -f general/parser/binary_escapeCharacter.sim
S
Shengliang Guan 已提交
158
./test.sh -f general/parser/repeatAlter.sim
S
Shengliang Guan 已提交
159 160
./test.sh -f general/parser/union.sim
./test.sh -f general/parser/topbot.sim
H
haojun Liao 已提交
161
./test.sh -f general/parser/function.sim
Y
yihaoDeng 已提交
162
./test.sh -f general/parser/select_distinct_tag.sim
guanshengliang's avatar
scripts  
guanshengliang 已提交
163

S
scripts  
Shengliang Guan 已提交
164
./test.sh -f general/stable/disk.sim
S
scripts  
Shengliang Guan 已提交
165
./test.sh -f general/stable/dnode3.sim
S
scripts  
Shengliang Guan 已提交
166
./test.sh -f general/stable/metrics.sim
S
script  
Shengliang Guan 已提交
167
./test.sh -f general/stable/refcount.sim
168
./test.sh -f general/stable/show.sim
S
scripts  
Shengliang Guan 已提交
169
./test.sh -f general/stable/values.sim
S
scripts  
Shengliang Guan 已提交
170
./test.sh -f general/stable/vnode3.sim
guanshengliang's avatar
scripts  
guanshengliang 已提交
171

S
scripts  
slguan 已提交
172 173 174
./test.sh -f general/table/autocreate.sim
./test.sh -f general/table/basic1.sim
./test.sh -f general/table/basic2.sim
S
scripts  
Shengliang Guan 已提交
175
./test.sh -f general/table/basic3.sim
S
scripts  
slguan 已提交
176
./test.sh -f general/table/bigint.sim
S
scripts  
slguan 已提交
177
./test.sh -f general/table/binary.sim
S
scripts  
slguan 已提交
178 179 180
./test.sh -f general/table/bool.sim
./test.sh -f general/table/column_name.sim
./test.sh -f general/table/column_num.sim
S
scripts  
slguan 已提交
181 182 183
./test.sh -f general/table/column_value.sim
./test.sh -f general/table/column2.sim
./test.sh -f general/table/date.sim
S
scripts  
slguan 已提交
184
./test.sh -f general/table/db.table.sim
S
Shengliang Guan 已提交
185 186
./test.sh -f general/table/delete_reuse1.sim
./test.sh -f general/table/delete_reuse2.sim
S
scripts  
Shengliang Guan 已提交
187
./test.sh -f general/table/delete_writing.sim
S
Shengliang Guan 已提交
188
./test.sh -f general/table/describe.sim
S
scripts  
slguan 已提交
189
./test.sh -f general/table/double.sim
S
Shengliang Guan 已提交
190
./test.sh -f general/table/fill.sim
S
scripts  
slguan 已提交
191 192
./test.sh -f general/table/float.sim
./test.sh -f general/table/int.sim
S
scripts  
slguan 已提交
193
./test.sh -f general/table/limit.sim
S
scripts  
slguan 已提交
194
./test.sh -f general/table/smallint.sim
S
scripts  
Shengliang Guan 已提交
195
./test.sh -f general/table/table_len.sim
S
scripts  
slguan 已提交
196
./test.sh -f general/table/table.sim
S
scripts  
slguan 已提交
197
./test.sh -f general/table/tinyint.sim
S
scripts  
slguan 已提交
198 199
./test.sh -f general/table/vgroup.sim

S
scripts  
Shengliang Guan 已提交
200 201 202 203
./test.sh -f general/tag/3.sim
./test.sh -f general/tag/4.sim
./test.sh -f general/tag/5.sim
./test.sh -f general/tag/6.sim
S
Shengliang Guan 已提交
204
./test.sh -f general/tag/add.sim
S
scripts  
Shengliang Guan 已提交
205
./test.sh -f general/tag/bigint.sim
S
scripts  
Shengliang Guan 已提交
206 207 208 209
./test.sh -f general/tag/binary_binary.sim
./test.sh -f general/tag/binary.sim
./test.sh -f general/tag/bool_binary.sim
./test.sh -f general/tag/bool_int.sim
S
scripts  
Shengliang Guan 已提交
210
./test.sh -f general/tag/bool.sim
S
Shengliang Guan 已提交
211
./test.sh -f general/tag/change.sim
S
scripts  
Shengliang Guan 已提交
212
./test.sh -f general/tag/column.sim
S
scripts  
Shengliang Guan 已提交
213
./test.sh -f general/tag/commit.sim
S
scripts  
Shengliang Guan 已提交
214
./test.sh -f general/tag/create.sim
S
Shengliang Guan 已提交
215
./test.sh -f general/tag/delete.sim
S
scripts  
Shengliang Guan 已提交
216
./test.sh -f general/tag/double.sim
S
scripts  
Shengliang Guan 已提交
217
./test.sh -f general/tag/filter.sim
S
scripts  
Shengliang Guan 已提交
218 219
./test.sh -f general/tag/float.sim
./test.sh -f general/tag/int_binary.sim
S
scripts  
Shengliang Guan 已提交
220
./test.sh -f general/tag/int_float.sim
S
scripts  
Shengliang Guan 已提交
221
./test.sh -f general/tag/int.sim
S
Shengliang Guan 已提交
222
./test.sh -f general/tag/set.sim
S
scripts  
Shengliang Guan 已提交
223 224
./test.sh -f general/tag/smallint.sim
./test.sh -f general/tag/tinyint.sim
S
scripts  
slguan 已提交
225

S
scripts  
Shengliang Guan 已提交
226
./test.sh -f general/user/authority.sim
S
scripts  
Shengliang Guan 已提交
227
./test.sh -f general/user/monitor.sim
guanshengliang's avatar
scripts  
guanshengliang 已提交
228
./test.sh -f general/user/pass_alter.sim
S
scripts  
slguan 已提交
229
./test.sh -f general/user/pass_len.sim
guanshengliang's avatar
scripts  
guanshengliang 已提交
230
./test.sh -f general/user/user_create.sim
S
scripts  
slguan 已提交
231 232
./test.sh -f general/user/user_len.sim

S
scripts  
Shengliang Guan 已提交
233 234 235 236 237
./test.sh -f general/vector/metrics_field.sim
./test.sh -f general/vector/metrics_mix.sim
./test.sh -f general/vector/metrics_query.sim
./test.sh -f general/vector/metrics_tag.sim
./test.sh -f general/vector/metrics_time.sim
S
scripts  
Shengliang Guan 已提交
238
./test.sh -f general/vector/multi.sim
guanshengliang's avatar
scripts  
guanshengliang 已提交
239
./test.sh -f general/vector/single.sim
S
scripts  
Shengliang Guan 已提交
240 241 242 243
./test.sh -f general/vector/table_field.sim
./test.sh -f general/vector/table_mix.sim
./test.sh -f general/vector/table_query.sim
./test.sh -f general/vector/table_time.sim
S
scripts  
slguan 已提交
244

S
scripts  
Shengliang Guan 已提交
245 246
./test.sh -f general/wal/sync.sim
./test.sh -f general/wal/kill.sim
S
TD-1896  
Shengliang Guan 已提交
247
./test.sh -f general/wal/maxtables.sim
S
scripts  
Shengliang Guan 已提交
248

S
Shengliang Guan 已提交
249 250 251 252 253 254 255 256 257 258 259
./test.sh -f unique/account/account_create.sim
./test.sh -f unique/account/account_delete.sim
./test.sh -f unique/account/account_len.sim
./test.sh -f unique/account/authority.sim
./test.sh -f unique/account/basic.sim
./test.sh -f unique/account/paras.sim
./test.sh -f unique/account/pass_alter.sim
./test.sh -f unique/account/pass_len.sim
./test.sh -f unique/account/usage.sim
./test.sh -f unique/account/user_create.sim
./test.sh -f unique/account/user_len.sim
S
scripts  
slguan 已提交
260

S
Shengliang Guan 已提交
261
./test.sh -f unique/big/balance.sim
262
./test.sh -f unique/big/maxvnodes.sim
S
Shengliang Guan 已提交
263
./test.sh -f unique/big/tcp.sim
S
scripts  
slguan 已提交
264

S
Shengliang Guan 已提交
265
./test.sh -f unique/cluster/alter.sim
S
Shengliang Guan 已提交
266 267
./test.sh -f unique/cluster/balance1.sim
./test.sh -f unique/cluster/balance2.sim
268
./test.sh -f unique/cluster/balance3.sim
S
Shengliang Guan 已提交
269
./test.sh -f unique/cluster/cache.sim
270
./test.sh -f unique/cluster/vgroup100.sim
S
scripts  
slguan 已提交
271

S
Shengliang Guan 已提交
272
./test.sh -f unique/column/replica3.sim
S
scripts  
slguan 已提交
273

S
Shengliang Guan 已提交
274 275 276 277 278 279 280 281 282 283
./test.sh -f unique/db/commit.sim
./test.sh -f unique/db/delete.sim
./test.sh -f unique/db/delete_part.sim
./test.sh -f unique/db/replica_add12.sim
./test.sh -f unique/db/replica_add13.sim
./test.sh -f unique/db/replica_add23.sim
./test.sh -f unique/db/replica_reduce21.sim
./test.sh -f unique/db/replica_reduce32.sim
./test.sh -f unique/db/replica_reduce31.sim
./test.sh -f unique/db/replica_part.sim
guanshengliang's avatar
scripts  
guanshengliang 已提交
284

S
Shengliang Guan 已提交
285
./test.sh -f unique/dnode/alternativeRole.sim
S
TD-2147  
Shengliang Guan 已提交
286 287
./test.sh -f unique/dnode/monitor.sim
./test.sh -f unique/dnode/monitor_bug.sim
S
TD-1652  
Shengliang Guan 已提交
288
./test.sh -f unique/dnode/simple.sim
S
Shengliang Guan 已提交
289 290 291 292
./test.sh -f unique/dnode/balance1.sim
./test.sh -f unique/dnode/balance2.sim
./test.sh -f unique/dnode/balance3.sim
./test.sh -f unique/dnode/balancex.sim
S
TD-1780  
Shengliang Guan 已提交
293
./test.sh -f unique/dnode/data1.sim
S
TD-2270  
Shengliang Guan 已提交
294 295
./test.sh -f unique/dnode/m2.sim
./test.sh -f unique/dnode/m3.sim
S
scripts  
Shengliang Guan 已提交
296
./test.sh -f unique/dnode/lossdata.sim
S
Shengliang Guan 已提交
297 298
./test.sh -f unique/dnode/offline1.sim
./test.sh -f unique/dnode/offline2.sim
S
TD-2513  
Shengliang Guan 已提交
299
./test.sh -f unique/dnode/offline3.sim
S
TD-1473  
Shengliang Guan 已提交
300
./test.sh -f unique/dnode/reason.sim
S
Shengliang Guan 已提交
301 302 303
./test.sh -f unique/dnode/remove1.sim
./test.sh -f unique/dnode/remove2.sim
./test.sh -f unique/dnode/vnode_clean.sim
S
scripts  
slguan 已提交
304

S
Shengliang Guan 已提交
305 306
./test.sh -f unique/http/admin.sim
./test.sh -f unique/http/opentsdb.sim
S
scripts  
slguan 已提交
307

S
Shengliang Guan 已提交
308 309
./test.sh -f unique/import/replica2.sim
./test.sh -f unique/import/replica3.sim
S
scripts  
slguan 已提交
310

S
Shengliang Guan 已提交
311 312 313 314 315 316 317 318
./test.sh -f unique/stable/balance_replica1.sim
./test.sh -f unique/stable/dnode2_stop.sim
./test.sh -f unique/stable/dnode2.sim
./test.sh -f unique/stable/dnode3.sim
./test.sh -f unique/stable/replica2_dnode4.sim
./test.sh -f unique/stable/replica2_vnode3.sim
./test.sh -f unique/stable/replica3_dnode6.sim
./test.sh -f unique/stable/replica3_vnode3.sim
S
scripts  
slguan 已提交
319

320
./test.sh -f unique/mnode/mgmt20.sim
321
./test.sh -f unique/mnode/mgmt21.sim
S
Shengliang Guan 已提交
322 323 324
./test.sh -f unique/mnode/mgmt22.sim
./test.sh -f unique/mnode/mgmt23.sim
./test.sh -f unique/mnode/mgmt24.sim
S
TD-1530  
Shengliang Guan 已提交
325 326
./test.sh -f unique/mnode/mgmt25.sim
./test.sh -f unique/mnode/mgmt26.sim
S
TD-2602  
Shengliang Guan 已提交
327
./test.sh -f unique/mnode/mgmt30.sim
S
Shengliang Guan 已提交
328 329 330
./test.sh -f unique/mnode/mgmt33.sim
./test.sh -f unique/mnode/mgmt34.sim
./test.sh -f unique/mnode/mgmtr2.sim
S
scripts  
slguan 已提交
331

S
Shengliang Guan 已提交
332 333 334 335 336 337
./test.sh -f unique/vnode/many.sim
./test.sh -f unique/vnode/replica2_basic2.sim
./test.sh -f unique/vnode/replica2_repeat.sim
./test.sh -f unique/vnode/replica3_basic.sim
./test.sh -f unique/vnode/replica3_repeat.sim
./test.sh -f unique/vnode/replica3_vgroup.sim
H
Hui Li 已提交
338

S
scripts  
Shengliang Guan 已提交
339 340
./test.sh -f general/stream/metrics_del.sim
./test.sh -f general/stream/metrics_replica1_vnoden.sim
341 342 343 344
./test.sh -f general/stream/restart_stream.sim
./test.sh -f general/stream/stream_3.sim
./test.sh -f general/stream/stream_restart.sim
./test.sh -f general/stream/table_del.sim
S
scripts  
Shengliang Guan 已提交
345
./test.sh -f general/stream/table_replica1_vnoden.sim
346

H
Hui Li 已提交
347
./test.sh -f unique/arbitrator/check_cluster_cfg_para.sim
S
scripts  
Shengliang Guan 已提交
348
#./test.sh -f unique/arbitrator/dn2_mn1_cache_file_sync.sim
H
Hui Li 已提交
349 350
./test.sh -f unique/arbitrator/dn3_mn1_full_createTableFail.sim
./test.sh -f unique/arbitrator/dn3_mn1_multiCreateDropTable.sim
S
Shengliang Guan 已提交
351
#./test.sh -f unique/arbitrator/dn3_mn1_nw_disable_timeout_autoDropDnode.sim
S
scripts  
Shengliang Guan 已提交
352
#./test.sh -f unique/arbitrator/dn3_mn1_replica2_wal1_AddDelDnode.sim
H
Hui Li 已提交
353 354
./test.sh -f unique/arbitrator/dn3_mn1_replica_change_dropDnod.sim
./test.sh -f unique/arbitrator/dn3_mn1_replica_change.sim
S
scripts  
Shengliang Guan 已提交
355
#./test.sh -f unique/arbitrator/dn3_mn1_stopDnode_timeout.sim
S
scripts  
Shengliang Guan 已提交
356
# lower the priority while file corruption
H
Hui Li 已提交
357 358 359 360
#./test.sh -f unique/arbitrator/dn3_mn1_vnode_change.sim
#./test.sh -f unique/arbitrator/dn3_mn1_vnode_corruptFile_offline.sim
#./test.sh -f unique/arbitrator/dn3_mn1_vnode_corruptFile_online.sim
#./test.sh -f unique/arbitrator/dn3_mn1_vnode_createErrData_online.sim
361
./test.sh -f unique/arbitrator/dn3_mn1_vnode_noCorruptFile_offline.sim
H
Hui Li 已提交
362 363 364
./test.sh -f unique/arbitrator/dn3_mn1_vnode_delDir.sim
./test.sh -f unique/arbitrator/dn3_mn1_r2_vnode_delDir.sim
./test.sh -f unique/arbitrator/dn3_mn1_r3_vnode_delDir.sim
365
./test.sh -f unique/arbitrator/dn3_mn1_vnode_nomaster.sim
H
Hui Li 已提交
366 367
./test.sh -f unique/arbitrator/dn3_mn2_killDnode.sim
./test.sh -f unique/arbitrator/insert_duplicationTs.sim
368
./test.sh -f unique/arbitrator/offline_replica2_alterTable_online.sim
H
Hui Li 已提交
369 370 371 372
./test.sh -f unique/arbitrator/offline_replica2_alterTag_online.sim
./test.sh -f unique/arbitrator/offline_replica2_createTable_online.sim
./test.sh -f unique/arbitrator/offline_replica2_dropDb_online.sim
./test.sh -f unique/arbitrator/offline_replica2_dropTable_online.sim
373
./test.sh -f unique/arbitrator/offline_replica3_alterTable_online.sim
H
Hui Li 已提交
374
./test.sh -f unique/arbitrator/offline_replica3_alterTag_online.sim
375
./test.sh -f unique/arbitrator/offline_replica3_createTable_online.sim
H
Hui Li 已提交
376 377
./test.sh -f unique/arbitrator/offline_replica3_dropDb_online.sim
./test.sh -f unique/arbitrator/offline_replica3_dropTable_online.sim
H
Hui Li 已提交
378
./test.sh -f unique/arbitrator/replica_changeWithArbitrator.sim
379 380
./test.sh -f unique/arbitrator/sync_replica2_alterTable_add.sim
./test.sh -f unique/arbitrator/sync_replica2_alterTable_drop.sim
S
scripts  
Shengliang Guan 已提交
381

H
Hui Li 已提交
382 383
./test.sh -f unique/arbitrator/sync_replica2_dropDb.sim
./test.sh -f unique/arbitrator/sync_replica2_dropTable.sim
384 385
./test.sh -f unique/arbitrator/sync_replica3_alterTable_add.sim
./test.sh -f unique/arbitrator/sync_replica3_alterTable_drop.sim
H
Hui Li 已提交
386 387
./test.sh -f unique/arbitrator/sync_replica3_dropDb.sim
./test.sh -f unique/arbitrator/sync_replica3_dropTable.sim
388

H
Hui Li 已提交
389 390 391 392
./test.sh -f unique/migrate/mn2_vn2_repl2_rmMnodeDir.sim
./test.sh -f unique/migrate/mn2_vn2_repl2_rmMnodeVnodeDir.sim
./test.sh -f unique/migrate/mn2_vn2_repl2_rmMnodeVnodeDir_stopAll_starAll.sim
./test.sh -f unique/migrate/mn2_vn2_repl2_rmVnodeDir.sim
393 394 395 396 397

./test.sh -f general/connection/test_old_data.sim
./test.sh -f unique/dnode/datatrans_3node.sim 
./test.sh -f unique/dnode/datatrans_3node_2.sim