From 1d7b0f2ff4580e4089120a29f4f49e0b726c9202 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Wed, 8 Jan 2025 18:09:46 +0800 Subject: [PATCH] fix: update version taospy==2.7.21 taos-ws-py=0.3.8 --- Jenkinsfile2 | 4 ++-- tests/docs-examples-test/python.sh | 2 +- tests/parallel_test/run_case.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 1b2f28908c..395beb72db 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -368,8 +368,8 @@ def pre_test_build_win() { ''' bat ''' cd %WIN_COMMUNITY_ROOT%/tests/ci - pip3 install taospy==2.7.16 - pip3 install taos-ws-py==0.3.5 + pip3 install taospy==2.7.21 + pip3 install taos-ws-py==0.3.8 xcopy /e/y/i/f %WIN_INTERNAL_ROOT%\\debug\\build\\lib\\taos.dll C:\\Windows\\System32 ''' return 1 diff --git a/tests/docs-examples-test/python.sh b/tests/docs-examples-test/python.sh index 536155437b..8e43f26d5c 100644 --- a/tests/docs-examples-test/python.sh +++ b/tests/docs-examples-test/python.sh @@ -130,7 +130,7 @@ pip3 install kafka-python python3 kafka_example_consumer.py # 21 -pip3 install taos-ws-py==0.3.5 +pip3 install taos-ws-py==0.3.8 python3 conn_websocket_pandas.py # 22 diff --git a/tests/parallel_test/run_case.sh b/tests/parallel_test/run_case.sh index 5dc1cef673..c3b3b993e6 100755 --- a/tests/parallel_test/run_case.sh +++ b/tests/parallel_test/run_case.sh @@ -78,7 +78,7 @@ md5sum /home/TDinternal/debug/build/lib/libtaos.so #get python connector and update: taospy 2.7.16 taos-ws-py 0.3.5 pip3 install taospy==2.7.21 -pip3 install taos-ws-py==0.3.5 +pip3 install taos-ws-py==0.3.8 $TIMEOUT_CMD $cmd RET=$? echo "cmd exit code: $RET"