basic.txt 3.0 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
S
Shengliang 已提交
9 10
./test.sh -f tsim/user/privilege1.sim
./test.sh -f tsim/user/privilege2.sim
11 12

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

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

P
plum-lihui 已提交
26
# ---- insert
C
Cary Xu 已提交
27
./test.sh -f tsim/insert/basic0.sim
P
plum-lihui 已提交
28 29
./test.sh -f tsim/insert/basic1.sim
./test.sh -f tsim/insert/backquote.sim
P
plum-lihui 已提交
30
./test.sh -f tsim/insert/null.sim
C
Cary Xu 已提交
31
./test.sh -f tsim/insert/update0.sim
32
./test.sh -f tsim/insert/commit-merge0.sim
P
plum-lihui 已提交
33

P
plum-lihui 已提交
34
# ---- parser
P
plum-lihui 已提交
35
./test.sh -f tsim/parser/groupby-basic.sim
P
plum-lihui 已提交
36
./test.sh -f tsim/parser/fourArithmetic-basic.sim
P
plum-lihui 已提交
37

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

48 49 50
# ---- qnode
./test.sh -f tsim/qnode/basic1.sim

51 52 53 54 55 56
# ---- snode
./test.sh -f tsim/snode/basic1.sim

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

57
# ---- mnode
58
./test.sh -f tsim/mnode/basic1.sim
59

P
plum-lihui 已提交
60
# ---- show
61
./test.sh -f tsim/show/basic.sim
P
plum-lihui 已提交
62

P
plum-lihui 已提交
63
# ---- table
64
./test.sh -f tsim/table/basic1.sim
P
plum-lihui 已提交
65

L
Liu Jicong 已提交
66 67 68
# ---- stream
./test.sh -f tsim/stream/basic0.sim
./test.sh -f tsim/stream/basic1.sim
L
Liu Jicong 已提交
69

70 71
# ---- transaction
 ./test.sh -f tsim/trans/create_db.sim
L
Liu Jicong 已提交
72

P
plum-lihui 已提交
73
# ---- tmq
P
plum-lihui 已提交
74 75 76 77
./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
haoranc's avatar
haoranc 已提交
78 79 80 81 82
./test.sh -f tsim/tmq/basic1Of2Cons.sim
./test.sh -f tsim/tmq/basic2Of2Cons.sim
./test.sh -f tsim/tmq/basic3Of2Cons.sim
./test.sh -f tsim/tmq/basic4Of2Cons.sim
./test.sh -f tsim/tmq/basic2Of2ConsOverlap.sim
haoranc's avatar
haoranc 已提交
83
./test.sh -f tsim/tmq/topic.sim
P
plum-lihui 已提交
84

85
# --- stable
S
Shengliang 已提交
86
./test.sh -f tsim/stable/alter1.sim
C
cpwu 已提交
87
./test.sh -f tsim/stable/disk.sim
S
Shengliang Guan 已提交
88
./test.sh -f tsim/stable/dnode3.sim
C
cpwu 已提交
89 90
./test.sh -f tsim/stable/metrics.sim
./test.sh -f tsim/stable/refcount.sim
S
Shengliang Guan 已提交
91
#./test.sh -f tsim/stable/show.sim
C
cpwu 已提交
92 93
./test.sh -f tsim/stable/values.sim
./test.sh -f tsim/stable/vnode3.sim
94

S
Shengliang Guan 已提交
95 96

# --- for multi process mode
S
Shengliang Guan 已提交
97
./test.sh -f tsim/user/basic1.sim -m
98
./test.sh -f tsim/db/basic3.sim -m
99 100
./test.sh -f tsim/db/error1.sim -m
./test.sh -f tsim/insert/backquote.sim -m
101 102
./test.sh -f tsim/parser/fourArithmetic-basic.sim -m
./test.sh -f tsim/query/interval-offset.sim -m
S
Shengliang Guan 已提交
103
./test.sh -f tsim/tmq/basic3.sim -m
104 105 106
./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 已提交
107

C
Cary Xu 已提交
108
# --- sma
C
Cary Xu 已提交
109 110
./test.sh -f tsim/sma/tsmaCreateInsertData.sim
./test.sh -f tsim/sma/rsmaCreateInsertQuery.sim
C
Cary Xu 已提交
111

P
plum-lihui 已提交
112
# --- valgrind
wafwerar's avatar
wafwerar 已提交
113
./test.sh -f tsim/valgrind/checkError.sim -v
P
plum-lihui 已提交
114

115
#======================b1-end===============