From 80be2410248415c6c449b1869007c994b7421724 Mon Sep 17 00:00:00 2001 From: menshibin Date: Thu, 26 Sep 2024 18:05:40 +0800 Subject: [PATCH] modify node ci example --- tests/docs-examples-test/python.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/docs-examples-test/python.sh b/tests/docs-examples-test/python.sh index 2b582fe3fd..6a25683b58 100644 --- a/tests/docs-examples-test/python.sh +++ b/tests/docs-examples-test/python.sh @@ -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