Skip to content

Commit

Permalink
ci:Specify the version of the python connector (#20407)
Browse files Browse the repository at this point in the history
* ci:Specify the version of the python connector

* ci:Specify the version of the python connector
  • Loading branch information
tomchon committed Mar 10, 2023
1 parent 6e7d490 commit ac1711f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tests/parallel_test/run_case.sh
Expand Up @@ -74,6 +74,8 @@ RET=$?
echo "cmd exit code: $RET"
md5sum /usr/lib/libtaos.so.1
md5sum /home/TDinternal/debug/build/lib/libtaos.so
#define taospy 2.7.3
pip3 install taospy==2.7.3

if [ $RET -ne 0 ]; then
pwd
Expand Down
2 changes: 0 additions & 2 deletions tests/parallel_test/run_container.sh
Expand Up @@ -130,8 +130,6 @@ docker run \
-v ${SOURCEDIR}:/usr/local/src/ \
-v "$TMP_DIR/thread_volume/$thread_no/sim:${SIM_DIR}" \
-v ${TMP_DIR}/thread_volume/$thread_no/coredump:$coredump_dir \
-v $WORKDIR/taos-connector-python/taos:/usr/local/lib/python3.8/site-packages/taos:ro \
-v $WORKDIR/taos-connector-python/taosrest:/usr/local/lib/python3.8/site-packages/taosrest:ro \
--rm --ulimit core=-1 taos_test:v1.0 $CONTAINER_TESTDIR/tests/parallel_test/run_case.sh -d "$exec_dir" -c "$cmd" $extra_param
ret=$?
exit $ret
Expand Down

0 comments on commit ac1711f

Please sign in to comment.