test ci examples

This commit is contained in:
menshibin 2024-09-24 21:01:20 +08:00
parent 9909404f20
commit 18a8674937
2 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ def create_connection():
# all parameters are optional. # all parameters are optional.
conn = None conn = None
host = "localhost" host = "localhost"
port = 6031 port = 6030
try: try:
conn = taos.connect( conn = taos.connect(
user="root", user="root",

View File

@ -1553,9 +1553,9 @@
#,,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 #docs-examples test
,,n,docs-examples-test,bash python.sh #,,n,docs-examples-test,bash python.sh
,,n,docs-examples-test,bash node.sh ,,n,docs-examples-test,bash node.sh
,,n,docs-examples-test,bash csharp.sh #,,n,docs-examples-test,bash csharp.sh
,,n,docs-examples-test,bash jdbc.sh #,,n,docs-examples-test,bash jdbc.sh
,,n,docs-examples-test,bash go.sh #,,n,docs-examples-test,bash go.sh
,,n,docs-examples-test,bash test_R.sh #,,n,docs-examples-test,bash test_R.sh