fulltest.sh 1.9 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

C
cpwu 已提交
12 13
python3 ./test.py -f 0-others/user_control.py

H
Hui Li 已提交
14
#python3 ./test.py -f 2-query/between.py
C
cpwu 已提交
15
python3 ./test.py -f 2-query/distinct.py
T
tangfangzhi 已提交
16
python3 ./test.py -f 2-query/varchar.py
C
cpwu 已提交
17 18
python3 ./test.py -f 2-query/ltrim.py
python3 ./test.py -f 2-query/rtrim.py
C
cpwu 已提交
19
python3 ./test.py -f 2-query/length.py
C
cpwu 已提交
20 21 22
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 已提交
23
python3 ./test.py -f 2-query/join.py
C
cpwu 已提交
24
python3 ./test.py -f 2-query/cast.py
C
cpwu 已提交
25 26
# python3 ./test.py -f 2-query/concat.py  # after wal ,crash occured
# python3 ./test.py -f 2-query/concat_ws.py
J
jiacy-jcy 已提交
27

J
update  
jiacy-jcy 已提交
28
python3 ./test.py -f 2-query/timezone.py
J
Jason-Jia 已提交
29 30
python3 ./test.py -f 2-query/Now.py
python3 ./test.py -f 2-query/Today.py
J
jiacy-jcy 已提交
31 32 33
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 已提交
34 35 36 37
python3 ./test.py -f 2-query/last.py
#python3 ./test.py -f 2-query/To_iso8601.py
python3 ./test.py -f 2-query/To_unixtimestamp.py
python3 ./test.py -f 2-query/timetruncate.py
J
jiacy-jcy 已提交
38 39
# python3 ./test.py -f 2-query/diff.py
python3 ./test.py -f 2-query/Timediff.py
S
shenglian zhou 已提交
40
#python3 ./test.py -f 2-query/cast.py
J
jiacy-jcy 已提交
41

W
wenzhouwww@live.cn 已提交
42 43 44

python3 ./test.py -f 2-query/abs.py
python3 ./test.py -f 2-query/ceil.py
W
wenzhouwww@live.cn 已提交
45 46
python3 ./test.py -f 2-query/floor.py
python3 ./test.py -f 2-query/round.py
W
wenzhouwww@live.cn 已提交
47 48
python3 ./test.py -f 2-query/log.py
python3 ./test.py -f 2-query/pow.py
49
python3 ./test.py -f 2-query/sqrt.py
W
wenzhouwww@live.cn 已提交
50
python3 ./test.py -f 2-query/sin.py
W
wenzhouwww@live.cn 已提交
51
python3 ./test.py -f 2-query/cos.py
52
python3 ./test.py -f 2-query/tan.py
53 54
python3 ./test.py -f 2-query/arcsin.py
python3 ./test.py -f 2-query/arccos.py
J
jiajingbin 已提交
55
python3 ./test.py -f 2-query/arctan.py
56
python3 ./test.py -f 2-query/query_cols_tags_and_or.py
P
plum-lihui 已提交
57

S
Shengliang Guan 已提交
58
python3 ./test.py -f 7-tmq/basic5.py