basic.txt 2.5 KB
Newer Older
1 2 3 4

#======================b1-start===============

# ---- user
5
./test.sh -f tsim/user/basic1.sim
6 7 8
./test.sh -f tsim/user/pass_alter.sim
./test.sh -f tsim/user/pass_len.sim
./test.sh -f tsim/user/user_len.sim
9 10

# ---- db
P
plum-lihui 已提交
11
./test.sh -f tsim/db/create_all_options.sim
P
plum-lihui 已提交
12
./test.sh -f tsim/db/alter_option.sim
13
./test.sh -f tsim/db/basic1.sim
P
plum-lihui 已提交
14 15
./test.sh -f tsim/db/basic2.sim
./test.sh -f tsim/db/basic3.sim
16 17 18
./test.sh -f tsim/db/basic6.sim
./test.sh -f tsim/db/basic7.sim
./test.sh -f tsim/db/error1.sim
P
plum-lihui 已提交
19
./test.sh -f tsim/db/taosdlog.sim
20 21 22 23

# ---- dnode
./test.sh -f tsim/dnode/basic1.sim

P
plum-lihui 已提交
24
# ---- insert
C
Cary Xu 已提交
25
./test.sh -f tsim/insert/basic0.sim
P
plum-lihui 已提交
26 27
./test.sh -f tsim/insert/basic1.sim
./test.sh -f tsim/insert/backquote.sim
P
plum-lihui 已提交
28
./test.sh -f tsim/insert/null.sim
P
plum-lihui 已提交
29

P
plum-lihui 已提交
30
# ---- parser
P
plum-lihui 已提交
31
./test.sh -f tsim/parser/groupby-basic.sim
P
plum-lihui 已提交
32
./test.sh -f tsim/parser/fourArithmetic-basic.sim
P
plum-lihui 已提交
33

P
plum-lihui 已提交
34 35
# ---- query
./test.sh -f tsim/query/interval.sim
P
plum-lihui 已提交
36
./test.sh -f tsim/query/interval-offset.sim
P
plum-lihui 已提交
37
./test.sh -f tsim/query/scalarFunction.sim
38
./test.sh -f tsim/query/charScalarFunction.sim
D
dapan1121 已提交
39
./test.sh -f tsim/query/explain.sim
P
plum-lihui 已提交
40
./test.sh -f tsim/query/session.sim
D
dapan1121 已提交
41
./test.sh -f tsim/query/scalarNull.sim
S
shenglian zhou 已提交
42
./test.sh -f tsim/query/udf.sim
P
plum-lihui 已提交
43

44 45 46
# ---- qnode
./test.sh -f tsim/qnode/basic1.sim

47 48 49 50 51 52
# ---- snode
./test.sh -f tsim/snode/basic1.sim

# ---- bnode
./test.sh -f tsim/bnode/basic1.sim

53
# ---- mnode
54
./test.sh -f tsim/mnode/basic1.sim
55

P
plum-lihui 已提交
56
# ---- show
57
./test.sh -f tsim/show/basic.sim
P
plum-lihui 已提交
58

P
plum-lihui 已提交
59
# ---- table
60
./test.sh -f tsim/table/basic1.sim
P
plum-lihui 已提交
61

L
Liu Jicong 已提交
62 63 64 65
# ---- tstream
./test.sh -f tsim/tstream/basic0.sim


P
plum-lihui 已提交
66
# ---- tmq
P
plum-lihui 已提交
67 68 69 70
./test.sh -f tsim/tmq/basic1.sim
./test.sh -f tsim/tmq/basic2.sim
./test.sh -f tsim/tmq/basic3.sim
./test.sh -f tsim/tmq/basic4.sim
P
plum-lihui 已提交
71

72
# --- stable
C
cpwu 已提交
73
./test.sh -f tsim/stable/disk.sim
S
Shengliang Guan 已提交
74
./test.sh -f tsim/stable/dnode3.sim
C
cpwu 已提交
75 76
./test.sh -f tsim/stable/metrics.sim
./test.sh -f tsim/stable/refcount.sim
S
Shengliang Guan 已提交
77
#./test.sh -f tsim/stable/show.sim
C
cpwu 已提交
78 79
./test.sh -f tsim/stable/values.sim
./test.sh -f tsim/stable/vnode3.sim
80

S
Shengliang Guan 已提交
81 82

# --- for multi process mode
S
Shengliang Guan 已提交
83
./test.sh -f tsim/user/basic1.sim -m
84
./test.sh -f tsim/db/basic3.sim -m
85 86
./test.sh -f tsim/db/error1.sim -m
./test.sh -f tsim/insert/backquote.sim -m
87 88
./test.sh -f tsim/parser/fourArithmetic-basic.sim -m
./test.sh -f tsim/query/interval-offset.sim -m
S
Shengliang Guan 已提交
89
./test.sh -f tsim/tmq/basic3.sim -m
90 91 92
./test.sh -f tsim/stable/vnode3.sim -m
./test.sh -f tsim/qnode/basic1.sim -m
./test.sh -f tsim/mnode/basic1.sim -m
S
Shengliang Guan 已提交
93

C
Cary Xu 已提交
94
# --- sma
H
Hongze Cheng 已提交
95
# ./test.sh -f tsim/sma/tsmaCreateInsertData.sim
C
Cary Xu 已提交
96

P
plum-lihui 已提交
97
# --- valgrind
wafwerar's avatar
wafwerar 已提交
98
./test.sh -f tsim/valgrind/checkError.sim -v
P
plum-lihui 已提交
99

100
#======================b1-end===============