modify node ci example
This commit is contained in:
parent
fbbf24f064
commit
80be241024
|
@ -180,7 +180,19 @@ python3 stmt_native.py
|
||||||
|
|
||||||
python3 stmt_ws.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
|
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
|
python3 tmq_websocket_example.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue