cases.task 57.1 KB
Newer Older
haoranc's avatar
haoranc 已提交
1 2 3 4 5
#Coulumn Define
#caseID,rerunTimes,Run with Sanitizer,casePath,caseCommand
#NA,NA,y or n,script,./test.sh -f tsim/user/basic.sim

#unit-test
6
,,y,unit-test,bash test.sh
haoranc's avatar
haoranc 已提交
7 8

#tsim test
S
Shengliang Guan 已提交
9 10 11
,,y,script,./test.sh -f tsim/user/basic.sim
,,y,script,./test.sh -f tsim/user/password.sim
,,y,script,./test.sh -f tsim/user/privilege_db.sim
S
Shengliang Guan 已提交
12 13
,,,script,./test.sh -f tsim/user/privilege_sysinfo.sim
,,,script,./test.sh -f tsim/db/alter_option.sim
14 15
,,,script,./test.sh -f tsim/db/alter_replica_13.sim
,,,script,./test.sh -f tsim/db/alter_replica_31.sim
S
Shengliang Guan 已提交
16
,,y,script,./test.sh -f tsim/db/basic1.sim
S
Shengliang Guan 已提交
17 18 19 20 21 22
,,y,script,./test.sh -f tsim/db/basic2.sim
,,y,script,./test.sh -f tsim/db/basic3.sim
,,y,script,./test.sh -f tsim/db/basic4.sim
,,y,script,./test.sh -f tsim/db/basic5.sim
,,y,script,./test.sh -f tsim/db/basic6.sim
,,y,script,./test.sh -f tsim/db/commit.sim
23
,,,script,./test.sh -f tsim/db/create_all_options.sim
S
Shengliang Guan 已提交
24 25
,,y,script,./test.sh -f tsim/db/delete_reuse1.sim
,,y,script,./test.sh -f tsim/db/delete_reuse2.sim
26
,,,script,./test.sh -f tsim/db/delete_reusevnode.sim
S
Shengliang Guan 已提交
27
,,y,script,./test.sh -f tsim/db/delete_reusevnode2.sim
28 29
,,,script,./test.sh -f tsim/db/delete_writing1.sim
,,,script,./test.sh -f tsim/db/delete_writing2.sim
S
Shengliang Guan 已提交
30
,,y,script,./test.sh -f tsim/db/error1.sim
S
Shengliang Guan 已提交
31 32 33 34
,,y,script,./test.sh -f tsim/db/keep.sim
,,y,script,./test.sh -f tsim/db/len.sim
,,y,script,./test.sh -f tsim/db/repeat.sim
,,y,script,./test.sh -f tsim/db/show_create_db.sim
35
,,,script,./test.sh -f tsim/db/show_create_table.sim
S
Shengliang Guan 已提交
36 37
,,y,script,./test.sh -f tsim/db/tables.sim
,,y,script,./test.sh -f tsim/db/taosdlog.sim
38 39 40 41 42 43
,,,script,./test.sh -f tsim/dnode/balance_replica1.sim
,,,script,./test.sh -f tsim/dnode/balance_replica3.sim
,,,script,./test.sh -f tsim/dnode/balance1.sim
,,,script,./test.sh -f tsim/dnode/balance2.sim
,,,script,./test.sh -f tsim/dnode/balance3.sim
,,,script,./test.sh -f tsim/dnode/balancex.sim
S
Shengliang Guan 已提交
44
,,y,script,./test.sh -f tsim/dnode/create_dnode.sim
45 46 47 48 49 50 51
,,,script,./test.sh -f tsim/dnode/drop_dnode_has_mnode.sim
,,,script,./test.sh -f tsim/dnode/drop_dnode_has_qnode_snode.sim
,,,script,./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica1.sim
,,,script,./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica3.sim
,,,script,./test.sh -f tsim/dnode/drop_dnode_has_multi_vnode_replica1.sim
,,,script,./test.sh -f tsim/dnode/drop_dnode_has_multi_vnode_replica3.sim
,,,script,./test.sh -f tsim/dnode/drop_dnode_force.sim
S
Shengliang Guan 已提交
52
,,y,script,./test.sh -f tsim/dnode/offline_reason.sim
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 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 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 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 323 324 325 326 327 328 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
,,,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica1.sim
,,,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_leader.sim
,,,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_follower.sim
,,,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v2.sim
,,,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v3.sim
,,,script,./test.sh -f tsim/dnode/vnode_clean.sim
,,,script,./test.sh -f tsim/dnode/use_dropped_dnode.sim 
,,,script,./test.sh -f tsim/dnode/split_vgroup_replica1.sim 
,,,script,./test.sh -f tsim/dnode/split_vgroup_replica3.sim 
,,,script,./test.sh -f tsim/import/basic.sim
,,,script,./test.sh -f tsim/import/commit.sim
,,,script,./test.sh -f tsim/import/large.sim
,,,script,./test.sh -f tsim/import/replica1.sim
,,,script,./test.sh -f tsim/insert/backquote.sim
,,,script,./test.sh -f tsim/insert/basic.sim
,,,script,./test.sh -f tsim/insert/basic0.sim
,,,script,./test.sh -f tsim/insert/basic1.sim
,,,script,./test.sh -f tsim/insert/basic2.sim
,,,script,./test.sh -f tsim/insert/commit-merge0.sim
,,,script,./test.sh -f tsim/insert/insert_drop.sim
,,,script,./test.sh -f tsim/insert/insert_select.sim
,,,script,./test.sh -f tsim/insert/null.sim
,,,script,./test.sh -f tsim/insert/query_block1_file.sim
,,,script,./test.sh -f tsim/insert/query_block1_memory.sim
,,,script,./test.sh -f tsim/insert/query_block2_file.sim
,,,script,./test.sh -f tsim/insert/query_block2_memory.sim
,,,script,./test.sh -f tsim/insert/query_file_memory.sim
,,,script,./test.sh -f tsim/insert/query_multi_file.sim
,,,script,./test.sh -f tsim/insert/tcp.sim
,,,script,./test.sh -f tsim/insert/update0.sim
,,,script,./test.sh -f tsim/insert/update1_sort_merge.sim
,,,script,./test.sh -f tsim/parser/alter__for_community_version.sim
,,,script,./test.sh -f tsim/parser/alter_column.sim
,,,script,./test.sh -f tsim/parser/alter_stable.sim
,,,script,./test.sh -f tsim/parser/alter.sim
,,,script,./test.sh -f tsim/parser/alter1.sim
,,,script,./test.sh -f tsim/parser/auto_create_tb_drop_tb.sim
,,,script,./test.sh -f tsim/parser/auto_create_tb.sim
,,,script,./test.sh -f tsim/parser/between_and.sim
,,,script,./test.sh -f tsim/parser/binary_escapeCharacter.sim
,,,script,./test.sh -f tsim/parser/col_arithmetic_operation.sim     
,,,script,./test.sh -f tsim/parser/columnValue_bigint.sim
,,,script,./test.sh -f tsim/parser/columnValue_bool.sim
,,,script,./test.sh -f tsim/parser/columnValue_double.sim
,,,script,./test.sh -f tsim/parser/columnValue_float.sim
,,,script,./test.sh -f tsim/parser/columnValue_int.sim
,,,script,./test.sh -f tsim/parser/columnValue_smallint.sim
,,,script,./test.sh -f tsim/parser/columnValue_tinyint.sim
,,,script,./test.sh -f tsim/parser/columnValue_unsign.sim
,,,script,./test.sh -f tsim/parser/commit.sim
,,,script,./test.sh -f tsim/parser/condition.sim
,,,script,./test.sh -f tsim/parser/constCol.sim
,,,script,./test.sh -f tsim/parser/create_db.sim
,,,script,./test.sh -f tsim/parser/create_mt.sim
,,,script,./test.sh -f tsim/parser/create_tb_with_tag_name.sim
,,,script,./test.sh -f tsim/parser/create_tb.sim
,,,script,./test.sh -f tsim/parser/dbtbnameValidate.sim
,,,script,./test.sh -f tsim/parser/distinct.sim
,,,script,./test.sh -f tsim/parser/fill_us.sim
,,,script,./test.sh -f tsim/parser/fill.sim
,,,script,./test.sh -f tsim/parser/first_last.sim
,,,script,./test.sh -f tsim/parser/fourArithmetic-basic.sim
,,,script,./test.sh -f tsim/parser/function.sim
,,,script,./test.sh -f tsim/parser/groupby-basic.sim
,,,script,./test.sh -f tsim/parser/groupby.sim
,,,script,./test.sh -f tsim/parser/having_child.sim
,,,script,./test.sh -f tsim/parser/having.sim
,,,script,./test.sh -f tsim/parser/import_commit1.sim
,,,script,./test.sh -f tsim/parser/import_commit2.sim
,,,script,./test.sh -f tsim/parser/import_commit3.sim
,,,script,./test.sh -f tsim/parser/import_file.sim
,,,script,./test.sh -f tsim/parser/import.sim
,,,script,./test.sh -f tsim/parser/insert_multiTbl.sim
,,,script,./test.sh -f tsim/parser/insert_tb.sim
,,,script,./test.sh -f tsim/parser/join_manyblocks.sim
,,,script,./test.sh -f tsim/parser/join_multitables.sim
,,,script,./test.sh -f tsim/parser/join_multivnode.sim
,,,script,./test.sh -f tsim/parser/join.sim
,,,script,./test.sh -f tsim/parser/last_cache.sim
,,,script,./test.sh -f tsim/parser/last_groupby.sim
,,,script,./test.sh -f tsim/parser/lastrow.sim
,,,script,./test.sh -f tsim/parser/lastrow2.sim
,,,script,./test.sh -f tsim/parser/like.sim
,,,script,./test.sh -f tsim/parser/limit.sim
,,,script,./test.sh -f tsim/parser/limit1.sim
,,,script,./test.sh -f tsim/parser/mixed_blocks.sim
,,,script,./test.sh -f tsim/parser/nchar.sim
,,,script,./test.sh -f tsim/parser/nestquery.sim
,,,script,./test.sh -f tsim/parser/null_char.sim
,,,script,./test.sh -f tsim/parser/precision_ns.sim
,,,script,./test.sh -f tsim/parser/projection_limit_offset.sim
,,,script,./test.sh -f tsim/parser/regex.sim
,,,script,./test.sh -f tsim/parser/select_across_vnodes.sim
,,,script,./test.sh -f tsim/parser/select_distinct_tag.sim
,,,script,./test.sh -f tsim/parser/select_from_cache_disk.sim
,,,script,./test.sh -f tsim/parser/select_with_tags.sim
,,,script,./test.sh -f tsim/parser/selectResNum.sim
,,,script,./test.sh -f tsim/parser/set_tag_vals.sim
,,,script,./test.sh -f tsim/parser/single_row_in_tb.sim
,,,script,./test.sh -f tsim/parser/sliding.sim
,,,script,./test.sh -f tsim/parser/slimit_alter_tags.sim
,,,script,./test.sh -f tsim/parser/slimit.sim
,,,script,./test.sh -f tsim/parser/slimit1.sim
,,,script,./test.sh -f tsim/parser/stableOp.sim
,,,script,./test.sh -f tsim/parser/tags_dynamically_specifiy.sim
,,,script,./test.sh -f tsim/parser/tags_filter.sim
,,,script,./test.sh -f tsim/parser/tbnameIn.sim
,,,script,./test.sh -f tsim/parser/timestamp.sim
,,,script,./test.sh -f tsim/parser/top_groupby.sim
,,,script,./test.sh -f tsim/parser/topbot.sim
,,,script,./test.sh -f tsim/parser/union.sim
,,,script,./test.sh -f tsim/parser/union_sysinfo.sim
,,,script,./test.sh -f tsim/parser/where.sim
,,,script,./test.sh -f tsim/query/charScalarFunction.sim
,,,script,./test.sh -f tsim/query/explain.sim
,,,script,./test.sh -f tsim/query/interval-offset.sim
,,,script,./test.sh -f tsim/query/interval.sim
,,,script,./test.sh -f tsim/query/scalarFunction.sim
,,,script,./test.sh -f tsim/query/scalarNull.sim
,,,script,./test.sh -f tsim/query/session.sim
,,,script,./test.sh -f tsim/query/udf.sim
,,,script,./test.sh -f tsim/qnode/basic1.sim
,,,script,./test.sh -f tsim/snode/basic1.sim
,,,script,./test.sh -f tsim/mnode/basic1.sim
,,,script,./test.sh -f tsim/mnode/basic2.sim
,,,script,./test.sh -f tsim/mnode/basic3.sim
,,,script,./test.sh -f tsim/mnode/basic4.sim
,,,script,./test.sh -f tsim/mnode/basic5.sim
,,,script,./test.sh -f tsim/show/basic.sim
,,,script,./test.sh -f tsim/table/autocreate.sim
,,,script,./test.sh -f tsim/table/basic1.sim
,,,script,./test.sh -f tsim/table/basic2.sim
,,,script,./test.sh -f tsim/table/basic3.sim
,,,script,./test.sh -f tsim/table/bigint.sim
,,,script,./test.sh -f tsim/table/binary.sim
,,,script,./test.sh -f tsim/table/bool.sim
,,,script,./test.sh -f tsim/table/column_name.sim
,,,script,./test.sh -f tsim/table/column_num.sim
,,,script,./test.sh -f tsim/table/column_value.sim
,,,script,./test.sh -f tsim/table/column2.sim
,,,script,./test.sh -f tsim/table/createmulti.sim
,,,script,./test.sh -f tsim/table/date.sim
,,,script,./test.sh -f tsim/table/db.table.sim
,,,script,./test.sh -f tsim/table/delete_reuse1.sim
,,,script,./test.sh -f tsim/table/delete_reuse2.sim
,,,script,./test.sh -f tsim/table/delete_writing.sim
,,,script,./test.sh -f tsim/table/describe.sim
,,,script,./test.sh -f tsim/table/double.sim
,,,script,./test.sh -f tsim/table/float.sim
,,,script,./test.sh -f tsim/table/hash.sim
,,,script,./test.sh -f tsim/table/int.sim
,,,script,./test.sh -f tsim/table/limit.sim
,,,script,./test.sh -f tsim/table/smallint.sim
,,,script,./test.sh -f tsim/table/table_len.sim
,,,script,./test.sh -f tsim/table/table.sim
,,,script,./test.sh -f tsim/table/tinyint.sim
,,,script,./test.sh -f tsim/table/vgroup.sim
,,,script,./test.sh -f tsim/stream/basic0.sim -g
,,,script,./test.sh -f tsim/stream/basic2.sim
,,,script,./test.sh -f tsim/stream/drop_stream.sim
,,,script,./test.sh -f tsim/stream/fillHistoryBasic1.sim
,,,script,./test.sh -f tsim/stream/fillHistoryBasic2.sim
,,,script,./test.sh -f tsim/stream/fillHistoryBasic3.sim
,,,script,./test.sh -f tsim/stream/distributeInterval0.sim
,,,script,./test.sh -f tsim/stream/distributeIntervalRetrive0.sim
,,,script,./test.sh -f tsim/stream/distributeSession0.sim
,,,script,./test.sh -f tsim/stream/session0.sim
,,,script,./test.sh -f tsim/stream/session1.sim
,,,script,./test.sh -f tsim/stream/state0.sim
,,,script,./test.sh -f tsim/stream/triggerInterval0.sim
,,,script,./test.sh -f tsim/stream/triggerSession0.sim
,,,script,./test.sh -f tsim/stream/partitionby.sim
,,,script,./test.sh -f tsim/stream/partitionby1.sim
,,,script,./test.sh -f tsim/stream/schedSnode.sim
,,,script,./test.sh -f tsim/stream/windowClose.sim
,,,script,./test.sh -f tsim/stream/ignoreExpiredData.sim
,,,script,./test.sh -f tsim/stream/sliding.sim
,,,script,./test.sh -f tsim/stream/partitionbyColumnInterval.sim
,,,script,./test.sh -f tsim/stream/partitionbyColumnSession.sim
,,,script,./test.sh -f tsim/stream/partitionbyColumnState.sim
,,,script,./test.sh -f tsim/stream/deleteInterval.sim
,,,script,./test.sh -f tsim/stream/deleteSession.sim
,,,script,./test.sh -f tsim/stream/deleteState.sim
,,,script,./test.sh -f tsim/stream/fillIntervalDelete0.sim
,,,script,./test.sh -f tsim/stream/fillIntervalDelete1.sim
,,,script,./test.sh -f tsim/stream/fillIntervalLinear.sim
,,,script,./test.sh -f tsim/stream/fillIntervalPartitionBy.sim
,,,script,./test.sh -f tsim/stream/fillIntervalPrevNext.sim
,,,script,./test.sh -f tsim/stream/fillIntervalValue.sim
,,,script,./test.sh -f tsim/trans/lossdata1.sim
,,,script,./test.sh -f tsim/trans/create_db.sim
,,,script,./test.sh -f tsim/tmq/basic1.sim
,,,script,./test.sh -f tsim/tmq/basic2.sim
,,,script,./test.sh -f tsim/tmq/basic3.sim
,,,script,./test.sh -f tsim/tmq/basic4.sim
,,,script,./test.sh -f tsim/tmq/basic1Of2Cons.sim
,,,script,./test.sh -f tsim/tmq/basic2Of2Cons.sim
,,,script,./test.sh -f tsim/tmq/basic3Of2Cons.sim
,,,script,./test.sh -f tsim/tmq/basic4Of2Cons.sim
,,,script,./test.sh -f tsim/tmq/basic2Of2ConsOverlap.sim
,,,script,./test.sh -f tsim/tmq/topic.sim
,,,script,./test.sh -f tsim/tmq/snapshot.sim
,,,script,./test.sh -f tsim/tmq/snapshot1.sim
,,,script,./test.sh -f tsim/stable/alter_comment.sim
,,,script,./test.sh -f tsim/stable/alter_count.sim
,,,script,./test.sh -f tsim/stable/alter_import.sim
,,,script,./test.sh -f tsim/stable/alter_insert1.sim
,,,script,./test.sh -f tsim/stable/alter_insert2.sim
,,,script,./test.sh -f tsim/stable/alter_metrics.sim
,,,script,./test.sh -f tsim/stable/column_add.sim
,,,script,./test.sh -f tsim/stable/column_drop.sim
,,,script,./test.sh -f tsim/stable/column_modify.sim
,,,script,./test.sh -f tsim/stable/disk.sim
,,,script,./test.sh -f tsim/stable/dnode3.sim
,,,script,./test.sh -f tsim/stable/metrics.sim
,,,script,./test.sh -f tsim/stable/refcount.sim
,,,script,./test.sh -f tsim/stable/tag_add.sim
,,,script,./test.sh -f tsim/stable/tag_drop.sim
,,,script,./test.sh -f tsim/stable/tag_filter.sim
,,,script,./test.sh -f tsim/stable/tag_modify.sim
,,,script,./test.sh -f tsim/stable/tag_rename.sim
,,,script,./test.sh -f tsim/stable/values.sim
,,,script,./test.sh -f tsim/stable/vnode3.sim
,,,script,./test.sh -f tsim/stable/metrics_idx.sim
,,,script,./test.sh -f tsim/sma/drop_sma.sim
,,,script,./test.sh -f tsim/sma/tsmaCreateInsertQuery.sim
,,,script,./test.sh -f tsim/sma/rsmaCreateInsertQuery.sim
,,,script,./test.sh -f tsim/sma/rsmaPersistenceRecovery.sim
,,,script,./test.sh -f tsim/valgrind/checkError1.sim
,,,script,./test.sh -f tsim/valgrind/checkError2.sim
,,,script,./test.sh -f tsim/valgrind/checkError3.sim
,,,script,./test.sh -f tsim/valgrind/checkError4.sim
,,,script,./test.sh -f tsim/valgrind/checkError5.sim
,,,script,./test.sh -f tsim/valgrind/checkError6.sim
,,,script,./test.sh -f tsim/valgrind/checkError7.sim
,,,script,./test.sh -f tsim/valgrind/checkError8.sim
,,,script,./test.sh -f tsim/valgrind/checkUdf.sim
,,,script,./test.sh -f tsim/vnode/replica3_basic.sim
,,,script,./test.sh -f tsim/vnode/replica3_repeat.sim
,,,script,./test.sh -f tsim/vnode/replica3_vgroup.sim
,,,script,./test.sh -f tsim/vnode/replica3_many.sim
,,,script,./test.sh -f tsim/vnode/replica3_import.sim
,,,script,./test.sh -f tsim/vnode/stable_balance_replica1.sim
,,,script,./test.sh -f tsim/vnode/stable_dnode2_stop.sim
,,,script,./test.sh -f tsim/vnode/stable_dnode2.sim
,,,script,./test.sh -f tsim/vnode/stable_dnode3.sim
,,,script,./test.sh -f tsim/vnode/stable_replica3_dnode6.sim
,,,script,./test.sh -f tsim/vnode/stable_replica3_vnode3.sim
,,,script,./test.sh -f tsim/sync/3Replica1VgElect.sim
,,,script,./test.sh -f tsim/sync/3Replica5VgElect.sim
,,,script,./test.sh -f tsim/sync/oneReplica1VgElect.sim
,,,script,./test.sh -f tsim/sync/oneReplica5VgElect.sim
,,,script,./test.sh -f tsim/catalog/alterInCurrent.sim
,,,script,./test.sh -f tsim/scalar/in.sim
,,,script,./test.sh -f tsim/scalar/scalar.sim
,,,script,./test.sh -f tsim/scalar/filter.sim 
,,,script,./test.sh -f tsim/scalar/caseWhen.sim 
,,,script,./test.sh -f tsim/alter/cached_schema_after_alter.sim
,,,script,./test.sh -f tsim/alter/dnode.sim
,,,script,./test.sh -f tsim/alter/table.sim
,,,script,./test.sh -f tsim/cache/new_metrics.sim
,,,script,./test.sh -f tsim/cache/restart_table.sim
,,,script,./test.sh -f tsim/cache/restart_metrics.sim
,,,script,./test.sh -f tsim/column/commit.sim
,,,script,./test.sh -f tsim/column/metrics.sim
,,,script,./test.sh -f tsim/column/table.sim
,,,script,./test.sh -f tsim/compress/commitlog.sim
,,,script,./test.sh -f tsim/compress/compress2.sim
,,,script,./test.sh -f tsim/compress/compress.sim
,,,script,./test.sh -f tsim/compress/uncompress.sim
,,,script,./test.sh -f tsim/compute/avg.sim
,,,script,./test.sh -f tsim/compute/block_dist.sim
,,,script,./test.sh -f tsim/compute/bottom.sim
,,,script,./test.sh -f tsim/compute/count.sim
,,,script,./test.sh -f tsim/compute/diff.sim
,,,script,./test.sh -f tsim/compute/diff2.sim
,,,script,./test.sh -f tsim/compute/first.sim
,,,script,./test.sh -f tsim/compute/interval.sim
,,,script,./test.sh -f tsim/compute/last_row.sim
,,,script,./test.sh -f tsim/compute/last.sim
,,,script,./test.sh -f tsim/compute/leastsquare.sim
,,,script,./test.sh -f tsim/compute/max.sim
,,,script,./test.sh -f tsim/compute/min.sim
,,,script,./test.sh -f tsim/compute/null.sim
,,,script,./test.sh -f tsim/compute/percentile.sim
,,,script,./test.sh -f tsim/compute/stddev.sim
,,,script,./test.sh -f tsim/compute/sum.sim
,,,script,./test.sh -f tsim/compute/top.sim
,,,script,./test.sh -f tsim/field/2.sim
,,,script,./test.sh -f tsim/field/3.sim
,,,script,./test.sh -f tsim/field/4.sim
,,,script,./test.sh -f tsim/field/5.sim
,,,script,./test.sh -f tsim/field/6.sim
,,,script,./test.sh -f tsim/field/binary.sim
,,,script,./test.sh -f tsim/field/bigint.sim
,,,script,./test.sh -f tsim/field/bool.sim
,,,script,./test.sh -f tsim/field/double.sim
,,,script,./test.sh -f tsim/field/float.sim
,,,script,./test.sh -f tsim/field/int.sim
,,,script,./test.sh -f tsim/field/single.sim
,,,script,./test.sh -f tsim/field/smallint.sim
,,,script,./test.sh -f tsim/field/tinyint.sim
,,,script,./test.sh -f tsim/field/unsigined_bigint.sim
,,,script,./test.sh -f tsim/vector/metrics_field.sim
,,,script,./test.sh -f tsim/vector/metrics_mix.sim
,,,script,./test.sh -f tsim/vector/metrics_query.sim
,,,script,./test.sh -f tsim/vector/metrics_tag.sim
,,,script,./test.sh -f tsim/vector/metrics_time.sim
,,,script,./test.sh -f tsim/vector/multi.sim
,,,script,./test.sh -f tsim/vector/single.sim
,,,script,./test.sh -f tsim/vector/table_field.sim
,,,script,./test.sh -f tsim/vector/table_mix.sim
,,,script,./test.sh -f tsim/vector/table_query.sim
,,,script,./test.sh -f tsim/vector/table_time.sim
,,,script,./test.sh -f tsim/wal/kill.sim
,,,script,./test.sh -f tsim/tag/3.sim
,,,script,./test.sh -f tsim/tag/4.sim
,,,script,./test.sh -f tsim/tag/5.sim
,,,script,./test.sh -f tsim/tag/6.sim
,,,script,./test.sh -f tsim/tag/add.sim
,,,script,./test.sh -f tsim/tag/bigint.sim
,,,script,./test.sh -f tsim/tag/binary_binary.sim
,,,script,./test.sh -f tsim/tag/binary.sim
,,,script,./test.sh -f tsim/tag/bool_binary.sim
,,,script,./test.sh -f tsim/tag/bool_int.sim
,,,script,./test.sh -f tsim/tag/bool.sim
,,,script,./test.sh -f tsim/tag/change.sim
,,,script,./test.sh -f tsim/tag/column.sim
,,,script,./test.sh -f tsim/tag/commit.sim
,,,script,./test.sh -f tsim/tag/create.sim
,,,script,./test.sh -f tsim/tag/delete.sim
,,,script,./test.sh -f tsim/tag/double.sim
,,,script,./test.sh -f tsim/tag/filter.sim
,,,script,./test.sh -f tsim/tag/float.sim
,,,script,./test.sh -f tsim/tag/int_binary.sim
,,,script,./test.sh -f tsim/tag/int_float.sim
,,,script,./test.sh -f tsim/tag/int.sim
,,,script,./test.sh -f tsim/tag/set.sim
,,,script,./test.sh -f tsim/tag/smallint.sim
,,,script,./test.sh -f tsim/tag/tinyint.sim
,,,script,./test.sh -f tsim/tag/drop_tag.sim
,,,script,./test.sh -f tsim/tag/tbNameIn.sim
,,,script,./test.sh -f tmp/monitor.sim
haoranc's avatar
haoranc 已提交
396 397 398

#system test

399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716
,,,system-test,python3 ./test.py -f 0-others/taosShell.py
,,,system-test,python3 ./test.py -f 0-others/taosShellError.py
,,,system-test,python3 ./test.py -f 0-others/taosShellNetChk.py
,,,system-test,python3 ./test.py -f 0-others/telemetry.py
,,,system-test,python3 ./test.py -f 0-others/taosdMonitor.py
,,,system-test,python3 ./test.py -f 0-others/udfTest.py
,,,system-test,python3 ./test.py -f 0-others/udf_create.py
,,,system-test,python3 ./test.py -f 0-others/udf_restart_taosd.py
,,,system-test,python3 ./test.py -f 0-others/cachemodel.py
,,,system-test,python3 ./test.py -f 0-others/udf_cfg1.py
,,,system-test,python3 ./test.py -f 0-others/udf_cfg2.py
,,,system-test,python3 ./test.py -f 0-others/taosdShell.py -N 5 -M 3 -Q 3
,,,system-test,python3 ./test.py -f 0-others/sysinfo.py
,,,system-test,python3 ./test.py -f 0-others/user_control.py
,,,system-test,python3 ./test.py -f 0-others/fsync.py
,,,system-test,python3 ./test.py  -f 0-others/compatibility.py
,,,system-test,python3 ./test.py -f 1-insert/alter_database.py
,,,system-test,python3 ./test.py -f 1-insert/influxdb_line_taosc_insert.py
,,,system-test,python3 ./test.py -f 1-insert/opentsdb_telnet_line_taosc_insert.py
,,,system-test,python3 ./test.py -f 1-insert/opentsdb_json_taosc_insert.py
,,,system-test,python3 ./test.py -f 1-insert/test_stmt_muti_insert_query.py
,,,system-test,python3 ./test.py -f 1-insert/test_stmt_set_tbname_tag.py
,,,system-test,python3 ./test.py -f 1-insert/alter_stable.py
,,,system-test,python3 ./test.py -f 1-insert/alter_table.py
,,,system-test,python3 ./test.py -f 1-insert/insertWithMoreVgroup.py
,,,system-test,python3 ./test.py -f 1-insert/table_comment.py
,,,system-test,python3 ./test.py -f 1-insert/time_range_wise.py
,,,system-test,python3 ./test.py -f 1-insert/block_wise.py
,,,system-test,python3 ./test.py -f 1-insert/create_retentions.py
,,,system-test,python3 ./test.py -f 1-insert/table_param_ttl.py
,,,system-test,python3 ./test.py -f 1-insert/mutil_stage.py
,,,system-test,python3 ./test.py -f 1-insert/table_param_ttl.py -R
,,,system-test,python3 ./test.py -f 1-insert/update_data_muti_rows.py
,,,system-test,python3 ./test.py -f 1-insert/db_tb_name_check.py
,,,system-test,python3 ./test.py -f 1-insert/database_pre_suf.py
,,,system-test,python3 ./test.py -f 0-others/show.py
,,,system-test,python3 ./test.py -f 2-query/abs.py
,,,system-test,python3 ./test.py -f 2-query/abs.py -R
,,,system-test,python3 ./test.py -f 2-query/and_or_for_byte.py
,,,system-test,python3 ./test.py -f 2-query/and_or_for_byte.py -R
,,,system-test,python3 ./test.py -f 2-query/apercentile.py
,,,system-test,python3 ./test.py -f 2-query/apercentile.py -R
,,,system-test,python3 ./test.py -f 2-query/arccos.py
,,,system-test,python3 ./test.py -f 2-query/arccos.py -R
,,,system-test,python3 ./test.py -f 2-query/arcsin.py
,,,system-test,python3 ./test.py -f 2-query/arcsin.py -R
,,,system-test,python3 ./test.py -f 2-query/arctan.py
,,,system-test,python3 ./test.py -f 2-query/arctan.py -R
,,,system-test,python3 ./test.py -f 2-query/avg.py
,,,system-test,python3 ./test.py -f 2-query/avg.py -R
,,,system-test,python3 ./test.py -f 2-query/between.py
,,,system-test,python3 ./test.py -f 2-query/between.py -R
,,,system-test,python3 ./test.py -f 2-query/bottom.py
,,,system-test,python3 ./test.py -f 2-query/bottom.py -R
,,,system-test,python3 ./test.py -f 2-query/cast.py
,,,system-test,python3 ./test.py -f 2-query/cast.py -R
,,,system-test,python3 ./test.py -f 2-query/ceil.py
,,,system-test,python3 ./test.py -f 2-query/ceil.py -R
,,,system-test,python3 ./test.py -f 2-query/char_length.py
,,,system-test,python3 ./test.py -f 2-query/char_length.py -R
,,,system-test,python3 ./test.py -f 2-query/check_tsdb.py
,,,system-test,python3 ./test.py -f 2-query/check_tsdb.py -R
,,,system-test,python3 ./test.py -f 2-query/concat.py
,,,system-test,python3 ./test.py -f 2-query/concat.py -R
,,,system-test,python3 ./test.py -f 2-query/concat_ws.py
,,,system-test,python3 ./test.py -f 2-query/concat_ws.py -R
,,,system-test,python3 ./test.py -f 2-query/concat_ws2.py
,,,system-test,python3 ./test.py -f 2-query/concat_ws2.py -R
,,,system-test,python3 ./test.py -f 2-query/cos.py
,,,system-test,python3 ./test.py -f 2-query/cos.py -R
,,,system-test,python3 ./test.py -f 2-query/count_partition.py
,,,system-test,python3 ./test.py -f 2-query/count_partition.py -R
,,,system-test,python3 ./test.py -f 2-query/count.py
,,,system-test,python3 ./test.py -f 2-query/count.py -R
,,,system-test,python3 ./test.py -f 2-query/countAlwaysReturnValue.py
,,,system-test,python3 ./test.py -f 2-query/countAlwaysReturnValue.py -R
,,,system-test,python3 ./test.py -f 2-query/db.py
,,,system-test,python3 ./test.py -f 2-query/db.py -R
,,,system-test,python3 ./test.py -f 2-query/diff.py
,,,system-test,python3 ./test.py -f 2-query/diff.py -R
,,,system-test,python3 ./test.py -f 2-query/distinct.py
,,,system-test,python3 ./test.py -f 2-query/distinct.py -R
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_apercentile.py
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_apercentile.py -R
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_avg.py
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_avg.py -R
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_count.py
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_count.py -R
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_max.py
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_max.py -R
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_min.py
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_min.py -R
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_spread.py
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_spread.py -R
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_stddev.py
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_stddev.py -R
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_sum.py
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_sum.py -R
,,,system-test,python3 ./test.py -f 2-query/explain.py
,,,system-test,python3 ./test.py -f 2-query/explain.py -R
,,,system-test,python3 ./test.py -f 2-query/first.py
,,,system-test,python3 ./test.py -f 2-query/first.py -R
,,,system-test,python3 ./test.py -f 2-query/floor.py
,,,system-test,python3 ./test.py -f 2-query/floor.py -R
,,,system-test,python3 ./test.py -f 2-query/function_null.py
,,,system-test,python3 ./test.py -f 2-query/function_null.py -R
,,,system-test,python3 ./test.py -f 2-query/function_stateduration.py
,,,system-test,python3 ./test.py -f 2-query/function_stateduration.py -R
,,,system-test,python3 ./test.py -f 2-query/histogram.py
,,,system-test,python3 ./test.py -f 2-query/histogram.py -R
,,,system-test,python3 ./test.py -f 2-query/hyperloglog.py
,,,system-test,python3 ./test.py -f 2-query/hyperloglog.py -R
,,,system-test,python3 ./test.py -f 2-query/interp.py
,,,system-test,python3 ./test.py -f 2-query/interp.py -R
,,,system-test,python3 ./test.py -f 2-query/irate.py
,,,system-test,python3 ./test.py -f 2-query/irate.py -R
,,,system-test,python3 ./test.py -f 2-query/join.py
,,,system-test,python3 ./test.py -f 2-query/join.py -R
,,,system-test,python3 ./test.py -f 2-query/last_row.py
,,,system-test,python3 ./test.py -f 2-query/last_row.py -R
,,,system-test,python3 ./test.py -f 2-query/last.py
,,,system-test,python3 ./test.py -f 2-query/last.py -R
,,,system-test,python3 ./test.py -f 2-query/leastsquares.py
,,,system-test,python3 ./test.py -f 2-query/leastsquares.py -R
,,,system-test,python3 ./test.py -f 2-query/length.py
,,,system-test,python3 ./test.py -f 2-query/length.py -R
,,,system-test,python3 ./test.py -f 2-query/log.py
,,,system-test,python3 ./test.py -f 2-query/log.py -R
,,,system-test,python3 ./test.py -f 2-query/lower.py
,,,system-test,python3 ./test.py -f 2-query/lower.py -R
,,,system-test,python3 ./test.py -f 2-query/ltrim.py
,,,system-test,python3 ./test.py -f 2-query/ltrim.py -R
,,,system-test,python3 ./test.py -f 2-query/mavg.py
,,,system-test,python3 ./test.py -f 2-query/mavg.py -R
,,,system-test,python3 ./test.py -f 2-query/max_partition.py
,,,system-test,python3 ./test.py -f 2-query/max_partition.py -R
,,,system-test,python3 ./test.py -f 2-query/max.py
,,,system-test,python3 ./test.py -f 2-query/max.py -R
,,,system-test,python3 ./test.py -f 2-query/min.py
,,,system-test,python3 ./test.py -f 2-query/min.py -R
,,,system-test,python3 ./test.py -f 2-query/mode.py
,,,system-test,python3 ./test.py -f 2-query/mode.py -R
,,,system-test,python3 ./test.py -f 2-query/Now.py
,,,system-test,python3 ./test.py -f 2-query/Now.py -R
,,,system-test,python3 ./test.py -f 2-query/percentile.py
,,,system-test,python3 ./test.py -f 2-query/percentile.py -R
,,,system-test,python3 ./test.py -f 2-query/pow.py
,,,system-test,python3 ./test.py -f 2-query/pow.py -R
,,,system-test,python3 ./test.py -f 2-query/query_cols_tags_and_or.py
,,,system-test,python3 ./test.py -f 2-query/query_cols_tags_and_or.py -R
,,,system-test,python3 ./test.py -f 2-query/round.py
,,,system-test,python3 ./test.py -f 2-query/round.py -R
,,,system-test,python3 ./test.py -f 2-query/rtrim.py
,,,system-test,python3 ./test.py -f 2-query/rtrim.py -R
,,,system-test,python3 ./test.py -f 2-query/sample.py
,,,system-test,python3 ./test.py -f 2-query/sample.py -R
,,,system-test,python3 ./test.py -f 2-query/sin.py
,,,system-test,python3 ./test.py -f 2-query/sin.py -R
,,,system-test,python3 ./test.py -f 2-query/smaTest.py
,,,system-test,python3 ./test.py -f 2-query/smaTest.py -R
,,,system-test,python3 ./test.py -f 2-query/sml.py
,,,system-test,python3 ./test.py -f 2-query/sml.py -R
,,,system-test,python3 ./test.py -f 2-query/spread.py
,,,system-test,python3 ./test.py -f 2-query/spread.py -R
,,,system-test,python3 ./test.py -f 2-query/sqrt.py
,,,system-test,python3 ./test.py -f 2-query/sqrt.py -R
,,,system-test,python3 ./test.py -f 2-query/statecount.py
,,,system-test,python3 ./test.py -f 2-query/statecount.py -R
,,,system-test,python3 ./test.py -f 2-query/stateduration.py
,,,system-test,python3 ./test.py -f 2-query/stateduration.py -R
,,,system-test,python3 ./test.py -f 2-query/substr.py
,,,system-test,python3 ./test.py -f 2-query/substr.py -R
,,,system-test,python3 ./test.py -f 2-query/sum.py
,,,system-test,python3 ./test.py -f 2-query/sum.py -R
,,,system-test,python3 ./test.py -f 2-query/tail.py
,,,system-test,python3 ./test.py -f 2-query/tail.py -R
,,,system-test,python3 ./test.py -f 2-query/tan.py
,,,system-test,python3 ./test.py -f 2-query/tan.py -R
,,,system-test,python3 ./test.py -f 2-query/Timediff.py
,,,system-test,python3 ./test.py -f 2-query/Timediff.py -R
,,,system-test,python3 ./test.py -f 2-query/timetruncate.py
,,,system-test,python3 ./test.py -f 2-query/timetruncate.py -R
,,,system-test,python3 ./test.py -f 2-query/timezone.py
,,,system-test,python3 ./test.py -f 2-query/timezone.py -R
,,,system-test,python3 ./test.py -f 2-query/To_iso8601.py
,,,system-test,python3 ./test.py -f 2-query/To_iso8601.py -R
,,,system-test,python3 ./test.py -f 2-query/To_unixtimestamp.py
,,,system-test,python3 ./test.py -f 2-query/To_unixtimestamp.py -R
,,,system-test,python3 ./test.py -f 2-query/Today.py
,,,system-test,python3 ./test.py -f 2-query/Today.py -R
,,,system-test,python3 ./test.py -f 2-query/top.py
,,,system-test,python3 ./test.py -f 2-query/top.py -R
,,,system-test,python3 ./test.py -f 2-query/tsbsQuery.py
,,,system-test,python3 ./test.py -f 2-query/tsbsQuery.py -R
,,,system-test,python3 ./test.py -f 2-query/ttl_comment.py
,,,system-test,python3 ./test.py -f 2-query/ttl_comment.py -R
,,,system-test,python3 ./test.py -f 2-query/twa.py
,,,system-test,python3 ./test.py -f 2-query/twa.py -R
,,,system-test,python3 ./test.py -f 2-query/union.py
,,,system-test,python3 ./test.py -f 2-query/union.py -R
,,,system-test,python3 ./test.py -f 2-query/unique.py
,,,system-test,python3 ./test.py -f 2-query/unique.py -R
,,,system-test,python3 ./test.py -f 2-query/upper.py
,,,system-test,python3 ./test.py -f 2-query/upper.py -R
,,,system-test,python3 ./test.py -f 2-query/varchar.py
,,,system-test,python3 ./test.py -f 2-query/varchar.py -R
,,,system-test,python3 ./test.py -f 1-insert/update_data.py
,,,system-test,python3 ./test.py -f 1-insert/tb_100w_data_order.py
,,,system-test,python3 ./test.py -f 1-insert/delete_stable.py
,,,system-test,python3 ./test.py -f 1-insert/delete_childtable.py
,,,system-test,python3 ./test.py -f 1-insert/delete_normaltable.py
,,,system-test,python3 ./test.py -f 1-insert/keep_expired.py
,,,system-test,python3 ./test.py -f 2-query/join2.py
,,,system-test,python3 ./test.py -f 2-query/union1.py
,,,system-test,python3 ./test.py -f 2-query/concat2.py
,,,system-test,python3 ./test.py -f 2-query/json_tag.py
,,,system-test,python3 ./test.py -f 2-query/nestedQuery.py
,,,system-test,python3 ./test.py -f 2-query/nestedQuery_str.py
,,,system-test,python3 ./test.py -f 2-query/nestedQuery_math.py
,,,system-test,python3 ./test.py -f 2-query/nestedQuery_time.py
,,,system-test,python3 ./test.py -f 2-query/stablity.py
,,,system-test,python3 ./test.py -f 2-query/stablity_1.py
,,,system-test,python3 ./test.py -f 2-query/elapsed.py
,,,system-test,python3 ./test.py -f 2-query/csum.py
,,,system-test,python3 ./test.py -f 2-query/function_diff.py
,,,system-test,python3 ./test.py -f 2-query/queryQnode.py
,,,system-test,python3 ./test.py -f 6-cluster/5dnode1mnode.py
,,,system-test,python3 ./test.py -f 6-cluster/5dnode2mnode.py  -N 5
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeStop.py -N 5 -M 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeStop.py -N 5 -M 3 -i False
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeStop2Follower.py -N 5 -M 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeStop2Follower.py -N 5 -M 3 -i False
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeStopLoop.py -N 5 -M 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateDb.py -N 6 -M 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateDb.py -N 6 -M 3 -n 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateDb.py -N 6 -M 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateDb.py -N 6 -M 3 -n 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateDb.py  -N 6 -M 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateDb.py  -N 6 -M 3 -n 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateStb.py -N 6 -M 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateStb.py -N 6 -M 3 -n 3 
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateStb.py  -N 6 -M 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateStb.py  -N 6 -M 3 -n 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateStb.py  -N 6 -M 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateStb.py  -N 6 -M 3  -n 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertData.py -N 6 -M 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertData.py -N 6 -M 3 -n 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertDataAsync.py -N 6 -M 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertDataAsync.py -N 6 -M 3 -n 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeAdd1Ddnoe.py -N 7 -M 3 -C 6
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeAdd1Ddnoe.py -N 7 -M 3 -C 6 -n 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeDrop.py -N 5
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeRecreateMnode.py  -N 5 -M 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeStopFollowerLeader.py  -N 5 -M 3
,,,system-test,python3 ./test.py -f 6-cluster/5dnode3mnodeStop2Follower.py  -N 5 -M 3
,,,system-test,python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_createDb_replica1.py -N 4 -M 1
,,,system-test,python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica1_insertdatas.py -N 4 -M 1
,,,system-test,python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica1_insertdatas_querys.py -N 4 -M 1
,,,system-test,python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas.py -N 4 -M 1
,,,system-test,python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_querys.py -N 4 -M 1
,,,system-test,python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_vgroups.py  -N 4 -M 1
,,,system-test,python3 ./test.py -f 7-tmq/create_wrong_topic.py
,,,system-test,python3 ./test.py -f 7-tmq/dropDbR3ConflictTransaction.py -N 3
,,,system-test,python3 ./test.py -f 7-tmq/basic5.py
,,,system-test,python3 ./test.py -f 7-tmq/subscribeDb.py
,,,system-test,python3 ./test.py -f 7-tmq/subscribeDb0.py
,,,system-test,python3 ./test.py -f 7-tmq/subscribeDb1.py
,,,system-test,python3 ./test.py -f 7-tmq/subscribeDb2.py
,,,system-test,python3 ./test.py -f 7-tmq/subscribeDb3.py
,,,system-test,python3 ./test.py -f 7-tmq/subscribeDb4.py
,,,system-test,python3 ./test.py -f 7-tmq/subscribeStb.py
,,,system-test,python3 ./test.py -f 7-tmq/subscribeStb0.py
,,,system-test,python3 ./test.py -f 7-tmq/subscribeStb1.py
,,,system-test,python3 ./test.py -f 7-tmq/subscribeStb2.py
,,,system-test,python3 ./test.py -f 7-tmq/subscribeStb3.py
,,,system-test,python3 ./test.py -f 7-tmq/subscribeStb4.py
,,,system-test,python3 ./test.py -f 7-tmq/db.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqError.py
,,,system-test,python3 ./test.py -f 7-tmq/schema.py
,,,system-test,python3 ./test.py -f 7-tmq/stbFilter.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqCheckData.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqCheckData1.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqConsumerGroup.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqShow.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqAlterSchema.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqConsFromTsdb.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqConsFromTsdb1.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb-funcNFilter.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb-funcNFilter.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb-funcNFilter.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb-funcNFilter.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqAutoCreateTbl.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqDnodeRestart.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqUpdate-1ctb.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqUpdateWithConsume.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb-snapshot0.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb-snapshot1.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqDelete-1ctb.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqDelete-multiCtb.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqDropStb.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqDropStbCtb.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot0.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot1.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqUdf.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot0.py
,,,system-test,python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot1.py
,,,system-test,python3 ./test.py -f 7-tmq/stbTagFilter-1ctb.py
,,,system-test,python3 ./test.py -f 7-tmq/dataFromTsdbNWal.py
,,,system-test,python3 ./test.py -f 7-tmq/dataFromTsdbNWal-multiCtb.py
,,,system-test,python3 ./test.py -f 7-tmq/tmq_taosx.py
,,,system-test,python3 ./test.py -f 7-tmq/stbTagFilter-multiCtb.py
,,,system-test,python3 ./test.py -f 99-TDcase/TD-19201.py
T
tangfangzhi 已提交
717
,,,system-test,python3 ./test.py -f 7-tmq/tmqSubscribeStb-r3.py -N 5
718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995
,,,system-test,python3 ./test.py -f 2-query/between.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/distinct.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/varchar.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/ltrim.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/rtrim.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/length.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/char_length.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/upper.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/lower.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/join.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/join2.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/cast.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/substr.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/union.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/union1.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/concat.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/concat2.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/concat_ws.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/concat_ws2.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/check_tsdb.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/spread.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/hyperloglog.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/explain.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/leastsquares.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/timezone.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/Now.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/Today.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/max.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/min.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/mode.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/count.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/countAlwaysReturnValue.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/last.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/first.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/To_iso8601.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/timetruncate.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/diff.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/Timediff.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/json_tag.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/top.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/bottom.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/percentile.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/apercentile.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/abs.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/ceil.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/floor.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/round.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/log.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/pow.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/sqrt.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/sin.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/cos.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/tan.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/arcsin.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/arccos.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/arctan.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/query_cols_tags_and_or.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/interp.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/nestedQuery.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/nestedQuery_str.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/nestedQuery_math.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/nestedQuery_time.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/stablity.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/stablity_1.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/avg.py   -Q 2
,,,system-test,python3 ./test.py -f 2-query/elapsed.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/csum.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/mavg.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/sample.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/function_diff.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/unique.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/stateduration.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/function_stateduration.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/statecount.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/tail.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/ttl_comment.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_count.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_max.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_min.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_sum.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_spread.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_apercentile.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_avg.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_stddev.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/twa.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/irate.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/function_null.py  -Q 2
,,,system-test,python3 ./test.py -f 2-query/count_partition.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/max_partition.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/last_row.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/tsbsQuery.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/sml.py -Q 2
,,,system-test,python3 ./test.py -f 2-query/between.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/distinct.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/varchar.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/ltrim.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/rtrim.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/length.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/char_length.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/upper.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/lower.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/join.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/join2.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/cast.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/substr.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/union.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/union1.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/concat.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/concat2.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/concat_ws.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/concat_ws2.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/check_tsdb.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/spread.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/hyperloglog.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/explain.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/leastsquares.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/timezone.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/Now.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/Today.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/max.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/min.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/mode.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/count.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/countAlwaysReturnValue.py -Q 3
,,,system-test,python3 ./test.py -f 2-query/last.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/first.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/To_iso8601.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/To_unixtimestamp.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/timetruncate.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/diff.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/Timediff.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/json_tag.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/top.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/bottom.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/percentile.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/apercentile.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/abs.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/ceil.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/floor.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/round.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/log.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/pow.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/sqrt.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/sin.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/cos.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/tan.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/arcsin.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/arccos.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/arctan.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/nestedQuery.py -Q 3
,,,system-test,python3 ./test.py -f 2-query/nestedQuery_str.py -Q 3
,,,system-test,python3 ./test.py -f 2-query/nestedQuery_math.py -Q 3
,,,system-test,python3 ./test.py -f 2-query/nestedQuery_time.py -Q 3
,,,system-test,python3 ./test.py -f 2-query/stablity.py -Q 3
,,,system-test,python3 ./test.py -f 2-query/stablity_1.py -Q 3
,,,system-test,python3 ./test.py -f 2-query/avg.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/elapsed.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/csum.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/mavg.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/sample.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/function_diff.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/unique.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/stateduration.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/function_stateduration.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/statecount.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/tail.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/ttl_comment.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_count.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_max.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_min.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_sum.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_spread.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_avg.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/twa.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/irate.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/function_null.py -Q  3
,,,system-test,python3 ./test.py -f 2-query/count_partition.py -Q 3
,,,system-test,python3 ./test.py -f 2-query/max_partition.py -Q 3
,,,system-test,python3 ./test.py -f 2-query/last_row.py -Q 3
,,,system-test,python3 ./test.py -f 2-query/tsbsQuery.py -Q 3
,,,system-test,python3 ./test.py -f 2-query/sml.py -Q 3
,,,system-test,python3 ./test.py -f 2-query/interp.py -Q 3
,,,system-test,python3 ./test.py -f 2-query/between.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/distinct.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/varchar.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/ltrim.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/rtrim.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/length.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/char_length.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/upper.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/lower.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/join.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/join2.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/substr.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/union.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/union1.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/concat.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/concat2.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/concat_ws.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/concat_ws2.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/check_tsdb.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/spread.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/hyperloglog.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/explain.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/leastsquares.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/timezone.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/Now.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/Today.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/max.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/min.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/mode.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/count.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/countAlwaysReturnValue.py -Q 4
,,,system-test,python3 ./test.py -f 2-query/last.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/first.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/To_iso8601.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/To_unixtimestamp.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/timetruncate.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/diff.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/Timediff.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/json_tag.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/top.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/bottom.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/percentile.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/apercentile.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/abs.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/ceil.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/floor.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/round.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/log.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/pow.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/sqrt.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/sin.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/cos.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/tan.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/arcsin.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/arccos.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/arctan.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/nestedQuery.py -Q 4
,,,system-test,python3 ./test.py -f 2-query/nestedQuery_str.py -Q 4
,,,system-test,python3 ./test.py -f 2-query/nestedQuery_math.py -Q 4
,,,system-test,python3 ./test.py -f 2-query/nestedQuery_time.py -Q 4
,,,system-test,python3 ./test.py -f 2-query/stablity.py -Q 4
,,,system-test,python3 ./test.py -f 2-query/stablity_1.py -Q 4
,,,system-test,python3 ./test.py -f 2-query/avg.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/elapsed.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/csum.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/mavg.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/sample.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/function_diff.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/unique.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/stateduration.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/function_stateduration.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/statecount.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/tail.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/ttl_comment.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_count.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_max.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_min.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_sum.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_spread.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_avg.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/twa.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/irate.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/function_null.py -Q  4
,,,system-test,python3 ./test.py -f 2-query/count_partition.py -Q 4
,,,system-test,python3 ./test.py -f 2-query/max_partition.py -Q 4
,,,system-test,python3 ./test.py -f 2-query/last_row.py -Q 4
,,,system-test,python3 ./test.py -f 2-query/tsbsQuery.py -Q 4
,,,system-test,python3 ./test.py -f 2-query/sml.py -Q 4
,,,system-test,python3 ./test.py -f 2-query/interp.py -Q 4
haoranc's avatar
haoranc 已提交
996 997

#develop test
998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008
,,,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/auto_create_table_json.py
,,,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/custom_col_tag.py
,,,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/default_json.py
,,,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/demo.py
,,,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/insert_alltypes_json.py
,,,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/invalid_commandline.py
,,,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/json_tag.py
,,,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/query_json.py
,,,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/sample_csv_json.py
,,,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/sml_json_alltypes.py
,,,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestQueryWithJson.py -R
1009
,,,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/telnet_tcp.py -R
haoranc's avatar
haoranc 已提交
1010 1011

#docs-examples test
1012 1013 1014 1015 1016
,,,docs-examples-test,bash python.sh
,,,docs-examples-test,bash node.sh
,,,docs-examples-test,bash csharp.sh
,,,docs-examples-test,bash jdbc.sh
,,,docs-examples-test,bash go.sh