cases.task 71.2 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

haoranc's avatar
haoranc 已提交
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
#system test
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_str.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_math.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQuery_time.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqShow.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropStb.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb0.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb1.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb2.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb3.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb0.py -N 3 -n 3
haoranc's avatar
haoranc 已提交
32 33 34 35 36 37 38 39 40 41 42 43


,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_stable.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -R
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_null_none.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/database_pre_suf.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -Q 3
haoranc's avatar
haoranc 已提交
44 45
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -Q 4
haoranc's avatar
haoranc 已提交
46 47 48 49 50 51 52 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

,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/create_wrong_topic.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/dropDbR3ConflictTransaction.py -N 3
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/basic5.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb.py -N 3 -n 3
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb1.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb2.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb3.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeDb4.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/subscribeStb4.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/db.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqError.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/schema.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbFilter.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqCheckData.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqCheckData1.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsumerGroup.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqAlterSchema.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb.py -N 3 -n 3
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1.py -N 3 -n 3
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb-funcNFilter.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb-funcNFilter.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb-funcNFilter.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb-funcNFilter.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqAutoCreateTbl.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDnodeRestart.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDnodeRestart1.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdate-1ctb.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdateWithConsume.py -N 3 -n 3
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb-snapshot0.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb-snapshot1.py
# ,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDelete-1ctb.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDelete-multiCtb.py -N 3 -n 3
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropStbCtb.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot0.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot1.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUdf.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot0.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot1.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbTagFilter-1ctb.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/dataFromTsdbNWal.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/dataFromTsdbNWal-multiCtb.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq_taosx.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/stbTagFilter-multiCtb.py
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmqSubscribeStb-r3.py -N 5
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py -N 6 -M 3 
,,y,system-test,./pytest.sh python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py -N 6 -M 3 -n 3 
,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-19201.py
,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py

J
jiacy-jcy 已提交
103
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/balance_vgroups_r1.py -N 6
S
Shengliang Guan 已提交
104 105
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosShell.py
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosShellError.py
S
Shengliang Guan 已提交
106 107
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosShellNetChk.py
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/telemetry.py
J
jiacy-jcy 已提交
108
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/backquote_check.py
S
Shengliang Guan 已提交
109 110 111 112
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/taosdMonitor.py
,,n,system-test,python3 ./test.py -f 0-others/taosdShell.py -N 5 -M 3 -Q 3
,,n,system-test,python3 ./test.py -f 0-others/udfTest.py
,,n,system-test,python3 ./test.py -f 0-others/udf_create.py
S
Shengliang Guan 已提交
113
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/udf_restart_taosd.py
S
Shengliang Guan 已提交
114
,,n,system-test,python3 ./test.py -f 0-others/udf_cfg1.py
S
Shengliang Guan 已提交
115 116
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/udf_cfg2.py
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/cachemodel.py
S
Shengliang Guan 已提交
117 118
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/sysinfo.py
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_control.py
J
jiacy-jcy 已提交
119
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/user_manage.py
S
Shengliang Guan 已提交
120 121
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/fsync.py
,,n,system-test,python3 ./test.py -f 0-others/compatibility.py
122
,,n,system-test,python3 ./test.py -f 0-others/tag_index_basic.py
S
Shengliang Guan 已提交
123
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_database.py
wmmhello's avatar
wmmhello 已提交
124
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/influxdb_line_taosc_insert.py
wmmhello's avatar
wmmhello 已提交
125 126
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/opentsdb_telnet_line_taosc_insert.py
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/opentsdb_json_taosc_insert.py
S
Shengliang Guan 已提交
127 128
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_stmt_muti_insert_query.py
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/test_stmt_set_tbname_tag.py
S
Shengliang Guan 已提交
129
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_stable.py
S
Shengliang Guan 已提交
130
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/alter_table.py
S
Shengliang Guan 已提交
131
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/boundary.py
S
Shengliang Guan 已提交
132
,,n,system-test,python3 ./test.py -f 1-insert/insertWithMoreVgroup.py
S
Shengliang Guan 已提交
133
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_comment.py
S
Shengliang Guan 已提交
134
,,n,system-test,python3 ./test.py -f 1-insert/time_range_wise.py
S
Shengliang Guan 已提交
135
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/block_wise.py
S
Shengliang Guan 已提交
136
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/create_retentions.py
S
Shengliang Guan 已提交
137
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/mutil_stage.py
S
Shengliang Guan 已提交
138 139
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_param_ttl.py
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/table_param_ttl.py -R
S
Shengliang Guan 已提交
140 141
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/update_data_muti_rows.py
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/db_tb_name_check.py
S
Shengliang Guan 已提交
142
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/InsertFuturets.py
143
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/insert_wide_column.py
S
Shengliang Guan 已提交
144
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/show.py
J
jiacy-jcy 已提交
145
,,y,system-test,./pytest.sh python3 ./test.py -f 0-others/information_schema.py
S
Shengliang Guan 已提交
146
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py
S
Shengliang Guan 已提交
147
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -R
S
Shengliang Guan 已提交
148
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/and_or_for_byte.py
S
Shengliang Guan 已提交
149
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/and_or_for_byte.py -R
S
Shengliang Guan 已提交
150
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py
S
Shengliang Guan 已提交
151
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -R
S
Shengliang Guan 已提交
152
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py
S
Shengliang Guan 已提交
153
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -R
S
Shengliang Guan 已提交
154
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py
S
Shengliang Guan 已提交
155
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -R
S
Shengliang Guan 已提交
156
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py
S
Shengliang Guan 已提交
157
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -R
S
Shengliang Guan 已提交
158 159
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -R
S
Shengliang Guan 已提交
160
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py
S
Shengliang Guan 已提交
161
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -R
S
Shengliang Guan 已提交
162
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py
S
Shengliang Guan 已提交
163
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -R
S
Shengliang Guan 已提交
164
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py
S
Shengliang Guan 已提交
165
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -R
S
Shengliang Guan 已提交
166
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py
S
Shengliang Guan 已提交
167
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -R
S
Shengliang Guan 已提交
168
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py
S
Shengliang Guan 已提交
169
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -R
S
Shengliang Guan 已提交
170
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py
S
Shengliang Guan 已提交
171
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -R
S
Shengliang Guan 已提交
172 173
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -R
S
Shengliang Guan 已提交
174 175 176 177
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -R
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -R
S
Shengliang Guan 已提交
178
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py
S
Shengliang Guan 已提交
179
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -R
S
Shengliang Guan 已提交
180
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py
S
Shengliang Guan 已提交
181
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -R
S
Shengliang Guan 已提交
182
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py
S
Shengliang Guan 已提交
183
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -R
S
Shengliang Guan 已提交
184
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py
S
Shengliang Guan 已提交
185
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -R
P
Ping Xiao 已提交
186 187
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/db.py 
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/db.py -N 3 -n 3 -R
S
Shengliang Guan 已提交
188
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py
S
Shengliang Guan 已提交
189
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -R
S
Shengliang Guan 已提交
190
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py
S
Shengliang Guan 已提交
191
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -R
S
Shengliang Guan 已提交
192
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py
S
Shengliang Guan 已提交
193
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -R
S
Shengliang Guan 已提交
194
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py
S
Shengliang Guan 已提交
195
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -R
S
Shengliang Guan 已提交
196
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py
S
Shengliang Guan 已提交
197
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -R
S
Shengliang Guan 已提交
198
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py
S
Shengliang Guan 已提交
199
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -R
S
Shengliang Guan 已提交
200
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py
S
Shengliang Guan 已提交
201
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -R
S
Shengliang Guan 已提交
202
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py
S
Shengliang Guan 已提交
203
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -R
S
Shengliang Guan 已提交
204
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py
S
Shengliang Guan 已提交
205
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -R
S
Shengliang Guan 已提交
206
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py
S
Shengliang Guan 已提交
207
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -R
S
Shengliang Guan 已提交
208
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py
S
Shengliang Guan 已提交
209
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -R
S
Shengliang Guan 已提交
210
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py
S
Shengliang Guan 已提交
211
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -R
S
Shengliang Guan 已提交
212
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py
S
Shengliang Guan 已提交
213
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -R
S
Shengliang Guan 已提交
214
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py
S
Shengliang Guan 已提交
215
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -R
S
Shengliang Guan 已提交
216
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py
S
Shengliang Guan 已提交
217
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -R
S
Shengliang Guan 已提交
218
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/histogram.py
S
Shengliang Guan 已提交
219
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/histogram.py -R
S
Shengliang Guan 已提交
220
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py
S
Shengliang Guan 已提交
221
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -R
S
Shengliang Guan 已提交
222 223
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -R
S
Shengliang Guan 已提交
224
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py
S
Shengliang Guan 已提交
225
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -R
S
Shengliang Guan 已提交
226
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py
S
Shengliang Guan 已提交
227
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -R
S
Shengliang Guan 已提交
228 229
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -R
S
Shengliang Guan 已提交
230
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py
S
Shengliang Guan 已提交
231
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -R
S
Shengliang Guan 已提交
232
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py
S
Shengliang Guan 已提交
233
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -R
S
Shengliang Guan 已提交
234
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py
S
Shengliang Guan 已提交
235
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -R
P
plum-lihui 已提交
236
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/limit.py
S
Shengliang Guan 已提交
237 238
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -R
S
Shengliang Guan 已提交
239 240 241 242
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -R
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -R
S
Shengliang Guan 已提交
243
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py
S
Shengliang Guan 已提交
244
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -R
S
Shengliang Guan 已提交
245
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py
S
Shengliang Guan 已提交
246
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -R
G
Ganlin Zhao 已提交
247
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py
G
Ganlin Zhao 已提交
248
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py
S
Shengliang Guan 已提交
249
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py
S
Shengliang Guan 已提交
250
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -R
S
Shengliang Guan 已提交
251
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py
S
Shengliang Guan 已提交
252
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -R
S
Shengliang Guan 已提交
253 254
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -R
S
Shengliang Guan 已提交
255
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py
S
Shengliang Guan 已提交
256
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -R
S
Shengliang Guan 已提交
257
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py
S
Shengliang Guan 已提交
258
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -R
S
Shengliang Guan 已提交
259
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py
S
Shengliang Guan 已提交
260
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -R
S
Shengliang Guan 已提交
261
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py
S
Shengliang Guan 已提交
262
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -R
S
Shengliang Guan 已提交
263
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py
S
Shengliang Guan 已提交
264
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -R
S
Shengliang Guan 已提交
265 266
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -R
S
Shengliang Guan 已提交
267
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py
S
Shengliang Guan 已提交
268 269
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -R
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py
S
Shengliang Guan 已提交
270
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -R
S
Shengliang Guan 已提交
271 272
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/smaTest.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/smaTest.py -R
S
Shengliang Guan 已提交
273 274
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -R
S
Shengliang Guan 已提交
275
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py
S
Shengliang Guan 已提交
276
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -R
S
Shengliang Guan 已提交
277
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py
S
Shengliang Guan 已提交
278
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -R
S
Shengliang Guan 已提交
279
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py
S
Shengliang Guan 已提交
280
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -R
S
Shengliang Guan 已提交
281
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py
S
Shengliang Guan 已提交
282
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -R
S
Shengliang Guan 已提交
283 284
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -R
S
Shengliang Guan 已提交
285
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sum.py
S
Shengliang Guan 已提交
286
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sum.py -R
S
Shengliang Guan 已提交
287 288
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -R
S
Shengliang Guan 已提交
289
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py
S
Shengliang Guan 已提交
290
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -R
S
Shengliang Guan 已提交
291
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py
S
Shengliang Guan 已提交
292
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -R
S
Shengliang Guan 已提交
293
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py
S
Shengliang Guan 已提交
294
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -R
S
Shengliang Guan 已提交
295
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py
S
Shengliang Guan 已提交
296
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -R
S
Shengliang Guan 已提交
297
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py
S
Shengliang Guan 已提交
298
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -R
S
Shengliang Guan 已提交
299
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py
S
Shengliang Guan 已提交
300
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -R
S
Shengliang Guan 已提交
301
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py
S
Shengliang Guan 已提交
302
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -R
S
Shengliang Guan 已提交
303
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py
S
Shengliang Guan 已提交
304
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -R
S
Shengliang Guan 已提交
305 306
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -R
S
Shengliang Guan 已提交
307 308
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -R
S
Shengliang Guan 已提交
309
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py
S
Shengliang Guan 已提交
310
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -R
S
Shengliang Guan 已提交
311 312
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -R
S
Shengliang Guan 已提交
313 314
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -R
S
Shengliang Guan 已提交
315
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py
S
Shengliang Guan 已提交
316
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -R
S
Shengliang Guan 已提交
317
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py
S
Shengliang Guan 已提交
318
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -R
S
Shengliang Guan 已提交
319
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py 
S
Shengliang Guan 已提交
320
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -R
G
Ganlin Zhao 已提交
321 322
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -R
D
dapan1121 已提交
323 324
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -R
S
Shengliang Guan 已提交
325
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/update_data.py
S
Shengliang Guan 已提交
326
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/tb_100w_data_order.py
S
Shengliang Guan 已提交
327
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_childtable.py
S
Shengliang Guan 已提交
328
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/delete_normaltable.py
S
Shengliang Guan 已提交
329
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/keep_expired.py
S
Shengliang Guan 已提交
330 331
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/drop.py
,,y,system-test,./pytest.sh python3 ./test.py -f 1-insert/drop.py -N 3 -M 3 -i False -n 3
S
Shengliang Guan 已提交
332
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py
S
Shengliang Guan 已提交
333
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py
S
Shengliang Guan 已提交
334
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py
dengyihao's avatar
dengyihao 已提交
335
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py
G
Ganlin Zhao 已提交
336
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py
haoranc's avatar
haoranc 已提交
337

S
Shengliang Guan 已提交
338 339
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py
S
Shengliang Guan 已提交
340 341 342
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py
D
dapan1121 已提交
343
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tagFilter.py
D
dapan1121 已提交
344
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py
S
Shengliang Guan 已提交
345
,,n,system-test,python3 ./test.py -f 2-query/queryQnode.py
346 347 348 349 350 351 352 353 354 355 356 357 358
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode1mnode.py
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode2mnode.py -N 5
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeStop.py -N 5 -M 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeStop.py -N 5 -M 3 -i False
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeStop2Follower.py -N 5 -M 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeStop2Follower.py -N 5 -M 3 -i False
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeStopLoop.py -N 5 -M 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateDb.py -N 6 -M 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateDb.py -N 6 -M 3 -n 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateDb.py -N 6 -M 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateDb.py -N 6 -M 3 -n 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateDb.py -N 6 -M 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateDb.py -N 6 -M 3 -n 3
359 360 361

,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeModifyMeta.py  -N 6 -M 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeModifyMeta.py  -N 6 -M 3
362 363 364 365 366 367 368 369
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateStb.py -N 6 -M 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateStb.py -N 6 -M 3 -n 3 
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateStb.py -N 6 -M 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateStb.py -N 6 -M 3 -n 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateStb.py -N 6 -M 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateStb.py -N 6 -M 3 -n 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertData.py -N 6 -M 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertData.py -N 6 -M 3 -n 3
haoranc's avatar
haoranc 已提交
370 371
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertDataAsync.py -N 6 -M 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertDataAsync.py -N 6 -M 3 -n 3
372

373 374
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeAdd1Ddnoe.py -N 7 -M 3 -C 6
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeAdd1Ddnoe.py -N 7 -M 3 -C 6 -n 3
H
Hui Li 已提交
375
#,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeDrop.py -N 5
376 377 378 379 380 381 382 383 384 385
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeRecreateMnode.py -N 5 -M 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeStopFollowerLeader.py -N 5 -M 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/5dnode3mnodeStop2Follower.py -N 5 -M 3
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/vnode/4dnode1mnode_basic_createDb_replica1.py -N 4 -M 1
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica1_insertdatas.py -N 4 -M 1
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica1_insertdatas_querys.py -N 4 -M 1
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas.py -N 4 -M 1
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_querys.py -N 4 -M 1
,,y,system-test,./pytest.sh python3 ./test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_vgroups.py -N 4 -M 1
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -Q 2
S
Shengliang Guan 已提交
386 387
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -Q 2
S
Shengliang Guan 已提交
388 389
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -Q 2
S
Shengliang Guan 已提交
390 391 392 393 394 395 396
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -Q 2
S
Shengliang Guan 已提交
397
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -Q 2
S
Shengliang Guan 已提交
398 399
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py -Q 2
S
Shengliang Guan 已提交
400
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -Q 2
S
Shengliang Guan 已提交
401 402
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -Q 2
S
Shengliang Guan 已提交
403
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -Q 2
S
Shengliang Guan 已提交
404 405 406 407 408 409 410 411 412 413
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -Q 2
S
Shengliang Guan 已提交
414
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -Q 2
S
Shengliang Guan 已提交
415 416 417 418 419 420 421 422 423
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -Q 2
dengyihao's avatar
dengyihao 已提交
424
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py -Q 2
S
Shengliang Guan 已提交
425 426 427 428 429 430 431 432
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -Q 2
S
Shengliang Guan 已提交
433
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -Q 2
S
Shengliang Guan 已提交
434 435 436 437 438 439 440 441
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -Q 2
S
Shengliang Guan 已提交
442 443
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 2
G
Ganlin Zhao 已提交
444
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 2
S
Shengliang Guan 已提交
445 446
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -Q 2
S
Shengliang Guan 已提交
447
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -Q 2
S
Shengliang Guan 已提交
448 449
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -Q 2
S
Shengliang Guan 已提交
450
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -Q 2
S
Shengliang Guan 已提交
451 452
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 2
S
Shengliang Guan 已提交
453 454
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -Q 2
S
Shengliang Guan 已提交
455 456
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -Q 2
S
Shengliang Guan 已提交
457 458 459 460 461 462 463 464 465 466 467 468 469
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -Q 2
S
Shengliang Guan 已提交
470
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -Q 2
S
Shengliang Guan 已提交
471
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -Q 2
G
Ganlin Zhao 已提交
472
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py -Q 2
G
Ganlin Zhao 已提交
473
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py -Q 2
S
Shengliang Guan 已提交
474
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -Q 2
S
Shengliang Guan 已提交
475
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 2
S
Shengliang Guan 已提交
476 477
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 2
G
Ganlin Zhao 已提交
478
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -Q 2
D
dapan1121 已提交
479
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -Q 2
G
Ganlin Zhao 已提交
480
,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py -Q 2
haoranc's avatar
haoranc 已提交
481

S
Shengliang Guan 已提交
482 483 484 485 486 487 488 489 490 491 492 493 494
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -Q 3
S
Shengliang Guan 已提交
495 496 497 498
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -Q 3
S
Shengliang Guan 已提交
499 500
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -Q 3
S
Shengliang Guan 已提交
501
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -Q 3
S
Shengliang Guan 已提交
502 503 504 505 506 507 508 509
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -Q 3
S
Shengliang Guan 已提交
510
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -Q 3
S
Shengliang Guan 已提交
511
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -Q 3
S
Shengliang Guan 已提交
512
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -Q 3
S
Shengliang Guan 已提交
513 514 515 516 517 518 519
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -Q 3
dengyihao's avatar
dengyihao 已提交
520
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py -Q 3
S
Shengliang Guan 已提交
521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 3
G
Ganlin Zhao 已提交
539
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 3
540 541
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -Q 3
S
Shengliang Guan 已提交
542
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -Q 3
S
Shengliang Guan 已提交
543 544
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -Q 3
S
Shengliang Guan 已提交
545
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -Q 3
S
Shengliang Guan 已提交
546 547
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 3
S
Shengliang Guan 已提交
548
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -Q 3
549 550 551
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -Q 3
S
Shengliang Guan 已提交
552 553 554 555 556 557 558 559 560 561 562 563 564
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -Q 3
S
Shengliang Guan 已提交
565 566
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -Q 3
567
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py -Q 3
G
Ganlin Zhao 已提交
568
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py -Q 3
S
Shengliang Guan 已提交
569
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -Q 3
S
Shengliang Guan 已提交
570
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 3
S
Shengliang Guan 已提交
571
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 3
S
Shengliang Guan 已提交
572
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 3
S
Shengliang Guan 已提交
573
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 3
G
Ganlin Zhao 已提交
574
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -Q 3
D
dapan1121 已提交
575
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -Q 3
G
Ganlin Zhao 已提交
576
,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py -Q 3
S
Shengliang Guan 已提交
577 578 579 580 581 582 583 584 585 586
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/between.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distinct.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/varchar.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ltrim.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/rtrim.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/length.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/char_length.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/upper.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/lower.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join.py -Q 4
S
Shengliang Guan 已提交
587
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/join2.py -Q 4
S
Shengliang Guan 已提交
588
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/substr.py -Q 4
S
Shengliang Guan 已提交
589 590
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/union1.py -Q 4
S
Shengliang Guan 已提交
591
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat.py -Q 4
S
Shengliang Guan 已提交
592 593
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws.py -Q 4
S
Shengliang Guan 已提交
594 595
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat_ws2.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/check_tsdb.py -Q 4
S
Shengliang Guan 已提交
596
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/spread.py -Q 4
S
Shengliang Guan 已提交
597 598 599 600 601 602 603 604
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/hyperloglog.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/explain.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/leastsquares.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timezone.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Now.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Today.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/min.py -Q 4
S
Shengliang Guan 已提交
605
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mode.py -Q 4
S
Shengliang Guan 已提交
606
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count.py -Q 4
S
Shengliang Guan 已提交
607
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/countAlwaysReturnValue.py -Q 4
S
Shengliang Guan 已提交
608 609 610 611 612 613 614
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/first.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_iso8601.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/timetruncate.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/diff.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/Timediff.py -Q 4
615
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py -Q 4
S
Shengliang Guan 已提交
616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/top.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/bottom.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/percentile.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/apercentile.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/abs.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ceil.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/floor.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/round.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/log.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/pow.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sqrt.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sin.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cos.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tan.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arcsin.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arccos.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/arctan.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q 4
G
Ganlin Zhao 已提交
634
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py -Q 4
S
Shengliang Guan 已提交
635 636
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -Q 4
S
Shengliang Guan 已提交
637
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/avg.py -Q 4
S
Shengliang Guan 已提交
638 639
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/elapsed.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/csum.py -Q 4
S
Shengliang Guan 已提交
640
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/mavg.py -Q 4
S
Shengliang Guan 已提交
641
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sample.py -Q 4
S
Shengliang Guan 已提交
642
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/cast.py -Q 4
S
Shengliang Guan 已提交
643
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_diff.py -Q 4
S
Shengliang Guan 已提交
644 645
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/unique.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stateduration.py -Q 4
S
Shengliang Guan 已提交
646 647
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_stateduration.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/statecount.py -Q 4
S
Shengliang Guan 已提交
648 649 650 651 652 653 654 655 656 657 658 659 660
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tail.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/ttl_comment.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_count.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_max.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_min.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_sum.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_spread.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_avg.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/twa.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/irate.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/function_null.py -Q 4
S
Shengliang Guan 已提交
661 662
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/count_partition.py -Q 4
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_partition.py -Q 4
G
Ganlin Zhao 已提交
663
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/max_min_last_interval.py -Q 4
G
Ganlin Zhao 已提交
664
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row_interval.py -Q 4
S
Shengliang Guan 已提交
665
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/last_row.py -Q 4
S
Shengliang Guan 已提交
666
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/tsbsQuery.py -Q 4
S
Shengliang Guan 已提交
667
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/sml.py -Q 4
S
Shengliang Guan 已提交
668
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/interp.py -Q 4
S
Shengliang Guan 已提交
669
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/case_when.py -Q 4
“happyguoxy” 已提交
670 671 672 673 674
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -R
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -Q 2
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -Q 3
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/insert_select.py -Q 4
“happyguoxy” 已提交
675
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/out_of_order.py -R
G
Ganlin Zhao 已提交
676
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/blockSMA.py -Q 4
D
dapan1121 已提交
677
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/projectionDesc.py -Q 4
wmmhello's avatar
wmmhello 已提交
678
,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/odbc.py
G
Ganlin Zhao 已提交
679
,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-21561.py -Q 4
P
Ping Xiao 已提交
680
,,y,system-test,./pytest.sh python3 ./test.py -f 99-TDcase/TD-20582.py
haoranc's avatar
haoranc 已提交
681

haoranc's avatar
haoranc 已提交
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 717 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
#tsim test
,,y,script,./test.sh -f tsim/tmq/basic2Of2ConsOverlap.sim
,,y,script,./test.sh -f tsim/parser/where.sim
,,y,script,./test.sh -f tsim/parser/join_manyblocks.sim
,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_leader.sim
,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v1_follower.sim
,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v2.sim
,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica3_v3.sim
,,y,script,./test.sh -f tsim/parser/limit1.sim
,,y,script,./test.sh -f tsim/parser/union.sim
,,y,script,./test.sh -f tsim/parser/commit.sim
,,y,script,./test.sh -f tsim/parser/nestquery.sim
,,n,script,./test.sh -f tsim/valgrind/checkError7.sim
,,y,script,./test.sh -f tsim/parser/groupby.sim
,,y,script,./test.sh -f tsim/parser/sliding.sim
,,y,script,./test.sh -f tsim/dnode/balance2.sim
,,y,script,./test.sh -f tsim/vnode/replica3_repeat.sim
,,y,script,./test.sh -f tsim/parser/col_arithmetic_operation.sim
,,y,script,./test.sh -f tsim/trans/create_db.sim
,,y,script,./test.sh -f tsim/dnode/balance3.sim
,,y,script,./test.sh -f tsim/vnode/replica3_many.sim
,,y,script,./test.sh -f tsim/stable/metrics_idx.sim
,,y,script,./test.sh -f tsim/db/alter_replica_13.sim
,,y,script,./test.sh -f tsim/sync/3Replica1VgElect.sim
,,y,script,./test.sh -f tsim/sync/3Replica5VgElect.sim
,,n,script,./test.sh -f tsim/valgrind/checkError6.sim

,,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
,,y,script,./test.sh -f tsim/user/privilege_sysinfo.sim
,,y,script,./test.sh -f tsim/user/privilege_topic.sim
,,y,script,./test.sh -f tsim/db/alter_option.sim
,,y,script,./test.sh -f tsim/db/alter_replica_31.sim
,,y,script,./test.sh -f tsim/db/basic1.sim
,,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
,,y,script,./test.sh -f tsim/db/create_all_options.sim
,,y,script,./test.sh -f tsim/db/delete_reuse1.sim
,,y,script,./test.sh -f tsim/db/delete_reuse2.sim
,,y,script,./test.sh -f tsim/db/delete_reusevnode.sim
,,y,script,./test.sh -f tsim/db/delete_reusevnode2.sim
,,y,script,./test.sh -f tsim/db/delete_writing1.sim
,,y,script,./test.sh -f tsim/db/delete_writing2.sim
,,y,script,./test.sh -f tsim/db/error1.sim
,,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
,,y,script,./test.sh -f tsim/db/show_create_table.sim
,,y,script,./test.sh -f tsim/db/tables.sim
,,y,script,./test.sh -f tsim/db/taosdlog.sim
,,y,script,./test.sh -f tsim/dnode/balance_replica1.sim
,,y,script,./test.sh -f tsim/dnode/balance_replica3.sim
,,y,script,./test.sh -f tsim/dnode/balance1.sim
,,y,script,./test.sh -f tsim/dnode/balancex.sim
,,y,script,./test.sh -f tsim/dnode/create_dnode.sim
,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_mnode.sim
,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_qnode_snode.sim
,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica1.sim
,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_vnode_replica3.sim
,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_multi_vnode_replica1.sim
,,y,script,./test.sh -f tsim/dnode/drop_dnode_has_multi_vnode_replica3.sim
,,y,script,./test.sh -f tsim/dnode/drop_dnode_force.sim
,,y,script,./test.sh -f tsim/dnode/offline_reason.sim
,,y,script,./test.sh -f tsim/dnode/redistribute_vgroup_replica1.sim
,,y,script,./test.sh -f tsim/dnode/vnode_clean.sim
,,y,script,./test.sh -f tsim/dnode/use_dropped_dnode.sim 
,,y,script,./test.sh -f tsim/dnode/split_vgroup_replica1.sim 
,,y,script,./test.sh -f tsim/dnode/split_vgroup_replica3.sim 
,,y,script,./test.sh -f tsim/import/basic.sim
,,y,script,./test.sh -f tsim/import/commit.sim
,,y,script,./test.sh -f tsim/import/large.sim
,,y,script,./test.sh -f tsim/import/replica1.sim
,,y,script,./test.sh -f tsim/insert/backquote.sim
,,y,script,./test.sh -f tsim/insert/basic.sim
,,y,script,./test.sh -f tsim/insert/basic0.sim
,,y,script,./test.sh -f tsim/insert/basic1.sim
,,y,script,./test.sh -f tsim/insert/basic2.sim
,,y,script,./test.sh -f tsim/insert/commit-merge0.sim
,,y,script,./test.sh -f tsim/insert/insert_drop.sim
,,y,script,./test.sh -f tsim/insert/insert_select.sim
,,y,script,./test.sh -f tsim/insert/null.sim
,,y,script,./test.sh -f tsim/insert/query_block1_file.sim
,,y,script,./test.sh -f tsim/insert/query_block1_memory.sim
,,y,script,./test.sh -f tsim/insert/query_block2_file.sim
,,y,script,./test.sh -f tsim/insert/query_block2_memory.sim
,,y,script,./test.sh -f tsim/insert/query_file_memory.sim
,,y,script,./test.sh -f tsim/insert/query_multi_file.sim
,,y,script,./test.sh -f tsim/insert/tcp.sim
,,y,script,./test.sh -f tsim/insert/update0.sim
,,y,script,./test.sh -f tsim/insert/update1_sort_merge.sim
,,y,script,./test.sh -f tsim/insert/update2.sim
,,y,script,./test.sh -f tsim/parser/alter__for_community_version.sim
,,y,script,./test.sh -f tsim/parser/alter_column.sim
,,y,script,./test.sh -f tsim/parser/alter_stable.sim
,,y,script,./test.sh -f tsim/parser/alter.sim
,,y,script,./test.sh -f tsim/parser/alter1.sim
,,y,script,./test.sh -f tsim/parser/auto_create_tb_drop_tb.sim
,,y,script,./test.sh -f tsim/parser/auto_create_tb.sim
,,y,script,./test.sh -f tsim/parser/between_and.sim
,,y,script,./test.sh -f tsim/parser/binary_escapeCharacter.sim
,,y,script,./test.sh -f tsim/parser/columnValue_bigint.sim
,,y,script,./test.sh -f tsim/parser/columnValue_bool.sim
,,y,script,./test.sh -f tsim/parser/columnValue_double.sim
,,y,script,./test.sh -f tsim/parser/columnValue_float.sim
,,y,script,./test.sh -f tsim/parser/columnValue_int.sim
,,y,script,./test.sh -f tsim/parser/columnValue_smallint.sim
,,y,script,./test.sh -f tsim/parser/columnValue_tinyint.sim
,,y,script,./test.sh -f tsim/parser/columnValue_unsign.sim
,,y,script,./test.sh -f tsim/parser/condition.sim
,,y,script,./test.sh -f tsim/parser/constCol.sim
,,y,script,./test.sh -f tsim/parser/create_db.sim
,,y,script,./test.sh -f tsim/parser/create_mt.sim
,,y,script,./test.sh -f tsim/parser/create_tb_with_tag_name.sim
,,y,script,./test.sh -f tsim/parser/create_tb.sim
,,y,script,./test.sh -f tsim/parser/dbtbnameValidate.sim
,,y,script,./test.sh -f tsim/parser/distinct.sim
,,y,script,./test.sh -f tsim/parser/fill_us.sim
,,y,script,./test.sh -f tsim/parser/fill.sim
,,y,script,./test.sh -f tsim/parser/first_last.sim
,,y,script,./test.sh -f tsim/parser/fill_stb.sim
,,y,script,./test.sh -f tsim/parser/interp.sim
,,y,script,./test.sh -f tsim/parser/fourArithmetic-basic.sim
,,y,script,./test.sh -f tsim/parser/function.sim
,,y,script,./test.sh -f tsim/parser/groupby-basic.sim
,,y,script,./test.sh -f tsim/parser/having_child.sim
,,y,script,./test.sh -f tsim/parser/having.sim
,,y,script,./test.sh -f tsim/parser/import_commit1.sim
,,y,script,./test.sh -f tsim/parser/import_commit2.sim
,,y,script,./test.sh -f tsim/parser/import_commit3.sim
,,y,script,./test.sh -f tsim/parser/import_file.sim
,,y,script,./test.sh -f tsim/parser/import.sim
,,y,script,./test.sh -f tsim/parser/insert_multiTbl.sim
,,y,script,./test.sh -f tsim/parser/insert_tb.sim
,,y,script,./test.sh -f tsim/parser/join_multitables.sim
,,y,script,./test.sh -f tsim/parser/join_multivnode.sim
,,y,script,./test.sh -f tsim/parser/join.sim
,,y,script,./test.sh -f tsim/parser/last_cache.sim
,,y,script,./test.sh -f tsim/parser/last_groupby.sim
,,y,script,./test.sh -f tsim/parser/lastrow.sim
,,y,script,./test.sh -f tsim/parser/lastrow2.sim
,,y,script,./test.sh -f tsim/parser/like.sim
,,y,script,./test.sh -f tsim/parser/limit.sim
,,y,script,./test.sh -f tsim/parser/mixed_blocks.sim
,,y,script,./test.sh -f tsim/parser/nchar.sim
,,y,script,./test.sh -f tsim/parser/null_char.sim
,,y,script,./test.sh -f tsim/parser/precision_ns.sim
,,y,script,./test.sh -f tsim/parser/projection_limit_offset.sim
,,y,script,./test.sh -f tsim/parser/regex.sim
,,y,script,./test.sh -f tsim/parser/regressiontest.sim
,,y,script,./test.sh -f tsim/parser/select_across_vnodes.sim
,,y,script,./test.sh -f tsim/parser/select_distinct_tag.sim
,,y,script,./test.sh -f tsim/parser/select_from_cache_disk.sim
,,y,script,./test.sh -f tsim/parser/select_with_tags.sim
,,y,script,./test.sh -f tsim/parser/selectResNum.sim
,,y,script,./test.sh -f tsim/parser/set_tag_vals.sim
,,y,script,./test.sh -f tsim/parser/single_row_in_tb.sim
,,y,script,./test.sh -f tsim/parser/slimit_alter_tags.sim
,,y,script,./test.sh -f tsim/parser/slimit.sim
,,y,script,./test.sh -f tsim/parser/slimit1.sim
,,y,script,./test.sh -f tsim/parser/stableOp.sim
,,y,script,./test.sh -f tsim/parser/tags_dynamically_specifiy.sim
,,y,script,./test.sh -f tsim/parser/tags_filter.sim
,,y,script,./test.sh -f tsim/parser/tbnameIn.sim
,,y,script,./test.sh -f tsim/parser/timestamp.sim
,,y,script,./test.sh -f tsim/parser/top_groupby.sim
,,y,script,./test.sh -f tsim/parser/topbot.sim
,,y,script,./test.sh -f tsim/parser/union_sysinfo.sim
,,y,script,./test.sh -f tsim/parser/slimit_limit.sim
,,y,script,./test.sh -f tsim/query/tagLikeFilter.sim
,,y,script,./test.sh -f tsim/query/charScalarFunction.sim
,,y,script,./test.sh -f tsim/query/explain.sim
,,y,script,./test.sh -f tsim/query/interval-offset.sim
,,y,script,./test.sh -f tsim/query/interval.sim
,,y,script,./test.sh -f tsim/query/scalarFunction.sim
,,y,script,./test.sh -f tsim/query/scalarNull.sim
,,y,script,./test.sh -f tsim/query/session.sim
,,y,script,./test.sh -f tsim/query/udf.sim
,,y,script,./test.sh -f tsim/query/udf_with_const.sim
,,y,script,./test.sh -f tsim/query/sys_tbname.sim
,,y,script,./test.sh -f tsim/query/groupby.sim
,,y,script,./test.sh -f tsim/query/event.sim
,,y,script,./test.sh -f tsim/query/forceFill.sim
,,y,script,./test.sh -f tsim/query/emptyTsRange.sim
,,y,script,./test.sh -f tsim/query/partitionby.sim
872
,,y,script,./test.sh -f tsim/query/tableCount.sim 
haoranc's avatar
haoranc 已提交
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 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090
,,y,script,./test.sh -f tsim/qnode/basic1.sim
,,y,script,./test.sh -f tsim/snode/basic1.sim
,,y,script,./test.sh -f tsim/mnode/basic1.sim
,,y,script,./test.sh -f tsim/mnode/basic2.sim
,,y,script,./test.sh -f tsim/mnode/basic3.sim
,,y,script,./test.sh -f tsim/mnode/basic4.sim
,,y,script,./test.sh -f tsim/mnode/basic5.sim
,,y,script,./test.sh -f tsim/show/basic.sim
,,y,script,./test.sh -f tsim/table/autocreate.sim
,,y,script,./test.sh -f tsim/table/basic1.sim
,,y,script,./test.sh -f tsim/table/basic2.sim
,,y,script,./test.sh -f tsim/table/basic3.sim
,,y,script,./test.sh -f tsim/table/bigint.sim
,,y,script,./test.sh -f tsim/table/binary.sim
,,y,script,./test.sh -f tsim/table/bool.sim
,,y,script,./test.sh -f tsim/table/column_name.sim
,,y,script,./test.sh -f tsim/table/column_num.sim
,,y,script,./test.sh -f tsim/table/column_value.sim
,,y,script,./test.sh -f tsim/table/column2.sim
,,y,script,./test.sh -f tsim/table/createmulti.sim
,,y,script,./test.sh -f tsim/table/date.sim
,,y,script,./test.sh -f tsim/table/db.table.sim
,,y,script,./test.sh -f tsim/table/delete_reuse1.sim
,,y,script,./test.sh -f tsim/table/delete_reuse2.sim
,,y,script,./test.sh -f tsim/table/delete_writing.sim
,,y,script,./test.sh -f tsim/table/describe.sim
,,y,script,./test.sh -f tsim/table/double.sim
,,y,script,./test.sh -f tsim/table/float.sim
,,y,script,./test.sh -f tsim/table/hash.sim
,,y,script,./test.sh -f tsim/table/int.sim
,,y,script,./test.sh -f tsim/table/limit.sim
,,y,script,./test.sh -f tsim/table/smallint.sim
,,y,script,./test.sh -f tsim/table/table_len.sim
,,y,script,./test.sh -f tsim/table/table.sim
,,y,script,./test.sh -f tsim/table/tinyint.sim
,,y,script,./test.sh -f tsim/table/vgroup.sim
,,n,script,./test.sh -f tsim/stream/basic0.sim -g
,,y,script,./test.sh -f tsim/stream/basic1.sim
,,y,script,./test.sh -f tsim/stream/basic2.sim
,,y,script,./test.sh -f tsim/stream/drop_stream.sim
,,y,script,./test.sh -f tsim/stream/fillHistoryBasic1.sim
,,y,script,./test.sh -f tsim/stream/fillHistoryBasic2.sim
,,y,script,./test.sh -f tsim/stream/fillHistoryBasic3.sim
,,y,script,./test.sh -f tsim/stream/distributeInterval0.sim
,,y,script,./test.sh -f tsim/stream/distributeIntervalRetrive0.sim
,,y,script,./test.sh -f tsim/stream/distributeSession0.sim
,,y,script,./test.sh -f tsim/stream/session0.sim
,,y,script,./test.sh -f tsim/stream/session1.sim
,,y,script,./test.sh -f tsim/stream/state0.sim
,,y,script,./test.sh -f tsim/stream/triggerInterval0.sim
,,y,script,./test.sh -f tsim/stream/triggerSession0.sim
,,y,script,./test.sh -f tsim/stream/partitionby.sim
,,y,script,./test.sh -f tsim/stream/partitionby1.sim
,,y,script,./test.sh -f tsim/stream/schedSnode.sim
,,y,script,./test.sh -f tsim/stream/windowClose.sim
,,y,script,./test.sh -f tsim/stream/ignoreExpiredData.sim
,,y,script,./test.sh -f tsim/stream/sliding.sim
,,y,script,./test.sh -f tsim/stream/partitionbyColumnInterval.sim
,,y,script,./test.sh -f tsim/stream/partitionbyColumnSession.sim
,,y,script,./test.sh -f tsim/stream/partitionbyColumnState.sim
,,y,script,./test.sh -f tsim/stream/deleteInterval.sim
,,y,script,./test.sh -f tsim/stream/deleteSession.sim
,,y,script,./test.sh -f tsim/stream/deleteState.sim
,,y,script,./test.sh -f tsim/stream/fillIntervalDelete0.sim
,,y,script,./test.sh -f tsim/stream/fillIntervalDelete1.sim
,,y,script,./test.sh -f tsim/stream/fillIntervalLinear.sim
,,y,script,./test.sh -f tsim/stream/fillIntervalPartitionBy.sim
,,y,script,./test.sh -f tsim/stream/fillIntervalPrevNext.sim
,,y,script,./test.sh -f tsim/stream/fillIntervalValue.sim
,,y,script,./test.sh -f tsim/stream/udTableAndTag0.sim
,,y,script,./test.sh -f tsim/stream/udTableAndTag1.sim
,,y,script,./test.sh -f tsim/trans/lossdata1.sim
,,y,script,./test.sh -f tsim/tmq/basic1.sim
,,y,script,./test.sh -f tsim/tmq/basic2.sim
,,y,script,./test.sh -f tsim/tmq/basic3.sim
,,y,script,./test.sh -f tsim/tmq/basic4.sim
,,y,script,./test.sh -f tsim/tmq/basic1Of2Cons.sim
,,y,script,./test.sh -f tsim/tmq/basic2Of2Cons.sim
,,y,script,./test.sh -f tsim/tmq/basic3Of2Cons.sim
,,y,script,./test.sh -f tsim/tmq/basic4Of2Cons.sim
,,y,script,./test.sh -f tsim/tmq/topic.sim
,,y,script,./test.sh -f tsim/tmq/snapshot.sim
,,y,script,./test.sh -f tsim/tmq/snapshot1.sim
,,y,script,./test.sh -f tsim/stable/alter_comment.sim
,,y,script,./test.sh -f tsim/stable/alter_count.sim
,,y,script,./test.sh -f tsim/stable/alter_import.sim
,,y,script,./test.sh -f tsim/stable/alter_insert1.sim
,,y,script,./test.sh -f tsim/stable/alter_insert2.sim
,,y,script,./test.sh -f tsim/stable/alter_metrics.sim
,,y,script,./test.sh -f tsim/stable/column_add.sim
,,y,script,./test.sh -f tsim/stable/column_drop.sim
,,y,script,./test.sh -f tsim/stable/column_modify.sim
,,y,script,./test.sh -f tsim/stable/disk.sim
,,y,script,./test.sh -f tsim/stable/dnode3.sim
,,y,script,./test.sh -f tsim/stable/metrics.sim
,,y,script,./test.sh -f tsim/stable/refcount.sim
,,y,script,./test.sh -f tsim/stable/tag_add.sim
,,y,script,./test.sh -f tsim/stable/tag_drop.sim
,,y,script,./test.sh -f tsim/stable/tag_filter.sim
,,y,script,./test.sh -f tsim/stable/tag_modify.sim
,,y,script,./test.sh -f tsim/stable/tag_rename.sim
,,y,script,./test.sh -f tsim/stable/values.sim
,,y,script,./test.sh -f tsim/stable/vnode3.sim
,,n,script,./test.sh -f tsim/sma/drop_sma.sim
,,y,script,./test.sh -f tsim/sma/sma_leak.sim
,,y,script,./test.sh -f tsim/sma/tsmaCreateInsertQuery.sim
,,y,script,./test.sh -f tsim/sma/rsmaCreateInsertQuery.sim
,,y,script,./test.sh -f tsim/sma/rsmaPersistenceRecovery.sim
,,n,script,./test.sh -f tsim/valgrind/checkError1.sim
,,n,script,./test.sh -f tsim/valgrind/checkError2.sim
,,n,script,./test.sh -f tsim/valgrind/checkError3.sim
,,n,script,./test.sh -f tsim/valgrind/checkError4.sim
,,n,script,./test.sh -f tsim/valgrind/checkError5.sim
,,n,script,./test.sh -f tsim/valgrind/checkError8.sim
,,n,script,./test.sh -f tsim/valgrind/checkUdf.sim
,,y,script,./test.sh -f tsim/vnode/replica3_basic.sim
,,y,script,./test.sh -f tsim/vnode/replica3_vgroup.sim
,,y,script,./test.sh -f tsim/vnode/replica3_import.sim
,,y,script,./test.sh -f tsim/vnode/stable_balance_replica1.sim
,,y,script,./test.sh -f tsim/vnode/stable_dnode2_stop.sim
,,y,script,./test.sh -f tsim/vnode/stable_dnode2.sim
,,y,script,./test.sh -f tsim/vnode/stable_dnode3.sim
,,y,script,./test.sh -f tsim/vnode/stable_replica3_dnode6.sim
,,y,script,./test.sh -f tsim/vnode/stable_replica3_vnode3.sim
,,y,script,./test.sh -f tsim/sync/oneReplica1VgElect.sim
,,y,script,./test.sh -f tsim/sync/oneReplica5VgElect.sim
,,y,script,./test.sh -f tsim/catalog/alterInCurrent.sim
,,y,script,./test.sh -f tsim/scalar/in.sim
,,y,script,./test.sh -f tsim/scalar/scalar.sim
,,y,script,./test.sh -f tsim/scalar/filter.sim 
,,y,script,./test.sh -f tsim/scalar/caseWhen.sim 
,,y,script,./test.sh -f tsim/scalar/tsConvert.sim 
,,y,script,./test.sh -f tsim/alter/cached_schema_after_alter.sim
,,y,script,./test.sh -f tsim/alter/dnode.sim
,,y,script,./test.sh -f tsim/alter/table.sim
,,y,script,./test.sh -f tsim/cache/new_metrics.sim
,,y,script,./test.sh -f tsim/cache/restart_table.sim
,,y,script,./test.sh -f tsim/cache/restart_metrics.sim
,,y,script,./test.sh -f tsim/column/commit.sim
,,y,script,./test.sh -f tsim/column/metrics.sim
,,y,script,./test.sh -f tsim/column/table.sim
,,y,script,./test.sh -f tsim/compress/commitlog.sim
,,y,script,./test.sh -f tsim/compress/compress2.sim
,,y,script,./test.sh -f tsim/compress/compress.sim
,,y,script,./test.sh -f tsim/compress/uncompress.sim
,,y,script,./test.sh -f tsim/compute/avg.sim
,,y,script,./test.sh -f tsim/compute/block_dist.sim
,,y,script,./test.sh -f tsim/compute/bottom.sim
,,y,script,./test.sh -f tsim/compute/count.sim
,,y,script,./test.sh -f tsim/compute/diff.sim
,,y,script,./test.sh -f tsim/compute/diff2.sim
,,y,script,./test.sh -f tsim/compute/first.sim
,,y,script,./test.sh -f tsim/compute/interval.sim
,,y,script,./test.sh -f tsim/compute/last_row.sim
,,y,script,./test.sh -f tsim/compute/last.sim
,,y,script,./test.sh -f tsim/compute/leastsquare.sim
,,y,script,./test.sh -f tsim/compute/max.sim
,,y,script,./test.sh -f tsim/compute/min.sim
,,y,script,./test.sh -f tsim/compute/null.sim
,,y,script,./test.sh -f tsim/compute/percentile.sim
,,y,script,./test.sh -f tsim/compute/stddev.sim
,,y,script,./test.sh -f tsim/compute/sum.sim
,,y,script,./test.sh -f tsim/compute/top.sim
,,y,script,./test.sh -f tsim/field/2.sim
,,y,script,./test.sh -f tsim/field/3.sim
,,y,script,./test.sh -f tsim/field/4.sim
,,y,script,./test.sh -f tsim/field/5.sim
,,y,script,./test.sh -f tsim/field/6.sim
,,y,script,./test.sh -f tsim/field/binary.sim
,,y,script,./test.sh -f tsim/field/bigint.sim
,,y,script,./test.sh -f tsim/field/bool.sim
,,y,script,./test.sh -f tsim/field/double.sim
,,y,script,./test.sh -f tsim/field/float.sim
,,y,script,./test.sh -f tsim/field/int.sim
,,y,script,./test.sh -f tsim/field/single.sim
,,y,script,./test.sh -f tsim/field/smallint.sim
,,y,script,./test.sh -f tsim/field/tinyint.sim
,,y,script,./test.sh -f tsim/field/unsigined_bigint.sim
,,y,script,./test.sh -f tsim/vector/metrics_field.sim
,,y,script,./test.sh -f tsim/vector/metrics_mix.sim
,,y,script,./test.sh -f tsim/vector/metrics_query.sim
,,y,script,./test.sh -f tsim/vector/metrics_tag.sim
,,y,script,./test.sh -f tsim/vector/metrics_time.sim
,,y,script,./test.sh -f tsim/vector/multi.sim
,,y,script,./test.sh -f tsim/vector/single.sim
,,y,script,./test.sh -f tsim/vector/table_field.sim
,,y,script,./test.sh -f tsim/vector/table_mix.sim
,,y,script,./test.sh -f tsim/vector/table_query.sim
,,y,script,./test.sh -f tsim/vector/table_time.sim
,,y,script,./test.sh -f tsim/wal/kill.sim
,,y,script,./test.sh -f tsim/tag/3.sim
,,y,script,./test.sh -f tsim/tag/4.sim
,,y,script,./test.sh -f tsim/tag/5.sim
,,y,script,./test.sh -f tsim/tag/6.sim
,,y,script,./test.sh -f tsim/tag/add.sim
,,y,script,./test.sh -f tsim/tag/bigint.sim
,,y,script,./test.sh -f tsim/tag/binary_binary.sim
,,y,script,./test.sh -f tsim/tag/binary.sim
,,y,script,./test.sh -f tsim/tag/bool_binary.sim
,,y,script,./test.sh -f tsim/tag/bool_int.sim
,,y,script,./test.sh -f tsim/tag/bool.sim
,,y,script,./test.sh -f tsim/tag/change.sim
,,y,script,./test.sh -f tsim/tag/column.sim
,,y,script,./test.sh -f tsim/tag/commit.sim
,,y,script,./test.sh -f tsim/tag/create.sim
,,y,script,./test.sh -f tsim/tag/delete.sim
,,y,script,./test.sh -f tsim/tag/double.sim
,,y,script,./test.sh -f tsim/tag/filter.sim
,,y,script,./test.sh -f tsim/tag/float.sim
,,y,script,./test.sh -f tsim/tag/int_binary.sim
,,y,script,./test.sh -f tsim/tag/int_float.sim
,,y,script,./test.sh -f tsim/tag/int.sim
,,y,script,./test.sh -f tsim/tag/set.sim
,,y,script,./test.sh -f tsim/tag/smallint.sim
,,y,script,./test.sh -f tsim/tag/tinyint.sim
,,y,script,./test.sh -f tsim/tag/drop_tag.sim
,,y,script,./test.sh -f tsim/tag/tbNameIn.sim
,,y,script,./test.sh -f tmp/monitor.sim
haoranc's avatar
haoranc 已提交
1091
#develop test
1092
,,n,develop-test,python3 ./test.py -f 2-query/table_count_scan.py
S
slzhou 已提交
1093
,,n,develop-test,python3 ./test.py -f 2-query/show_create_db.py
wmmhello's avatar
wmmhello 已提交
1094
,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/auto_create_table_json.py
S
Shengliang Guan 已提交
1095 1096
,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/custom_col_tag.py
,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/default_json.py
1097
,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/demo.py
S
Shengliang Guan 已提交
1098
,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/insert_alltypes_json.py
1099
,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/invalid_commandline.py
S
Shengliang Guan 已提交
1100 1101 1102
,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/json_tag.py
,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/query_json.py
,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/sample_csv_json.py
1103
#,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/sml_json_alltypes.py
S
Shengliang Guan 已提交
1104
,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestQueryWithJson.py -R
dengyihao's avatar
dengyihao 已提交
1105
#,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/telnet_tcp.py -R
haoranc's avatar
haoranc 已提交
1106 1107

#docs-examples test
S
Shengliang Guan 已提交
1108 1109 1110 1111
,,n,docs-examples-test,bash python.sh
,,n,docs-examples-test,bash node.sh
,,n,docs-examples-test,bash csharp.sh
,,n,docs-examples-test,bash jdbc.sh
1112
,,n,docs-examples-test,bash go.sh