From 57e5ec6680b156715d1937fafacbe0d34c1244dc Mon Sep 17 00:00:00 2001 From: Adam Ji Date: Mon, 6 Nov 2023 13:39:03 +0800 Subject: [PATCH 1/4] ci: update taos-ws-py verison --- tests/parallel_test/run_case.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/parallel_test/run_case.sh b/tests/parallel_test/run_case.sh index 1c57ed9b30..395b0f208e 100755 --- a/tests/parallel_test/run_case.sh +++ b/tests/parallel_test/run_case.sh @@ -84,7 +84,7 @@ pip3 install --default-timeout=120 taospy==2.7.12 #define taos-ws-py 0.2.8 pip3 list|grep taos-ws-py pip3 uninstall taos-ws-py -y -pip3 install --default-timeout=120 taos-ws-py==0.2.8 +pip3 install --default-timeout=120 taos-ws-py==0.3.1 $TIMEOUT_CMD $cmd RET=$? From 9a44e72458e7add842ceeb3a9c72f8507c62b7fd Mon Sep 17 00:00:00 2001 From: Adam Ji Date: Mon, 6 Nov 2023 13:39:07 +0800 Subject: [PATCH 2/4] ci: update taos-ws-py verison --- Jenkinsfile2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index f308db759d..a46736d7f3 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -316,7 +316,7 @@ def pre_test_build_win() { python -m pip uninstall taospy -y python -m pip install taospy==2.7.12 python -m pip uninstall taos-ws-py -y - python -m pip install taos-ws-py==0.2.9 + python -m pip install taos-ws-py==0.3.1 xcopy /e/y/i/f %WIN_INTERNAL_ROOT%\\debug\\build\\lib\\taos.dll C:\\Windows\\System32 ''' return 1 From 4995d9c905701b30df8a434eee22d1cc541efc14 Mon Sep 17 00:00:00 2001 From: Adam Ji Date: Mon, 6 Nov 2023 15:28:13 +0800 Subject: [PATCH 3/4] ci: add default timeout --- tests/parallel_test/run_case.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/parallel_test/run_case.sh b/tests/parallel_test/run_case.sh index 395b0f208e..0376cf903d 100755 --- a/tests/parallel_test/run_case.sh +++ b/tests/parallel_test/run_case.sh @@ -84,7 +84,7 @@ pip3 install --default-timeout=120 taospy==2.7.12 #define taos-ws-py 0.2.8 pip3 list|grep taos-ws-py pip3 uninstall taos-ws-py -y -pip3 install --default-timeout=120 taos-ws-py==0.3.1 +pip3 install --default-timeout=1200 taos-ws-py==0.3.1 $TIMEOUT_CMD $cmd RET=$? From f36446fbbb49e015e22e105ce3be89371864e122 Mon Sep 17 00:00:00 2001 From: Adam Ji Date: Tue, 7 Nov 2023 09:40:12 +0800 Subject: [PATCH 4/4] ci: update run_case.sh with pip timeout 600 --- tests/parallel_test/run_case.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/parallel_test/run_case.sh b/tests/parallel_test/run_case.sh index 0376cf903d..7bd8189f1d 100755 --- a/tests/parallel_test/run_case.sh +++ b/tests/parallel_test/run_case.sh @@ -84,7 +84,7 @@ pip3 install --default-timeout=120 taospy==2.7.12 #define taos-ws-py 0.2.8 pip3 list|grep taos-ws-py pip3 uninstall taos-ws-py -y -pip3 install --default-timeout=1200 taos-ws-py==0.3.1 +pip3 install --default-timeout=600 taos-ws-py==0.3.1 $TIMEOUT_CMD $cmd RET=$?