modify node ci example

This commit is contained in:
menshibin 2024-09-26 18:05:40 +08:00
parent fbbf24f064
commit 80be241024
1 changed files with 12 additions and 0 deletions

View File

@ -180,7 +180,19 @@ python3 stmt_native.py
python3 stmt_ws.py
taos -s "drop topic if exists topic_meters"
check_transactions || exit 1
reset_cache || exit 1
taos -s "drop database if exists power"
check_transactions || exit 1
reset_cache || exit 1
python3 tmq_native.py
taos -s "drop topic if exists topic_meters"
check_transactions || exit 1
reset_cache || exit 1
taos -s "drop database if exists power"
check_transactions || exit 1
reset_cache || exit 1
python3 tmq_websocket_example.py