test ci examples
This commit is contained in:
parent
9909404f20
commit
18a8674937
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue