mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
35 lines
726 B
Text
35 lines
726 B
Text
|
|
#======================b1-start===============
|
|
|
|
# ---- user
|
|
./test.sh -f tsim/user/basic1.sim
|
|
|
|
# ---- db
|
|
./test.sh -f tsim/db/basic1.sim
|
|
./test.sh -f tsim/db/basic6.sim
|
|
./test.sh -f tsim/db/basic7.sim
|
|
./test.sh -f tsim/db/error1.sim
|
|
|
|
# ---- dnode
|
|
./test.sh -f tsim/dnode/basic1.sim
|
|
|
|
# ---- insert
|
|
./test.sh -f tsim/insert/basic0.sim
|
|
./test.sh -f tsim/insert/basic1.sim
|
|
./test.sh -f tsim/insert/backquote.sim
|
|
./test.sh -f tsim/insert/null.sim
|
|
|
|
# ---- query
|
|
./test.sh -f tsim/query/interval.sim
|
|
./test.sh -f tsim/query/interval-offset.sim
|
|
|
|
# ---- show
|
|
./test.sh -f tsim/show/basic.sim
|
|
|
|
# ---- table
|
|
./test.sh -f tsim/table/basic1.sim
|
|
|
|
# ---- tmq
|
|
./test.sh -f tsim/tmq/basic.sim
|
|
|
|
#======================b1-end===============
|