basic.txt 4.4 KB
Newer Older
1 2 3 4

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

# ---- user
X
Xiaoyu Wang 已提交
5 6 7 8 9 10
./test.sh -f tsim/user/basic1.sim
./test.sh -f tsim/user/pass_alter.sim
./test.sh -f tsim/user/pass_len.sim
./test.sh -f tsim/user/user_len.sim
./test.sh -f tsim/user/privilege1.sim
./test.sh -f tsim/user/privilege2.sim
11

X
Xiaoyu Wang 已提交
12
## ---- db
X
Xiaoyu Wang 已提交
13 14 15 16 17 18
./test.sh -f tsim/db/create_all_options.sim
./test.sh -f tsim/db/alter_option.sim
./test.sh -f tsim/db/basic1.sim
./test.sh -f tsim/db/basic2.sim
./test.sh -f tsim/db/basic3.sim
./test.sh -f tsim/db/basic6.sim
19 20
./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

# ---- dnode
S
Shengliang Guan 已提交
24
./test.sh -f tsim/dnode/create_dnode.sim
25
./test.sh -f tsim/dnode/drop_dnode_has_mnode.sim
26

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

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

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

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

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

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

58
# ---- mnode
S
Shengliang Guan 已提交
59
./test.sh -f tsim/mnode/basic1.sim
60
./test.sh -f tsim/mnode/basic2.sim
S
Shengliang Guan 已提交
61
./test.sh -f tsim/mnode/basic3.sim
S
Shengliang Guan 已提交
62
./test.sh -f tsim/mnode/basic4.sim
63
./test.sh -f tsim/mnode/basic5.sim
64

P
plum-lihui 已提交
65
# ---- show
66
./test.sh -f tsim/show/basic.sim
P
plum-lihui 已提交
67

P
plum-lihui 已提交
68
# ---- table
69
./test.sh -f tsim/table/basic1.sim
P
plum-lihui 已提交
70

L
Liu Jicong 已提交
71 72 73
# ---- stream
./test.sh -f tsim/stream/basic0.sim
./test.sh -f tsim/stream/basic1.sim
L
Liu Jicong 已提交
74
./test.sh -f tsim/stream/basic2.sim
5
54liuyao 已提交
75
# ./test.sh -f tsim/stream/distributeInterval0.sim
5
54liuyao 已提交
76 77
# ./test.sh -f tsim/stream/session0.sim
# ./test.sh -f tsim/stream/session1.sim
5
54liuyao 已提交
78 79 80
# ./test.sh -f tsim/stream/state0.sim
# ./test.sh -f tsim/stream/triggerInterval0.sim
# ./test.sh -f tsim/stream/triggerSession0.sim
5
54liuyao 已提交
81
# ./test.sh -f tsim/stream/partitionby.sim
5
54liuyao 已提交
82

L
Liu Jicong 已提交
83

84
# ---- transaction
S
Shengliang Guan 已提交
85
 ./test.sh -f tsim/trans/lossdata1.sim
86
 ./test.sh -f tsim/trans/create_db.sim
L
Liu Jicong 已提交
87

P
plum-lihui 已提交
88
# ---- tmq
P
plum-lihui 已提交
89 90 91 92
./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 已提交
93 94 95 96 97
./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 已提交
98
./test.sh -f tsim/tmq/topic.sim
P
plum-lihui 已提交
99

100
# --- stable
C
cpwu 已提交
101
./test.sh -f tsim/stable/disk.sim
S
Shengliang Guan 已提交
102
./test.sh -f tsim/stable/dnode3.sim
C
cpwu 已提交
103 104
./test.sh -f tsim/stable/metrics.sim
./test.sh -f tsim/stable/refcount.sim
S
Shengliang Guan 已提交
105
./test.sh -f tsim/stable/show.sim
C
cpwu 已提交
106 107
./test.sh -f tsim/stable/values.sim
./test.sh -f tsim/stable/vnode3.sim
S
Shengliang Guan 已提交
108
./test.sh -f tsim/stable/column_add.sim
S
Shengliang Guan 已提交
109
./test.sh -f tsim/stable/column_drop.sim
S
Shengliang Guan 已提交
110 111 112 113 114 115
./test.sh -f tsim/stable/column_modify.sim
./test.sh -f tsim/stable/tag_add.sim
./test.sh -f tsim/stable/tag_drop.sim
./test.sh -f tsim/stable/tag_modify.sim
./test.sh -f tsim/stable/tag_rename.sim
./test.sh -f tsim/stable/alter_comment.sim
S
Shengliang Guan 已提交
116 117 118 119
./test.sh -f tsim/stable/alter_count.sim
./test.sh -f tsim/stable/alter_insert1.sim
./test.sh -f tsim/stable/alter_insert2.sim
./test.sh -f tsim/stable/alter_import.sim
dengyihao's avatar
dengyihao 已提交
120
./test.sh -f tsim/stable/tag_filter.sim
S
Shengliang Guan 已提交
121 122

# --- for multi process mode
S
Shengliang Guan 已提交
123
./test.sh -f tsim/user/basic1.sim -m
124
./test.sh -f tsim/db/basic3.sim -m
125 126
./test.sh -f tsim/db/error1.sim -m
./test.sh -f tsim/insert/backquote.sim -m
127 128
./test.sh -f tsim/parser/fourArithmetic-basic.sim -m
./test.sh -f tsim/query/interval-offset.sim -m
S
Shengliang Guan 已提交
129
./test.sh -f tsim/tmq/basic3.sim -m
130 131
./test.sh -f tsim/stable/vnode3.sim -m
./test.sh -f tsim/qnode/basic1.sim -m
S
Shengliang Guan 已提交
132
#./test.sh -f tsim/mnode/basic1.sim -m
S
Shengliang Guan 已提交
133

C
Cary Xu 已提交
134
# --- sma
C
Cary Xu 已提交
135
./test.sh -f tsim/sma/tsmaCreateInsertData.sim
C
Cary Xu 已提交
136
./test.sh -f tsim/sma/rsmaCreateInsertQuery.sim
C
Cary Xu 已提交
137

P
plum-lihui 已提交
138
# --- valgrind
wafwerar's avatar
wafwerar 已提交
139
./test.sh -f tsim/valgrind/checkError.sim -v
P
plum-lihui 已提交
140

haoranc's avatar
haoranc 已提交
141 142 143 144 145
# --- sync
./test.sh -f tsim/sync/3Replica1VgElect.sim
./test.sh -f tsim/sync/3Replica5VgElect.sim
./test.sh -f tsim/sync/oneReplica1VgElect.sim
./test.sh -f tsim/sync/oneReplica5VgElect.sim
146
# ./test.sh -f tsim/sync/3Replica5VgElect3mnode.sim
haoranc's avatar
haoranc 已提交
147

D
dapan1121 已提交
148 149 150
# --- catalog
./test.sh -f tsim/catalog/alterInCurrent.sim

151
#======================b1-end===============