fulltest.sh 21.3 KB
Newer Older
1 2
#!/bin/bash
set -e
T
tangfangzhi 已提交
3
set -x
4

5
python3 ./test.py -f 0-others/taosShell.py
6 7
python3 ./test.py -f 0-others/taosShellError.py
python3 ./test.py -f 0-others/taosShellNetChk.py
8
python3 ./test.py -f 0-others/telemetry.py
9
python3 ./test.py -f 0-others/taosdMonitor.py
10
python3 ./test.py -f 0-others/udfTest.py
11 12
python3 ./test.py -f 0-others/udf_create.py
python3 ./test.py -f 0-others/udf_restart_taosd.py
13
python3 ./test.py -f 0-others/cachemodel.py
14 15
python3 ./test.py -f 0-others/udf_cfg1.py
python3 ./test.py -f 0-others/udf_cfg2.py
16

J
jiacy-jcy 已提交
17
python3 ./test.py -f 0-others/sysinfo.py
C
cpwu 已提交
18
python3 ./test.py -f 0-others/user_control.py
C
cpwu 已提交
19
python3 ./test.py -f 0-others/fsync.py
C
cpwu 已提交
20

21
python3 ./test.py -f 1-insert/influxdb_line_taosc_insert.py
W
wenzhouwww@live.cn 已提交
22
python3 ./test.py -f 1-insert/opentsdb_telnet_line_taosc_insert.py
23
python3 ./test.py -f 1-insert/opentsdb_json_taosc_insert.py
haoranc's avatar
haoranc 已提交
24
python3 ./test.py -f 1-insert/test_stmt_muti_insert_query.py
C
cpwu 已提交
25
python3 ./test.py -f 1-insert/test_stmt_set_tbname_tag.py
J
jiacy-jcy 已提交
26
python3 ./test.py -f 1-insert/alter_stable.py
J
jiacy-jcy 已提交
27
python3 ./test.py -f 1-insert/alter_table.py
haoranc's avatar
haoranc 已提交
28
python3 ./test.py -f 1-insert/insertWithMoreVgroup.py
J
jiacy-jcy 已提交
29
python3 ./test.py -f 1-insert/table_comment.py
C
Cary Xu 已提交
30
python3 ./test.py -f 1-insert/time_range_wise.py
C
cpwu 已提交
31 32
python3 ./test.py -f 1-insert/block_wise.py
python3 ./test.py -f 1-insert/create_retentions.py
33
python3 ./test.py -f 1-insert/table_param_ttl.py
C
cpwu 已提交
34
python3 ./test.py -f 1-insert/mutil_stage.py
haoranc's avatar
haoranc 已提交
35

J
jiacy-jcy 已提交
36
python3 ./test.py -f 1-insert/update_data_muti_rows.py
J
jiacy-jcy 已提交
37
python3 ./test.py -f 1-insert/db_tb_name_check.py
J
jiacy-jcy 已提交
38

C
cpwu 已提交
39 40 41 42 43 44 45 46
python3 ./test.py -f 2-query/abs.py
python3 ./test.py -f 2-query/abs.py -R
python3 ./test.py -f 2-query/and_or_for_byte.py
python3 ./test.py -f 2-query/and_or_for_byte.py -R
python3 ./test.py -f 2-query/apercentile.py
python3 ./test.py -f 2-query/apercentile.py -R
python3 ./test.py -f 2-query/arccos.py
python3 ./test.py -f 2-query/arccos.py -R
C
cpwu 已提交
47 48 49 50 51 52 53 54 55 56 57 58
python3 ./test.py -f 2-query/arcsin.py
python3 ./test.py -f 2-query/arcsin.py -R
python3 ./test.py -f 2-query/arctan.py
python3 ./test.py -f 2-query/arctan.py -R
python3 ./test.py -f 2-query/avg.py
python3 ./test.py -f 2-query/avg.py -R
python3 ./test.py -f 2-query/between.py
python3 ./test.py -f 2-query/between.py -R
python3 ./test.py -f 2-query/bottom.py
python3 ./test.py -f 2-query/bottom.py -R
python3 ./test.py -f 2-query/cast.py
python3 ./test.py -f 2-query/cast.py -R
C
cpwu 已提交
59 60 61 62
python3 ./test.py -f 2-query/ceil.py
python3 ./test.py -f 2-query/ceil.py -R
python3 ./test.py -f 2-query/char_length.py
python3 ./test.py -f 2-query/char_length.py -R
63 64
python3 ./test.py -f 2-query/check_tsdb.py
python3 ./test.py -f 2-query/check_tsdb.py -R
C
cpwu 已提交
65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
python3 ./test.py -f 2-query/concat.py
python3 ./test.py -f 2-query/concat.py -R
python3 ./test.py -f 2-query/concat_ws.py
python3 ./test.py -f 2-query/concat_ws.py -R
python3 ./test.py -f 2-query/concat_ws2.py
python3 ./test.py -f 2-query/concat_ws2.py -R
python3 ./test.py -f 2-query/cos.py
python3 ./test.py -f 2-query/cos.py -R
python3 ./test.py -f 2-query/count_partition.py
python3 ./test.py -f 2-query/count_partition.py -R
python3 ./test.py -f 2-query/count.py
python3 ./test.py -f 2-query/count.py -R
python3 ./test.py -f 2-query/db.py
python3 ./test.py -f 2-query/db.py -R
python3 ./test.py -f 2-query/diff.py
python3 ./test.py -f 2-query/diff.py -R
python3 ./test.py -f 2-query/distinct.py
python3 ./test.py -f 2-query/distinct.py -R
python3 ./test.py -f 2-query/distribute_agg_apercentile.py
python3 ./test.py -f 2-query/distribute_agg_apercentile.py -R
python3 ./test.py -f 2-query/distribute_agg_avg.py
python3 ./test.py -f 2-query/distribute_agg_avg.py -R
C
cpwu 已提交
87 88 89 90 91 92
python3 ./test.py -f 2-query/distribute_agg_count.py
python3 ./test.py -f 2-query/distribute_agg_count.py -R
python3 ./test.py -f 2-query/distribute_agg_max.py
python3 ./test.py -f 2-query/distribute_agg_max.py -R
python3 ./test.py -f 2-query/distribute_agg_min.py
python3 ./test.py -f 2-query/distribute_agg_min.py -R
C
cpwu 已提交
93 94 95 96 97 98
python3 ./test.py -f 2-query/distribute_agg_spread.py
python3 ./test.py -f 2-query/distribute_agg_spread.py -R
python3 ./test.py -f 2-query/distribute_agg_stddev.py
python3 ./test.py -f 2-query/distribute_agg_stddev.py -R
python3 ./test.py -f 2-query/distribute_agg_sum.py
python3 ./test.py -f 2-query/distribute_agg_sum.py -R
G
Ganlin Zhao 已提交
99 100
python3 ./test.py -f 2-query/interp.py
python3 ./test.py -f 2-query/interp.py -R
C
cpwu 已提交
101 102 103



C
cpwu 已提交
104

J
jiacy-jcy 已提交
105
python3 ./test.py -f 1-insert/update_data.py
J
Jason-Jia 已提交
106

J
jiacy-jcy 已提交
107
python3 ./test.py -f 1-insert/delete_data.py
J
jiacy-jcy 已提交
108

T
tangfangzhi 已提交
109
python3 ./test.py -f 2-query/varchar.py
C
cpwu 已提交
110 111
python3 ./test.py -f 2-query/ltrim.py
python3 ./test.py -f 2-query/rtrim.py
C
cpwu 已提交
112
python3 ./test.py -f 2-query/length.py
C
cpwu 已提交
113 114
python3 ./test.py -f 2-query/upper.py
python3 ./test.py -f 2-query/lower.py
C
cpwu 已提交
115 116
python3 ./test.py -f 2-query/join.py
python3 ./test.py -f 2-query/join2.py
C
cpwu 已提交
117
python3 ./test.py -f 2-query/substr.py
C
cpwu 已提交
118 119
python3 ./test.py -f 2-query/union.py
python3 ./test.py -f 2-query/union1.py
C
cpwu 已提交
120
python3 ./test.py -f 2-query/concat2.py
C
cpwu 已提交
121 122
python3 ./test.py -f 2-query/spread.py
python3 ./test.py -f 2-query/hyperloglog.py
C
cpwu 已提交
123
python3 ./test.py -f 2-query/explain.py
C
cpwu 已提交
124
python3 ./test.py -f 2-query/leastsquares.py
C
cpwu 已提交
125
python3 ./test.py -f 2-query/histogram.py
C
cpwu 已提交
126

J
jiacy-jcy 已提交
127

J
update  
jiacy-jcy 已提交
128
python3 ./test.py -f 2-query/timezone.py
J
Jason-Jia 已提交
129 130
python3 ./test.py -f 2-query/Now.py
python3 ./test.py -f 2-query/Today.py
J
jiacy-jcy 已提交
131 132
python3 ./test.py -f 2-query/max.py
python3 ./test.py -f 2-query/min.py
J
update  
jiacy-jcy 已提交
133
python3 ./test.py -f 2-query/last.py
J
jiacy-jcy 已提交
134
python3 ./test.py -f 2-query/first.py
J
jiacy-jcy 已提交
135
python3 ./test.py -f 2-query/To_iso8601.py
J
update  
jiacy-jcy 已提交
136 137
python3 ./test.py -f 2-query/To_unixtimestamp.py
python3 ./test.py -f 2-query/timetruncate.py
J
jiacy-jcy 已提交
138
python3 ./test.py -f 2-query/Timediff.py
wmmhello's avatar
wmmhello 已提交
139
python3 ./test.py -f 2-query/json_tag.py
W
wenzhouwww@live.cn 已提交
140

J
jiacy-jcy 已提交
141
python3 ./test.py -f 2-query/top.py
J
jiacy-jcy 已提交
142
python3 ./test.py -f 2-query/percentile.py
W
wenzhouwww@live.cn 已提交
143 144
python3 ./test.py -f 2-query/floor.py
python3 ./test.py -f 2-query/round.py
W
wenzhouwww@live.cn 已提交
145 146
python3 ./test.py -f 2-query/log.py
python3 ./test.py -f 2-query/pow.py
147
python3 ./test.py -f 2-query/sqrt.py
W
wenzhouwww@live.cn 已提交
148
python3 ./test.py -f 2-query/sin.py
149
python3 ./test.py -f 2-query/tan.py
150
python3 ./test.py -f 2-query/query_cols_tags_and_or.py
C
cpwu 已提交
151
# python3 ./test.py -f 2-query/nestedQuery.py
C
cpwu 已提交
152
# TD-15983 subquery output duplicate name column.
153 154
# Please Xiangyang Guo modify the following script
# python3 ./test.py -f 2-query/nestedQuery_str.py
J
jiacy-jcy 已提交
155

156
python3 ./test.py -f 2-query/elapsed.py
W
wenzhouwww@live.cn 已提交
157
python3 ./test.py -f 2-query/csum.py
G
Ganlin Zhao 已提交
158
#python3 ./test.py -f 2-query/mavg.py
W
wenzhouwww@live.cn 已提交
159
python3 ./test.py -f 2-query/sample.py
W
wenzhouwww@live.cn 已提交
160
python3 ./test.py -f 2-query/function_diff.py
W
wenzhouwww@live.cn 已提交
161
python3 ./test.py -f 2-query/unique.py
J
update  
jiacy-jcy 已提交
162
python3 ./test.py -f 2-query/stateduration.py
163 164
python3 ./test.py -f 2-query/function_stateduration.py
python3 ./test.py -f 2-query/statecount.py
165
python3 ./test.py -f 2-query/tail.py
wmmhello's avatar
wmmhello 已提交
166
python3 ./test.py -f 2-query/ttl_comment.py
W
wenzhouwww@live.cn 已提交
167
python3 ./test.py -f 2-query/twa.py
168
python3 ./test.py -f 2-query/irate.py
169
python3 ./test.py -f 2-query/function_null.py
C
cpwu 已提交
170
python3 ./test.py -f 2-query/queryQnode.py
W
update  
wenzhouwww@live.cn 已提交
171
python3 ./test.py -f 2-query/max_partition.py
W
wenzhouwww@live.cn 已提交
172
python3 ./test.py -f 2-query/last_row.py
haoranc's avatar
haoranc 已提交
173
python3 ./test.py -f 2-query/tsbsQuery.py
W
wenzhouwww@live.cn 已提交
174

haoranc's avatar
haoranc 已提交
175
python3 ./test.py -f 6-cluster/5dnode1mnode.py
haoranc's avatar
haoranc 已提交
176
python3 ./test.py -f 6-cluster/5dnode2mnode.py  -N 5 -M 3
haoranc's avatar
haoranc 已提交
177
python3 ./test.py -f 6-cluster/5dnode3mnodeStop.py -N 5 -M 3
haoranc's avatar
haoranc 已提交
178
python3 ./test.py -f 6-cluster/5dnode3mnodeStop2Follower.py -N 5 -M 3
haoranc's avatar
haoranc 已提交
179
python3 ./test.py -f 6-cluster/5dnode3mnodeStopLoop.py -N 5 -M 3
haoranc's avatar
haoranc 已提交
180
python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateDb.py -N 5 -M 3
haoranc's avatar
haoranc 已提交
181
python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateDb.py -N 5 -M 3
haoranc's avatar
haoranc 已提交
182
python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateDb.py  -N 5 -M 3
haoranc's avatar
haoranc 已提交
183
python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateDbRep3.py -N 5 -M 3
haoranc's avatar
haoranc 已提交
184

haoranc's avatar
haoranc 已提交
185
python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateStb.py -N 5 -M 3
haoranc's avatar
haoranc 已提交
186 187
python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateStb.py  -N 5 -M 3
python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateStb.py  -N 5 -M 3
haoranc's avatar
haoranc 已提交
188

haoranc's avatar
haoranc 已提交
189
python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertData.py -N 5 -M 3
haoranc's avatar
haoranc 已提交
190
python3 ./test.py -f 6-cluster/5dnode3mnodeRestartDnodeInsertDataAsync.py -N 5 -M 3
haoranc's avatar
haoranc 已提交
191 192
# python3 ./test.py -f 6-cluster/5dnode3mnodeRestartMnodeInsertData.py -N 5 -M 3
# python3 ./test.py -f 6-cluster/5dnode3mnodeRestartVnodeInsertData.py -N 5 -M 3
haoranc's avatar
haoranc 已提交
193

C
cpwu 已提交
194
python3 ./test.py -f 6-cluster/5dnode3mnodeAdd1Ddnoe.py -N 6 -M 3 -C 5
C
cpwu 已提交
195
# BUG python3 ./test.py -f 6-cluster/5dnode3mnodeStopInsert.py
haoranc's avatar
haoranc 已提交
196
# python3 ./test.py -f 6-cluster/5dnode3mnodeDrop.py -N 5
haoranc's avatar
haoranc 已提交
197
# python3 test.py -f 6-cluster/5dnode3mnodeStopConnect.py -N 5 -M 3
haoranc's avatar
haoranc 已提交
198

C
cpwu 已提交
199 200 201
python3 ./test.py -f 6-cluster/5dnode3mnodeRecreateMnode.py  -N 5 -M 3
python3 ./test.py -f 6-cluster/5dnode3mnodeStopFollowerLeader.py  -N 5 -M 3
python3 ./test.py -f 6-cluster/5dnode3mnodeStop2Follower.py  -N 5 -M 3
haoranc's avatar
haoranc 已提交
202

C
cpwu 已提交
203
# vnode case
W
wenzhouwww@live.cn 已提交
204 205 206
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_createDb_replica1.py -N 4 -M 1
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica1_insertdatas.py -N 4 -M 1
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica1_insertdatas_querys.py -N 4 -M 1
W
wenzhouwww@live.cn 已提交
207
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_force_stop_all_dnodes.py -N 4 -M 1
W
wenzhouwww@live.cn 已提交
208
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas.py -N 4 -M 1
W
wenzhouwww@live.cn 已提交
209 210
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_querys_loop_restart_all_vnode.py -N 4 -M 1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_querys_loop_restart_follower.py -N 4 -M 1
W
wenzhouwww@live.cn 已提交
211
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_querys_loop_restart_leader.py -N 4 -M 1
W
wenzhouwww@live.cn 已提交
212
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_querys.py -N 4 -M 1
W
wenzhouwww@live.cn 已提交
213
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_all_dnodes.py -N 4 -M 1
W
wenzhouwww@live.cn 已提交
214
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_follower_sync.py -N 4 -M 1
W
wenzhouwww@live.cn 已提交
215 216 217
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_follower_unsync_force_stop.py -N 4 -M 1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_follower_unsync.py -N 4 -M 1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_leader_forece_stop.py -N 4 -M 1
W
wenzhouwww@live.cn 已提交
218
python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_insertdatas_stop_leader.py -N 4 -M 1
W
wenzhouwww@live.cn 已提交
219
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_mnode3_insertdatas_querys.py -N 4 -M 1
W
wenzhouwww@live.cn 已提交
220
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_querydatas_stop_follower_force_stop.py -N 4 -M 1
W
wenzhouwww@live.cn 已提交
221
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_querydatas_stop_follower.py -N 4 -M 1
C
cpwu 已提交
222 223
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_querydatas_stop_leader_force_stop.py -N 4 -M 1
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_querydatas_stop_leader.py -N 4 -M 1
224
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_vgroups.py  -N 4 -M 1
W
wenzhouwww@live.cn 已提交
225
# python3 test.py -f 6-cluster/vnode/4dnode1mnode_basic_replica3_vgroups_stopOne.py -N 4 -M 1
W
wenzhouwww@live.cn 已提交
226

haoranc's avatar
haoranc 已提交
227

C
cpwu 已提交
228
python3 ./test.py -f 7-tmq/dropDbR3ConflictTransaction.py -N 3
S
Shengliang Guan 已提交
229
python3 ./test.py -f 7-tmq/basic5.py
P
plum-lihui 已提交
230
python3 ./test.py -f 7-tmq/subscribeDb.py
W
update  
wenzhouwww@live.cn 已提交
231
python3 ./test.py -f 7-tmq/subscribeDb0.py
P
plum-lihui 已提交
232
python3 ./test.py -f 7-tmq/subscribeDb1.py
L
Liu Jicong 已提交
233 234
python3 ./test.py -f 7-tmq/subscribeDb2.py
python3 ./test.py -f 7-tmq/subscribeDb3.py
P
plum-lihui 已提交
235
#python3 ./test.py -f 7-tmq/subscribeDb4.py
P
plum-lihui 已提交
236
python3 ./test.py -f 7-tmq/subscribeStb.py
P
plum-lihui 已提交
237
python3 ./test.py -f 7-tmq/subscribeStb0.py
P
plum-lihui 已提交
238
python3 ./test.py -f 7-tmq/subscribeStb1.py
W
update  
wenzhouwww@live.cn 已提交
239 240 241
python3 ./test.py -f 7-tmq/subscribeStb2.py
python3 ./test.py -f 7-tmq/subscribeStb3.py
python3 ./test.py -f 7-tmq/subscribeStb4.py
P
plum-lihui 已提交
242
python3 ./test.py -f 7-tmq/db.py
P
plum-lihui 已提交
243
python3 ./test.py -f 7-tmq/tmqError.py
P
plum-lihui 已提交
244
python3 ./test.py -f 7-tmq/schema.py
P
plum-lihui 已提交
245
python3 ./test.py -f 7-tmq/stbFilter.py
P
plum-lihui 已提交
246
python3 ./test.py -f 7-tmq/tmqCheckData.py
P
plum-lihui 已提交
247
python3 ./test.py -f 7-tmq/tmqCheckData1.py
P
plum-lihui 已提交
248
#python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py -N 5
P
plum-lihui 已提交
249
python3 ./test.py -f 7-tmq/tmqConsumerGroup.py
P
plum-lihui 已提交
250
python3 ./test.py -f 7-tmq/tmqShow.py
P
plum-lihui 已提交
251
python3 ./test.py -f 7-tmq/tmqAlterSchema.py
P
plum-lihui 已提交
252 253
python3 ./test.py -f 7-tmq/tmqConsFromTsdb.py
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1.py
L
Liu Jicong 已提交
254
python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg.py
P
plum-lihui 已提交
255
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg.py
P
plum-lihui 已提交
256
python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb.py
257
# python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb.py
P
plum-lihui 已提交
258
python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb-funcNFilter.py
P
plum-lihui 已提交
259
python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb-funcNFilter.py
P
plum-lihui 已提交
260 261
python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb.py
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb-funcNFilter.py
P
plum-lihui 已提交
262
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb-funcNFilter.py
P
plum-lihui 已提交
263
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb.py
wmmhello's avatar
wmmhello 已提交
264 265
#python3 ./test.py -f 7-tmq/tmqAutoCreateTbl.py
#python3 ./test.py -f 7-tmq/tmqDnodeRestart.py
P
plum-lihui 已提交
266
python3 ./test.py -f 7-tmq/tmqUpdate-1ctb.py
P
plum-lihui 已提交
267
python3 ./test.py -f 7-tmq/tmqUpdateWithConsume.py
P
plum-lihui 已提交
268 269
python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb-snapshot0.py
python3 ./test.py -f 7-tmq/tmqUpdate-multiCtb-snapshot1.py
P
plum-lihui 已提交
270 271 272
python3 ./test.py -f 7-tmq/tmqDelete-1ctb.py
python3 ./test.py -f 7-tmq/tmqDelete-multiCtb.py
python3 ./test.py -f 7-tmq/tmqDropStb.py
P
plum-lihui 已提交
273
python3 ./test.py -f 7-tmq/tmqDropStbCtb.py
P
plum-lihui 已提交
274 275
python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot0.py
python3 ./test.py -f 7-tmq/tmqDropNtb-snapshot1.py
P
plum-lihui 已提交
276
python3 ./test.py -f 7-tmq/tmqUdf.py
P
plum-lihui 已提交
277
python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot0.py
278
python3 ./test.py -f 7-tmq/tmqUdf-multCtb-snapshot1.py
P
plum-lihui 已提交
279
python3 ./test.py -f 7-tmq/stbTagFilter-1ctb.py
P
plum-lihui 已提交
280 281
python3 ./test.py -f 7-tmq/dataFromTsdbNWal.py
python3 ./test.py -f 7-tmq/dataFromTsdbNWal-multiCtb.py
wmmhello's avatar
wmmhello 已提交
282
python3 ./test.py -f 7-tmq/tmq_taosx.py
283
# python3 ./test.py -f 7-tmq/stbTagFilter-multiCtb.py
haoranc's avatar
add  
haoranc 已提交
284 285 286

#------------querPolicy  2-----------

C
cpwu 已提交
287
python3 ./test.py -f 2-query/between.py  -Q 2
haoranc's avatar
add  
haoranc 已提交
288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305
python3 ./test.py -f 2-query/distinct.py -Q 2
python3 ./test.py -f 2-query/varchar.py -Q 2
python3 ./test.py -f 2-query/ltrim.py -Q 2
python3 ./test.py -f 2-query/rtrim.py -Q 2
python3 ./test.py -f 2-query/length.py -Q 2
python3 ./test.py -f 2-query/char_length.py -Q 2
python3 ./test.py -f 2-query/upper.py -Q 2
python3 ./test.py -f 2-query/lower.py -Q 2
python3 ./test.py -f 2-query/join.py -Q 2
python3 ./test.py -f 2-query/join2.py -Q 2
python3 ./test.py -f 2-query/cast.py -Q 2
python3 ./test.py -f 2-query/substr.py -Q 2
python3 ./test.py -f 2-query/union.py -Q 2
python3 ./test.py -f 2-query/union1.py -Q 2
python3 ./test.py -f 2-query/concat.py -Q 2
python3 ./test.py -f 2-query/concat2.py -Q 2
python3 ./test.py -f 2-query/concat_ws.py -Q 2
python3 ./test.py -f 2-query/concat_ws2.py -Q 2
wmmhello's avatar
wmmhello 已提交
306
#python3 ./test.py -f 2-query/check_tsdb.py -Q 2
haoranc's avatar
add  
haoranc 已提交
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
python3 ./test.py -f 2-query/spread.py -Q 2
python3 ./test.py -f 2-query/hyperloglog.py -Q 2
python3 ./test.py -f 2-query/explain.py -Q 2
python3 ./test.py -f 2-query/leastsquares.py -Q 2
python3 ./test.py -f 2-query/timezone.py -Q 2
python3 ./test.py -f 2-query/Now.py -Q 2
python3 ./test.py -f 2-query/Today.py -Q 2
python3 ./test.py -f 2-query/max.py -Q 2
python3 ./test.py -f 2-query/min.py -Q 2
python3 ./test.py -f 2-query/count.py -Q 2
python3 ./test.py -f 2-query/last.py -Q 2
python3 ./test.py -f 2-query/first.py -Q 2
python3 ./test.py -f 2-query/To_iso8601.py -Q 2
python3 ./test.py -f 2-query/To_unixtimestamp.py -Q 2
python3 ./test.py -f 2-query/timetruncate.py -Q 2
python3 ./test.py -f 2-query/diff.py -Q 2
python3 ./test.py -f 2-query/Timediff.py -Q 2
python3 ./test.py -f 2-query/json_tag.py -Q 2
python3 ./test.py -f 2-query/top.py -Q 2
python3 ./test.py -f 2-query/bottom.py -Q 2
python3 ./test.py -f 2-query/percentile.py -Q 2
python3 ./test.py -f 2-query/apercentile.py -Q 2
python3 ./test.py -f 2-query/abs.py -Q 2
python3 ./test.py -f 2-query/ceil.py -Q 2
python3 ./test.py -f 2-query/floor.py -Q 2
python3 ./test.py -f 2-query/round.py -Q 2
python3 ./test.py -f 2-query/log.py -Q 2
python3 ./test.py -f 2-query/pow.py -Q 2
python3 ./test.py -f 2-query/sqrt.py -Q 2
python3 ./test.py -f 2-query/sin.py -Q 2
python3 ./test.py -f 2-query/cos.py -Q 2
python3 ./test.py -f 2-query/tan.py -Q 2
python3 ./test.py -f 2-query/arcsin.py -Q 2
python3 ./test.py -f 2-query/arccos.py -Q 2
python3 ./test.py -f 2-query/arctan.py -Q 2
python3 ./test.py -f 2-query/query_cols_tags_and_or.py  -Q 2
G
Ganlin Zhao 已提交
343
python3 ./test.py -f 2-query/interp.py  -Q 2
haoranc's avatar
add  
haoranc 已提交
344

C
cpwu 已提交
345
# python3 ./test.py -f 2-query/nestedQuery.py  -Q 2
haoranc's avatar
add  
haoranc 已提交
346 347 348 349 350
# python3 ./test.py -f 2-query/nestedQuery_str.py  -Q 2

python3 ./test.py -f 2-query/avg.py   -Q 2
# python3 ./test.py -f 2-query/elapsed.py  -Q 2
python3 ./test.py -f 2-query/csum.py  -Q 2
G
Ganlin Zhao 已提交
351
#python3 ./test.py -f 2-query/mavg.py  -Q 2
haoranc's avatar
add  
haoranc 已提交
352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370
python3 ./test.py -f 2-query/sample.py  -Q 2
python3 ./test.py -f 2-query/function_diff.py  -Q 2
python3 ./test.py -f 2-query/unique.py  -Q 2
python3 ./test.py -f 2-query/stateduration.py  -Q 2
python3 ./test.py -f 2-query/function_stateduration.py  -Q 2
python3 ./test.py -f 2-query/statecount.py  -Q 2
python3 ./test.py -f 2-query/tail.py  -Q 2
python3 ./test.py -f 2-query/ttl_comment.py  -Q 2
python3 ./test.py -f 2-query/distribute_agg_count.py  -Q 2
python3 ./test.py -f 2-query/distribute_agg_max.py  -Q 2
python3 ./test.py -f 2-query/distribute_agg_min.py  -Q 2
python3 ./test.py -f 2-query/distribute_agg_sum.py  -Q 2
python3 ./test.py -f 2-query/distribute_agg_spread.py  -Q 2
python3 ./test.py -f 2-query/distribute_agg_apercentile.py  -Q 2
python3 ./test.py -f 2-query/distribute_agg_avg.py  -Q 2
python3 ./test.py -f 2-query/distribute_agg_stddev.py  -Q 2
python3 ./test.py -f 2-query/twa.py  -Q 2
python3 ./test.py -f 2-query/irate.py  -Q 2
python3 ./test.py -f 2-query/function_null.py  -Q 2
371
python3 ./test.py -f 2-query/count_partition.py -Q 2
W
update  
wenzhouwww@live.cn 已提交
372
python3 ./test.py -f 2-query/max_partition.py -Q 2
W
wenzhouwww@live.cn 已提交
373
python3 ./test.py -f 2-query/last_row.py -Q 2
haoranc's avatar
haoranc 已提交
374
python3 ./test.py -f 2-query/tsbsQuery.py -Q 2
haoranc's avatar
add  
haoranc 已提交
375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395
#------------querPolicy  3-----------

python3 ./test.py -f 2-query/between.py -Q  3
python3 ./test.py -f 2-query/distinct.py -Q  3
python3 ./test.py -f 2-query/varchar.py -Q  3
python3 ./test.py -f 2-query/ltrim.py -Q  3
python3 ./test.py -f 2-query/rtrim.py -Q  3
python3 ./test.py -f 2-query/length.py -Q  3
python3 ./test.py -f 2-query/char_length.py -Q  3
python3 ./test.py -f 2-query/upper.py -Q  3
python3 ./test.py -f 2-query/lower.py -Q  3
python3 ./test.py -f 2-query/join.py -Q  3
python3 ./test.py -f 2-query/join2.py -Q  3
python3 ./test.py -f 2-query/cast.py -Q  3
python3 ./test.py -f 2-query/substr.py -Q  3
python3 ./test.py -f 2-query/union.py -Q  3
python3 ./test.py -f 2-query/union1.py -Q  3
python3 ./test.py -f 2-query/concat.py -Q  3
python3 ./test.py -f 2-query/concat2.py -Q  3
python3 ./test.py -f 2-query/concat_ws.py -Q  3
python3 ./test.py -f 2-query/concat_ws2.py -Q  3
wmmhello's avatar
wmmhello 已提交
396
#python3 ./test.py -f 2-query/check_tsdb.py -Q  3
haoranc's avatar
add  
haoranc 已提交
397 398 399 400 401 402 403 404 405 406
python3 ./test.py -f 2-query/spread.py -Q  3
python3 ./test.py -f 2-query/hyperloglog.py -Q  3
python3 ./test.py -f 2-query/explain.py -Q  3
python3 ./test.py -f 2-query/leastsquares.py -Q  3
python3 ./test.py -f 2-query/timezone.py -Q  3
python3 ./test.py -f 2-query/Now.py -Q  3
python3 ./test.py -f 2-query/Today.py -Q  3
python3 ./test.py -f 2-query/max.py -Q  3
python3 ./test.py -f 2-query/min.py -Q  3
python3 ./test.py -f 2-query/count.py -Q  3
L
Liu Jicong 已提交
407
#python3 ./test.py -f 2-query/last.py -Q  3
haoranc's avatar
add  
haoranc 已提交
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
python3 ./test.py -f 2-query/first.py -Q  3
python3 ./test.py -f 2-query/To_iso8601.py -Q  3
python3 ./test.py -f 2-query/To_unixtimestamp.py -Q  3
python3 ./test.py -f 2-query/timetruncate.py -Q  3
python3 ./test.py -f 2-query/diff.py -Q  3
python3 ./test.py -f 2-query/Timediff.py -Q  3
python3 ./test.py -f 2-query/json_tag.py -Q  3
python3 ./test.py -f 2-query/top.py -Q  3
python3 ./test.py -f 2-query/bottom.py -Q  3
python3 ./test.py -f 2-query/percentile.py -Q  3
python3 ./test.py -f 2-query/apercentile.py -Q  3
python3 ./test.py -f 2-query/abs.py -Q  3
python3 ./test.py -f 2-query/ceil.py -Q  3
python3 ./test.py -f 2-query/floor.py -Q  3
python3 ./test.py -f 2-query/round.py -Q  3
python3 ./test.py -f 2-query/log.py -Q  3
python3 ./test.py -f 2-query/pow.py -Q  3
python3 ./test.py -f 2-query/sqrt.py -Q  3
python3 ./test.py -f 2-query/sin.py -Q  3
python3 ./test.py -f 2-query/cos.py -Q  3
python3 ./test.py -f 2-query/tan.py -Q  3
python3 ./test.py -f 2-query/arcsin.py -Q  3
python3 ./test.py -f 2-query/arccos.py -Q  3
python3 ./test.py -f 2-query/arctan.py -Q  3
python3 ./test.py -f 2-query/query_cols_tags_and_or.py -Q  3
# python3 ./test.py -f 2-query/nestedQuery.py -Q  3
# python3 ./test.py -f 2-query/nestedQuery_str.py -Q  3
# python3 ./test.py -f 2-query/avg.py -Q  3
# python3 ./test.py -f 2-query/elapsed.py -Q  3
python3 ./test.py -f 2-query/csum.py -Q  3
G
Ganlin Zhao 已提交
438
#python3 ./test.py -f 2-query/mavg.py -Q  3
haoranc's avatar
add  
haoranc 已提交
439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457
python3 ./test.py -f 2-query/sample.py -Q  3
python3 ./test.py -f 2-query/function_diff.py -Q  3
python3 ./test.py -f 2-query/unique.py -Q  3
python3 ./test.py -f 2-query/stateduration.py -Q  3
python3 ./test.py -f 2-query/function_stateduration.py -Q  3
python3 ./test.py -f 2-query/statecount.py -Q  3
python3 ./test.py -f 2-query/tail.py -Q  3
python3 ./test.py -f 2-query/ttl_comment.py -Q  3
python3 ./test.py -f 2-query/distribute_agg_count.py -Q  3
python3 ./test.py -f 2-query/distribute_agg_max.py -Q  3
python3 ./test.py -f 2-query/distribute_agg_min.py -Q  3
python3 ./test.py -f 2-query/distribute_agg_sum.py -Q  3
python3 ./test.py -f 2-query/distribute_agg_spread.py -Q  3
python3 ./test.py -f 2-query/distribute_agg_apercentile.py -Q  3
python3 ./test.py -f 2-query/distribute_agg_avg.py -Q  3
python3 ./test.py -f 2-query/distribute_agg_stddev.py -Q  3
python3 ./test.py -f 2-query/twa.py -Q  3
python3 ./test.py -f 2-query/irate.py -Q  3
python3 ./test.py -f 2-query/function_null.py -Q  3
458
python3 ./test.py -f 2-query/count_partition.py -Q 3
P
plum-lihui 已提交
459
python3 ./test.py -f 2-query/max_partition.py -Q 3
W
wenzhouwww@live.cn 已提交
460
python3 ./test.py -f 2-query/last_row.py -Q 3
461
python3 ./test.py -f 2-query/tsbsQuery.py -Q 3
G
Ganlin Zhao 已提交
462
python3 ./test.py -f 2-query/sml.py -Q 3
G
Ganlin Zhao 已提交
463
python3 ./test.py -f 2-query/interp.py -Q 3