提交 7ef5e333 编写于 作者: L liuyq-617

fix some error

上级 d5a4e0c3
...@@ -211,7 +211,7 @@ pipeline { ...@@ -211,7 +211,7 @@ pipeline {
</table></font> </table></font>
</body> </body>
</html>''', </html>''',
to: "${CHANGE_AUTHOR_EMAIL}", to: "${env.CHANGE_AUTHOR_EMAIL}",
from: "support@taosdata.com" from: "support@taosdata.com"
) )
} }
...@@ -249,7 +249,7 @@ pipeline { ...@@ -249,7 +249,7 @@ pipeline {
</table></font> </table></font>
</body> </body>
</html>''', </html>''',
to: "${CHANGE_AUTHOR_EMAIL}", to: "${env.CHANGE_AUTHOR_EMAIL}",
from: "support@taosdata.com" from: "support@taosdata.com"
) )
} }
......
import taos
import datetime
import random
# host= '127.0.0.1'
# user = 'root'
# password = 'taosdata'
# conn = taos.connect(
# host,
# user,
# password,
# )
# cl = conn.cursor()
# cl.execute("select first(_c0),last(_c0) from test.st0 " )
# dd1=datetime.datetime.now()+ datetime.timedelta(days=5)
# sql = 'select count(*) from test.st0 where ts <= ' + "'" + str(dd1) + "'"
# print(sql)
# cl.execute(sql)
# for data in cl:
# print(data[0])
# # print(cl[0],cl[1])
# # d1 = data[0]
# # d2 = data[1]
# # print(d1+(d2-d1)/2)
# print(random.randrange(-100,100))
# random.randrange(-100,100)
print(random.getrandbits(1))
\ No newline at end of file
...@@ -27,6 +27,6 @@ if $rows != 7 then ...@@ -27,6 +27,6 @@ if $rows != 7 then
endi endi
system sh/exec.sh -n dnode1 -s stop -x SIGINT # system sh/exec.sh -n dnode1 -s stop -x SIGINT
system sh/exec.sh -n dnode2 -s stop -x SIGINT # system sh/exec.sh -n dnode2 -s stop -x SIGINT
system sh/exec.sh -n dnode3 -s stop -x SIGINT # system sh/exec.sh -n dnode3 -s stop -x SIGINT
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册