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

L
liuyq-617 已提交
4
#======================b1-start===============
S
scripts  
slguan 已提交
5

S
scripts  
Shengliang Guan 已提交
6
./test.sh -f general/field/2.sim
S
scripts  
Shengliang Guan 已提交
7 8 9 10
./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 已提交
11
./test.sh -f general/field/bigint.sim
S
scripts  
Shengliang Guan 已提交
12
./test.sh -f general/field/binary.sim
S
scripts  
Shengliang Guan 已提交
13 14 15 16 17
./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

18

19 20 21 22 23 24 25 26 27 28 29
# ./test.sh -f general/http/autocreate.sim
# ./test.sh -f general/http/chunked.sim
# ./test.sh -f general/http/gzip.sim
# ./test.sh -f general/http/restful.sim
# ./test.sh -f general/http/restful_insert.sim
# ./test.sh -f general/http/restful_limit.sim
# ./test.sh -f general/http/restful_full.sim
# ./test.sh -f general/http/prepare.sim
# ./test.sh -f general/http/telegraf.sim
# ./test.sh -f general/http/grafana_bug.sim
# ./test.sh -f general/http/grafana.sim
S
scripts  
slguan 已提交
30

S
scripts  
slguan 已提交
31
./test.sh -f general/insert/basic.sim
S
scripts  
Shengliang Guan 已提交
32
./test.sh -f general/insert/insert_drop.sim
S
scripts  
slguan 已提交
33 34 35 36 37 38 39 40
./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 已提交
41 42
./test.sh -f general/parser/alter.sim
./test.sh -f general/parser/alter1.sim
H
Haojun Liao 已提交
43
./test.sh -f general/parser/alter_stable.sim
S
scripts  
Shengliang Guan 已提交
44
./test.sh -f general/parser/auto_create_tb.sim
S
scripts  
Shengliang Guan 已提交
45
./test.sh -f general/parser/auto_create_tb_drop_tb.sim
S
scripts  
Shengliang Guan 已提交
46
./test.sh -f general/parser/col_arithmetic_operation.sim
H
Haojun Liao 已提交
47
./test.sh -f general/parser/columnValue.sim
S
scripts  
Shengliang Guan 已提交
48
./test.sh -f general/parser/commit.sim
S
scripts  
Shengliang Guan 已提交
49
./test.sh -f general/parser/create_db.sim
S
scripts  
Shengliang Guan 已提交
50 51 52
./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 已提交
53 54 55
./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 已提交
56 57
./test.sh -f general/parser/insert_tb.sim
./test.sh -f general/parser/first_last.sim
H
Haojun Liao 已提交
58 59
./test.sh -f general/parser/lastrow.sim
./test.sh -f general/parser/nchar.sim
S
scripts  
Shengliang Guan 已提交
60
./test.sh -f general/parser/null_char.sim
H
Haojun Liao 已提交
61
./test.sh -f general/parser/single_row_in_tb.sim
S
scripts  
Shengliang Guan 已提交
62
./test.sh -f general/parser/select_from_cache_disk.sim
S
scripts  
Shengliang Guan 已提交
63 64
./test.sh -f general/parser/mixed_blocks.sim
./test.sh -f general/parser/selectResNum.sim
H
Haojun Liao 已提交
65 66 67 68 69 70
./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 已提交
71
./test.sh -f general/parser/projection_limit_offset.sim
S
scripts  
Shengliang Guan 已提交
72 73 74 75
./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 已提交
76
./test.sh -f general/parser/slimit.sim
S
scripts  
Shengliang Guan 已提交
77
./test.sh -f general/parser/select_with_tags.sim
D
dapan1121 已提交
78
./test.sh -f general/parser/interp_full.sim
H
Haojun Liao 已提交
79
./test.sh -f general/parser/tags_dynamically_specifiy.sim
S
scripts  
Shengliang Guan 已提交
80
./test.sh -f general/parser/groupby.sim
S
Shengliang Guan 已提交
81
./test.sh -f general/parser/set_tag_vals.sim
S
scripts  
Shengliang Guan 已提交
82
./test.sh -f general/parser/tags_filter.sim
S
Shengliang Guan 已提交
83
./test.sh -f general/parser/slimit_alter_tags.sim
L
liuyq-617 已提交
84
./test.sh -f general/parser/join.sim
S
scripts  
Shengliang Guan 已提交
85 86
./test.sh -f general/parser/join_multivnode.sim
./test.sh -f general/parser/binary_escapeCharacter.sim
S
Shengliang Guan 已提交
87
./test.sh -f general/parser/repeatAlter.sim
S
Shengliang Guan 已提交
88 89
./test.sh -f general/parser/union.sim
./test.sh -f general/parser/topbot.sim
L
liuyq-617 已提交
90
./test.sh -f general/db/nosuchfile.sim
H
haojun Liao 已提交
91
./test.sh -f general/parser/function.sim
L
liuyq-617 已提交
92
./test.sh -f unique/cluster/vgroup100.sim
guanshengliang's avatar
scripts  
guanshengliang 已提交
93

94 95
# ./test.sh -f unique/http/admin.sim
# ./test.sh -f unique/http/opentsdb.sim
96 97 98 99 100 101

./test.sh -f unique/import/replica2.sim
./test.sh -f unique/import/replica3.sim

./test.sh -f general/alter/cached_schema_after_alter.sim

L
liuyq-617 已提交
102 103
#======================b1-end===============
#======================b2-start===============
S
scripts  
slguan 已提交
104

105

L
liuyq-617 已提交
106
#./test.sh -f general/wal/sync.sim
L
liuyq-617 已提交
107 108
./test.sh -f general/wal/kill.sim
./test.sh -f general/wal/maxtables.sim
S
scripts  
slguan 已提交
109

S
scripts  
Shengliang Guan 已提交
110
./test.sh -f general/user/authority.sim
S
scripts  
Shengliang Guan 已提交
111
./test.sh -f general/user/monitor.sim
guanshengliang's avatar
scripts  
guanshengliang 已提交
112
./test.sh -f general/user/pass_alter.sim
S
scripts  
slguan 已提交
113
./test.sh -f general/user/pass_len.sim
guanshengliang's avatar
scripts  
guanshengliang 已提交
114
./test.sh -f general/user/user_create.sim
S
scripts  
slguan 已提交
115 116
./test.sh -f general/user/user_len.sim

S
scripts  
Shengliang Guan 已提交
117 118 119 120 121
./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 已提交
122
./test.sh -f general/vector/multi.sim
guanshengliang's avatar
scripts  
guanshengliang 已提交
123
./test.sh -f general/vector/single.sim
S
scripts  
Shengliang Guan 已提交
124 125 126 127
./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 已提交
128

S
Shengliang Guan 已提交
129 130 131 132 133 134 135 136 137 138 139
./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 已提交
140

141
./test.sh -f unique/big/maxvnodes.sim
S
Shengliang Guan 已提交
142
./test.sh -f unique/big/tcp.sim
S
scripts  
slguan 已提交
143

S
Shengliang Guan 已提交
144
./test.sh -f unique/cluster/alter.sim
S
Shengliang Guan 已提交
145
./test.sh -f unique/cluster/cache.sim
146 147
#./test.sh -f unique/http/admin.sim
#./test.sh -f unique/http/opentsdb.sim
L
liuyq-617 已提交
148 149 150 151 152

./test.sh -f unique/import/replica2.sim
./test.sh -f unique/import/replica3.sim

./test.sh -f general/alter/cached_schema_after_alter.sim
L
liuyq-617 已提交
153

S
scripts  
slguan 已提交
154

L
liuyq-617 已提交
155 156
#======================b2-end===============
#======================b3-start===============
157

H
Hui Li 已提交
158
./test.sh -f unique/arbitrator/check_cluster_cfg_para.sim
S
scripts  
Shengliang Guan 已提交
159
#./test.sh -f unique/arbitrator/dn2_mn1_cache_file_sync.sim
H
Hui Li 已提交
160 161
./test.sh -f unique/arbitrator/dn3_mn1_full_createTableFail.sim
./test.sh -f unique/arbitrator/dn3_mn1_multiCreateDropTable.sim
S
Shengliang Guan 已提交
162
#./test.sh -f unique/arbitrator/dn3_mn1_nw_disable_timeout_autoDropDnode.sim
S
scripts  
Shengliang Guan 已提交
163
#./test.sh -f unique/arbitrator/dn3_mn1_replica2_wal1_AddDelDnode.sim
H
Hui Li 已提交
164 165
./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 已提交
166
#./test.sh -f unique/arbitrator/dn3_mn1_stopDnode_timeout.sim
S
scripts  
Shengliang Guan 已提交
167
# lower the priority while file corruption
H
Hui Li 已提交
168 169 170 171
#./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
172
./test.sh -f unique/arbitrator/dn3_mn1_vnode_noCorruptFile_offline.sim
H
Hui Li 已提交
173 174 175
./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
176
./test.sh -f unique/arbitrator/dn3_mn1_vnode_nomaster.sim
H
Hui Li 已提交
177
./test.sh -f unique/arbitrator/dn3_mn2_killDnode.sim
L
liuyq-617 已提交
178

179
./test.sh -f unique/arbitrator/offline_replica2_alterTable_online.sim
H
Hui Li 已提交
180 181 182 183
./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
184
./test.sh -f unique/arbitrator/offline_replica3_alterTable_online.sim
H
Hui Li 已提交
185
./test.sh -f unique/arbitrator/offline_replica3_alterTag_online.sim
186
./test.sh -f unique/arbitrator/offline_replica3_createTable_online.sim
H
Hui Li 已提交
187 188
./test.sh -f unique/arbitrator/offline_replica3_dropDb_online.sim
./test.sh -f unique/arbitrator/offline_replica3_dropTable_online.sim
H
Hui Li 已提交
189
./test.sh -f unique/arbitrator/replica_changeWithArbitrator.sim
190 191
./test.sh -f unique/arbitrator/sync_replica2_alterTable_add.sim
./test.sh -f unique/arbitrator/sync_replica2_alterTable_drop.sim
S
scripts  
Shengliang Guan 已提交
192

H
Hui Li 已提交
193 194
./test.sh -f unique/arbitrator/sync_replica2_dropDb.sim
./test.sh -f unique/arbitrator/sync_replica2_dropTable.sim
195 196
./test.sh -f unique/arbitrator/sync_replica3_alterTable_add.sim
./test.sh -f unique/arbitrator/sync_replica3_alterTable_drop.sim
H
Hui Li 已提交
197 198
./test.sh -f unique/arbitrator/sync_replica3_dropDb.sim
./test.sh -f unique/arbitrator/sync_replica3_dropTable.sim
199

H
Hui Li 已提交
200 201 202 203
./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
204

L
liuyq-617 已提交
205 206 207 208 209 210 211 212 213
./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

L
liuyq-617 已提交
214 215
#======================b3-end===============
#======================b4-start===============
L
liuyq-617 已提交
216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256


./test.sh -f general/alter/count.sim
./test.sh -f general/alter/dnode.sim
./test.sh -f general/alter/import.sim
./test.sh -f general/alter/insert1.sim
./test.sh -f general/alter/insert2.sim
./test.sh -f general/alter/metrics.sim
./test.sh -f general/alter/table.sim

./test.sh -f general/cache/new_metrics.sim
./test.sh -f general/cache/restart_metrics.sim
./test.sh -f general/cache/restart_table.sim

./test.sh -f general/connection/connection.sim  

./test.sh -f general/column/commit.sim
./test.sh -f general/column/metrics.sim
./test.sh -f general/column/table.sim

./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

./test.sh -f general/stable/disk.sim
./test.sh -f general/stable/dnode3.sim
./test.sh -f general/stable/metrics.sim
./test.sh -f general/stable/refcount.sim
./test.sh -f general/stable/show.sim
./test.sh -f general/stable/values.sim
./test.sh -f general/stable/vnode3.sim

./test.sh -f unique/column/replica3.sim
./test.sh -f issue/TD-2713.sim
./test.sh -f general/parser/select_distinct_tag.sim
./test.sh -f unique/mnode/mgmt30.sim
./test.sh -f issue/TD-2677.sim
./test.sh -f issue/TD-2680.sim
./test.sh -f unique/dnode/lossdata.sim

L
liuyq-617 已提交
257 258
#======================b4-end===============
#======================b5-start===============
L
liuyq-617 已提交
259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275

./test.sh -f unique/dnode/alternativeRole.sim
./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
./test.sh -f unique/dnode/offline1.sim
./test.sh -f unique/dnode/offline2.sim

./test.sh -f general/stream/metrics_del.sim
./test.sh -f general/stream/metrics_replica1_vnoden.sim
./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
./test.sh -f general/stream/table_replica1_vnoden.sim

276 277 278
./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
L
liuyq-617 已提交
279 280 281
./test.sh -f general/db/alter_tables_d2.sim
./test.sh -f general/db/alter_tables_v1.sim
./test.sh -f general/db/alter_tables_v4.sim
282

L
liuyq-617 已提交
283 284
#======================b5-end===============
#======================b6-start===============
L
liuyq-617 已提交
285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322

./test.sh -f unique/dnode/reason.sim
./test.sh -f unique/dnode/remove1.sim
./test.sh -f unique/dnode/remove2.sim
./test.sh -f unique/dnode/vnode_clean.sim

./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

./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

./test.sh -f unique/dnode/monitor.sim
./test.sh -f unique/dnode/monitor_bug.sim
./test.sh -f unique/dnode/simple.sim
./test.sh -f unique/dnode/data1.sim
./test.sh -f unique/dnode/m2.sim
./test.sh -f unique/dnode/m3.sim
./test.sh -f unique/dnode/offline3.sim
./test.sh -f general/wal/kill.sim
./test.sh -f general/wal/maxtables.sim

./test.sh -f general/import/basic.sim
./test.sh -f general/import/commit.sim
./test.sh -f general/import/large.sim
./test.sh -f general/import/replica1.sim
L
liuyq-617 已提交
323 324 325
./test.sh -f unique/cluster/balance1.sim
./test.sh -f unique/cluster/balance2.sim
./test.sh -f unique/cluster/balance3.sim
L
liuyq-617 已提交
326

L
liuyq-617 已提交
327 328
#======================b6-end===============
#======================b7-start===============
L
liuyq-617 已提交
329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406

./test.sh -f general/compute/avg.sim
./test.sh -f general/compute/bottom.sim
./test.sh -f general/compute/count.sim
./test.sh -f general/compute/diff.sim
./test.sh -f general/compute/diff2.sim
./test.sh -f general/compute/first.sim
./test.sh -f general/compute/interval.sim
./test.sh -f general/compute/last.sim
./test.sh -f general/compute/leastsquare.sim
./test.sh -f general/compute/max.sim
./test.sh -f general/compute/min.sim
./test.sh -f general/compute/null.sim
./test.sh -f general/compute/percentile.sim
./test.sh -f general/compute/stddev.sim
./test.sh -f general/compute/sum.sim
./test.sh -f general/compute/top.sim

./test.sh -f general/db/alter_option.sim
./test.sh -f general/db/alter_vgroups.sim
./test.sh -f general/db/basic.sim
./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
./test.sh -f general/db/delete_reuse1.sim
./test.sh -f general/db/delete_reuse2.sim
./test.sh -f general/db/delete_reusevnode.sim
./test.sh -f general/db/delete_reusevnode2.sim
./test.sh -f general/db/delete_writing1.sim
./test.sh -f general/db/delete_writing2.sim
./test.sh -f general/db/delete.sim
./test.sh -f general/db/len.sim
./test.sh -f general/db/repeat.sim
./test.sh -f general/db/tables.sim
./test.sh -f general/db/vnodes.sim
./test.sh -f general/db/topic1.sim
./test.sh -f general/db/topic2.sim
./test.sh -f general/table/autocreate.sim
./test.sh -f general/table/basic1.sim
./test.sh -f general/table/basic2.sim
./test.sh -f general/table/basic3.sim
./test.sh -f general/table/bigint.sim
./test.sh -f general/table/binary.sim
./test.sh -f general/table/bool.sim
./test.sh -f general/table/column_name.sim
./test.sh -f general/table/column_num.sim
./test.sh -f general/table/column_value.sim
./test.sh -f general/table/column2.sim
./test.sh -f general/table/date.sim
./test.sh -f general/table/db.table.sim
./test.sh -f general/table/delete_reuse1.sim
./test.sh -f general/table/delete_reuse2.sim
./test.sh -f general/table/delete_writing.sim
./test.sh -f general/table/describe.sim
./test.sh -f general/table/double.sim
./test.sh -f general/table/float.sim
./test.sh -f general/table/int.sim
./test.sh -f general/table/limit.sim
./test.sh -f general/table/smallint.sim
./test.sh -f general/table/table_len.sim
./test.sh -f general/table/table.sim
./test.sh -f general/table/tinyint.sim
./test.sh -f general/table/vgroup.sim
./test.sh -f general/table/createmulti.sim

./test.sh -f unique/mnode/mgmt20.sim
./test.sh -f unique/mnode/mgmt21.sim
./test.sh -f unique/mnode/mgmt22.sim
./test.sh -f unique/mnode/mgmt23.sim
./test.sh -f unique/mnode/mgmt24.sim
./test.sh -f unique/mnode/mgmt25.sim
./test.sh -f unique/mnode/mgmt26.sim
./test.sh -f unique/mnode/mgmt33.sim
./test.sh -f unique/mnode/mgmt34.sim
./test.sh -f unique/mnode/mgmtr2.sim

L
liuyq-617 已提交
407
#./test.sh -f unique/arbitrator/insert_duplicationTs.sim
L
liuyq-617 已提交
408 409 410 411
./test.sh -f general/parser/join_manyblocks.sim
./test.sh -f general/parser/stableOp.sim
./test.sh -f general/parser/timestamp.sim
./test.sh -f general/parser/sliding.sim
D
dapan1121 已提交
412 413 414 415
./test.sh -f general/parser/having.sim
./test.sh -f general/parser/having_child.sim
./test.sh -f general/parser/between_and.sim
./test.sh -f general/parser/last_cache.sim
L
liuyq-617 已提交
416
./test.sh -f unique/big/balance.sim
D
dapan1121 已提交
417
./test.sh -f general/parser/nestquery.sim
L
liuyq-617 已提交
418

D
dapan1121 已提交
419 420 421 422
./test.sh -f general/parser/udf.sim
./test.sh -f general/parser/udf_dll.sim
./test.sh -f general/parser/udf_dll_stable.sim

L
liuyq-617 已提交
423
#======================b7-end===============