fulltest.sh 15.0 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/cachelast.py
14

C
cpwu 已提交
15
python3 ./test.py -f 0-others/user_control.py
C
cpwu 已提交
16
python3 ./test.py -f 0-others/fsync.py
C
cpwu 已提交
17

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

C
cpwu 已提交
32
python3 ./test.py -f 2-query/between.py
C
cpwu 已提交
33
python3 ./test.py -f 2-query/distinct.py
T
tangfangzhi 已提交
34
python3 ./test.py -f 2-query/varchar.py
C
cpwu 已提交
35 36
python3 ./test.py -f 2-query/ltrim.py
python3 ./test.py -f 2-query/rtrim.py
C
cpwu 已提交
37
python3 ./test.py -f 2-query/length.py
C
cpwu 已提交
38 39 40
python3 ./test.py -f 2-query/char_length.py
python3 ./test.py -f 2-query/upper.py
python3 ./test.py -f 2-query/lower.py
C
cpwu 已提交
41 42
python3 ./test.py -f 2-query/join.py
python3 ./test.py -f 2-query/join2.py
C
cpwu 已提交
43
python3 ./test.py -f 2-query/cast.py
C
cpwu 已提交
44
python3 ./test.py -f 2-query/substr.py
C
cpwu 已提交
45 46
python3 ./test.py -f 2-query/union.py
python3 ./test.py -f 2-query/union1.py
C
cpwu 已提交
47 48 49 50
python3 ./test.py -f 2-query/concat.py
python3 ./test.py -f 2-query/concat2.py
python3 ./test.py -f 2-query/concat_ws.py
python3 ./test.py -f 2-query/concat_ws2.py
51
python3 ./test.py -f 2-query/check_tsdb.py
C
cpwu 已提交
52 53
python3 ./test.py -f 2-query/spread.py
python3 ./test.py -f 2-query/hyperloglog.py
C
cpwu 已提交
54
python3 ./test.py -f 2-query/explain.py
C
cpwu 已提交
55
python3 ./test.py -f 2-query/leastsquares.py
C
cpwu 已提交
56
python3 ./test.py -f 2-query/histogram.py
C
cpwu 已提交
57

J
jiacy-jcy 已提交
58

J
update  
jiacy-jcy 已提交
59
python3 ./test.py -f 2-query/timezone.py
J
Jason-Jia 已提交
60 61
python3 ./test.py -f 2-query/Now.py
python3 ./test.py -f 2-query/Today.py
J
jiacy-jcy 已提交
62 63 64
python3 ./test.py -f 2-query/max.py
python3 ./test.py -f 2-query/min.py
python3 ./test.py -f 2-query/count.py
J
update  
jiacy-jcy 已提交
65
python3 ./test.py -f 2-query/last.py
J
jiacy-jcy 已提交
66
python3 ./test.py -f 2-query/first.py
J
jiacy-jcy 已提交
67
python3 ./test.py -f 2-query/To_iso8601.py
J
update  
jiacy-jcy 已提交
68 69
python3 ./test.py -f 2-query/To_unixtimestamp.py
python3 ./test.py -f 2-query/timetruncate.py
J
jiacy-jcy 已提交
70
python3 ./test.py -f 2-query/diff.py
J
jiacy-jcy 已提交
71
python3 ./test.py -f 2-query/Timediff.py
wmmhello's avatar
wmmhello 已提交
72
python3 ./test.py -f 2-query/json_tag.py
W
wenzhouwww@live.cn 已提交
73

J
jiacy-jcy 已提交
74 75
python3 ./test.py -f 2-query/top.py
python3 ./test.py -f 2-query/bottom.py
J
jiacy-jcy 已提交
76 77
python3 ./test.py -f 2-query/percentile.py
python3 ./test.py -f 2-query/apercentile.py
W
wenzhouwww@live.cn 已提交
78 79
python3 ./test.py -f 2-query/abs.py
python3 ./test.py -f 2-query/ceil.py
W
wenzhouwww@live.cn 已提交
80 81
python3 ./test.py -f 2-query/floor.py
python3 ./test.py -f 2-query/round.py
W
wenzhouwww@live.cn 已提交
82 83
python3 ./test.py -f 2-query/log.py
python3 ./test.py -f 2-query/pow.py
84
python3 ./test.py -f 2-query/sqrt.py
W
wenzhouwww@live.cn 已提交
85
python3 ./test.py -f 2-query/sin.py
W
wenzhouwww@live.cn 已提交
86
python3 ./test.py -f 2-query/cos.py
87
python3 ./test.py -f 2-query/tan.py
88 89
python3 ./test.py -f 2-query/arcsin.py
python3 ./test.py -f 2-query/arccos.py
J
jiajingbin 已提交
90
python3 ./test.py -f 2-query/arctan.py
91
python3 ./test.py -f 2-query/query_cols_tags_and_or.py
C
cpwu 已提交
92
# python3 ./test.py -f 2-query/nestedQuery.py
C
cpwu 已提交
93
# TD-15983 subquery output duplicate name column.
94 95
# Please Xiangyang Guo modify the following script
# python3 ./test.py -f 2-query/nestedQuery_str.py
J
jiacy-jcy 已提交
96

97
python3 ./test.py -f 2-query/avg.py
98
python3 ./test.py -f 2-query/elapsed.py
W
wenzhouwww@live.cn 已提交
99
python3 ./test.py -f 2-query/csum.py
W
wenzhouwww@live.cn 已提交
100 101
python3 ./test.py -f 2-query/mavg.py
python3 ./test.py -f 2-query/diff.py
W
wenzhouwww@live.cn 已提交
102
python3 ./test.py -f 2-query/sample.py
W
wenzhouwww@live.cn 已提交
103
python3 ./test.py -f 2-query/function_diff.py
W
wenzhouwww@live.cn 已提交
104
python3 ./test.py -f 2-query/unique.py
J
update  
jiacy-jcy 已提交
105
python3 ./test.py -f 2-query/stateduration.py
106 107
python3 ./test.py -f 2-query/function_stateduration.py
python3 ./test.py -f 2-query/statecount.py
108
python3 ./test.py -f 2-query/tail.py
wmmhello's avatar
wmmhello 已提交
109
python3 ./test.py -f 2-query/ttl_comment.py
W
wenzhouwww@live.cn 已提交
110 111
python3 ./test.py -f 2-query/distribute_agg_count.py
python3 ./test.py -f 2-query/distribute_agg_max.py
112
python3 ./test.py -f 2-query/distribute_agg_min.py
113
python3 ./test.py -f 2-query/distribute_agg_sum.py
114
python3 ./test.py -f 2-query/distribute_agg_spread.py
115
python3 ./test.py -f 2-query/distribute_agg_apercentile.py
116
python3 ./test.py -f 2-query/distribute_agg_avg.py
117
python3 ./test.py -f 2-query/distribute_agg_stddev.py
W
wenzhouwww@live.cn 已提交
118
python3 ./test.py -f 2-query/twa.py
119
python3 ./test.py -f 2-query/irate.py
wmmhello's avatar
wmmhello 已提交
120
#python3 ./test.py -f 2-query/and_or_for_byte.py
W
wenzhouwww@live.cn 已提交
121

122
python3 ./test.py -f 2-query/function_null.py
C
cpwu 已提交
123
python3 ./test.py -f 2-query/queryQnode.py
W
wenzhouwww@live.cn 已提交
124

C
cpwu 已提交
125
#python3 ./test.py -f 6-cluster/5dnode1mnode.py
S
Shengliang Guan 已提交
126
#python3 ./test.py -f 6-cluster/5dnode2mnode.py  -N 5 -M 3
wmmhello's avatar
wmmhello 已提交
127 128
#python3 ./test.py -f 6-cluster/5dnode3mnodeStop.py -N 5 -M 3
#python3 ./test.py -f 6-cluster/5dnode3mnodeStopLoop.py -N 5 -M 3
haoranc's avatar
haoranc 已提交
129
# BUG python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateDb.py -N 5 -M 3
C
cpwu 已提交
130
# BUG python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateDb.py -N 5 -M 3
haoranc's avatar
haoranc 已提交
131
python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateDb.py  -N 5 -M 3
C
cpwu 已提交
132 133
# BUG python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopDnodeCreateStb.py -N 5 -M 3
# BUG python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopMnodeCreateStb.py  -N 5 -M 3
haoranc's avatar
haoranc 已提交
134
# python3 ./test.py -f 6-cluster/5dnode3mnodeSep1VnodeStopVnodeCreateStb.py  -N 5 -M 3
C
cpwu 已提交
135
# BUG python3 ./test.py -f 6-cluster/5dnode3mnodeStopInsert.py
haoranc's avatar
haoranc 已提交
136
# python3 ./test.py -f 6-cluster/5dnode3mnodeDrop.py -N 5
haoranc's avatar
haoranc 已提交
137
# python3 test.py -f 6-cluster/5dnode3mnodeStopConnect.py -N 5 -M 3
haoranc's avatar
haoranc 已提交
138

haoranc's avatar
haoranc 已提交
139

S
Shengliang Guan 已提交
140
python3 ./test.py -f 7-tmq/basic5.py
P
plum-lihui 已提交
141
python3 ./test.py -f 7-tmq/subscribeDb.py
W
update  
wenzhouwww@live.cn 已提交
142
python3 ./test.py -f 7-tmq/subscribeDb0.py
P
plum-lihui 已提交
143
python3 ./test.py -f 7-tmq/subscribeDb1.py
L
Liu Jicong 已提交
144 145
python3 ./test.py -f 7-tmq/subscribeDb2.py
python3 ./test.py -f 7-tmq/subscribeDb3.py
P
plum-lihui 已提交
146
#python3 ./test.py -f 7-tmq/subscribeDb4.py
P
plum-lihui 已提交
147
python3 ./test.py -f 7-tmq/subscribeStb.py
P
plum-lihui 已提交
148
python3 ./test.py -f 7-tmq/subscribeStb0.py
P
plum-lihui 已提交
149
python3 ./test.py -f 7-tmq/subscribeStb1.py
W
update  
wenzhouwww@live.cn 已提交
150 151 152
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 已提交
153
python3 ./test.py -f 7-tmq/db.py
P
plum-lihui 已提交
154
python3 ./test.py -f 7-tmq/tmqError.py
P
plum-lihui 已提交
155
python3 ./test.py -f 7-tmq/schema.py
P
plum-lihui 已提交
156
python3 ./test.py -f 7-tmq/stbFilter.py
P
plum-lihui 已提交
157
python3 ./test.py -f 7-tmq/tmqCheckData.py
P
plum-lihui 已提交
158
python3 ./test.py -f 7-tmq/tmqCheckData1.py
P
plum-lihui 已提交
159
python3 ./test.py -f 7-tmq/tmqUdf.py
P
plum-lihui 已提交
160
#python3 ./test.py -f 7-tmq/tmq3mnodeSwitch.py -N 5
P
plum-lihui 已提交
161
python3 ./test.py -f 7-tmq/tmqConsumerGroup.py
P
plum-lihui 已提交
162
python3 ./test.py -f 7-tmq/tmqShow.py
P
plum-lihui 已提交
163
python3 ./test.py -f 7-tmq/tmqAlterSchema.py
P
plum-lihui 已提交
164 165
python3 ./test.py -f 7-tmq/tmqConsFromTsdb.py
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1.py
L
Liu Jicong 已提交
166
python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg.py
P
plum-lihui 已提交
167
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg.py
P
plum-lihui 已提交
168 169
python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb.py
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb.py
P
plum-lihui 已提交
170
python3 ./test.py -f 7-tmq/tmqConsFromTsdb-1ctb-funcNFilter.py
P
plum-lihui 已提交
171
python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb-funcNFilter.py
P
plum-lihui 已提交
172 173
python3 ./test.py -f 7-tmq/tmqConsFromTsdb-mutilVg-mutilCtb.py
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-1ctb-funcNFilter.py
P
plum-lihui 已提交
174
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb-funcNFilter.py
P
plum-lihui 已提交
175 176
python3 ./test.py -f 7-tmq/tmqConsFromTsdb1-mutilVg-mutilCtb.py

haoranc's avatar
add  
haoranc 已提交
177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349


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

python3 ./test.py -f 2-query/between.py  -Q 2            
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
python3 ./test.py -f 2-query/check_tsdb.py -Q 2
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

# python3 ./test.py -f 2-query/nestedQuery.py  -Q 2 
# 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
python3 ./test.py -f 2-query/mavg.py  -Q 2
python3 ./test.py -f 2-query/diff.py  -Q 2
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

#------------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
python3 ./test.py -f 2-query/check_tsdb.py -Q  3
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
python3 ./test.py -f 2-query/last.py -Q  3
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
python3 ./test.py -f 2-query/mavg.py -Q  3
python3 ./test.py -f 2-query/diff.py -Q  3
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