From fbbf24f064fa5add9dcfd667bd1b6be918d7e2d9 Mon Sep 17 00:00:00 2001 From: menshibin Date: Thu, 26 Sep 2024 15:06:40 +0800 Subject: [PATCH] modify node ci example --- tests/docs-examples-test/python.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/docs-examples-test/python.sh b/tests/docs-examples-test/python.sh index ed44171f85..2b582fe3fd 100644 --- a/tests/docs-examples-test/python.sh +++ b/tests/docs-examples-test/python.sh @@ -163,17 +163,17 @@ python3 reqid_rest.py python3 reqid_ws.py -taos -s "drop database test" +taos -s "drop database power" check_transactions || exit 1 reset_cache || exit 1 python3 schemaless_native.py -taos -s "drop database test" +taos -s "drop database power" check_transactions || exit 1 reset_cache || exit 1 python3 schemaless_ws.py -taos -s "drop database test" +taos -s "drop database power" check_transactions || exit 1 reset_cache || exit 1 python3 stmt_native.py