fix: set latest taospy version
This commit is contained in:
parent
6bcbf6cc37
commit
9bf4e23289
|
@ -6,6 +6,16 @@
|
||||||
|
|
||||||
,,n,unit-test,bash test.sh
|
,,n,unit-test,bash test.sh
|
||||||
|
|
||||||
|
#docs-examples test
|
||||||
|
,,n,docs-examples-test,bash c.sh
|
||||||
|
,,n,docs-examples-test,bash python.sh
|
||||||
|
,,n,docs-examples-test,bash node.sh
|
||||||
|
,,n,docs-examples-test,bash csharp.sh
|
||||||
|
,,n,docs-examples-test,bash jdbc.sh
|
||||||
|
,,n,docs-examples-test,bash rust.sh
|
||||||
|
,,n,docs-examples-test,bash go.sh
|
||||||
|
,,n,docs-examples-test,bash test_R.sh
|
||||||
|
|
||||||
#
|
#
|
||||||
# army-test
|
# army-test
|
||||||
#
|
#
|
||||||
|
@ -1661,13 +1671,3 @@
|
||||||
,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/sml_json_alltypes.py
|
,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/sml_json_alltypes.py
|
||||||
,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestQueryWithJson.py -R
|
,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestQueryWithJson.py -R
|
||||||
,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/telnet_tcp.py -R
|
,,n,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/telnet_tcp.py -R
|
||||||
|
|
||||||
#docs-examples test
|
|
||||||
,,n,docs-examples-test,bash c.sh
|
|
||||||
,,n,docs-examples-test,bash python.sh
|
|
||||||
,,n,docs-examples-test,bash node.sh
|
|
||||||
,,n,docs-examples-test,bash csharp.sh
|
|
||||||
,,n,docs-examples-test,bash jdbc.sh
|
|
||||||
,,n,docs-examples-test,bash rust.sh
|
|
||||||
,,n,docs-examples-test,bash go.sh
|
|
||||||
,,n,docs-examples-test,bash test_R.sh
|
|
||||||
|
|
|
@ -77,7 +77,7 @@ md5sum /usr/lib/libtaos.so.1
|
||||||
md5sum /home/TDinternal/debug/build/lib/libtaos.so
|
md5sum /home/TDinternal/debug/build/lib/libtaos.so
|
||||||
|
|
||||||
#get python connector and update: taospy 2.7.16 taos-ws-py 0.3.5
|
#get python connector and update: taospy 2.7.16 taos-ws-py 0.3.5
|
||||||
pip3 install taospy==2.7.16
|
pip3 install taospy==2.7.21
|
||||||
pip3 install taos-ws-py==0.3.5
|
pip3 install taos-ws-py==0.3.5
|
||||||
$TIMEOUT_CMD $cmd
|
$TIMEOUT_CMD $cmd
|
||||||
RET=$?
|
RET=$?
|
||||||
|
|
Loading…
Reference in New Issue