ci: add smoking scripts for docs

This commit is contained in:
chenhaoran 2024-11-28 19:21:44 +08:00
parent 531a5ba8d0
commit fb70b8e215
1 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,14 @@ fi
commands=(
"python3 ./test.py -f 2-query/join.py"
"python3 ./test.py -f 6-cluster/5dnode3mnodeStop.py -N 5 -M 3"
"python3 ./test.py -f 1-insert/insert_column_value.py"
"python3 ./test.py -f 2-query/primary_ts_base_5.py"
"python3 ./test.py -f 2-query/case_when.py"
"python3 ./test.py -f 2-query/partition_limit_interval.py"
"python3 ./test.py -f 2-query/fill.py"
"python3 ./test.py -f query/query_basic.py -N 3"
"python3 ./test.py -f 7-tmq/basic5.py"
"python3 ./test.py -f 8-stream/stream_basic.py"
)
# Counters