Commit Graph

158 Commits

Author SHA1 Message Date
Shengliang Guan 3d8ebc2660 refactor: adjust logs 2022-06-13 15:38:43 +08:00
tomchon 9579710f80 Merge branch '3.0' of github.com:taosdata/TDengine into test/chr/TD-14699 2022-06-13 09:57:14 +08:00
tomchon b1a2dff6ba test:add dnode of clusters 2022-06-11 20:30:02 +08:00
afwerar fc489882eb fix(os): add win32 tmq case test 2022-06-11 17:19:53 +08:00
afwerar c105f0a4df fix(os): start win32 taosd case 2022-06-09 19:11:44 +08:00
afwerar d95b7a3dc1 fix(os): add win32 taosd case 2022-06-09 11:48:41 +08:00
afwerar 43df05c161 fix(os): add win32 query case 2022-06-07 16:22:20 +08:00
afwerar da03a3b6fb fix(os): do not kill taosd when case init dnodes 2022-06-06 19:40:13 +08:00
afwerar 268236d804 fix(os): do not kill taosd when case init dnodes 2022-06-06 17:28:45 +08:00
afwerar d01bb6a823 fix(os): add other two win32 udf case 2022-06-05 20:44:13 +08:00
afwerar ac09ef04a9 fix(os): add win32 udf case 2022-06-05 17:02:43 +08:00
afwerar 490889f8e7 fix(os): win python case error 2022-06-03 16:13:06 +08:00
afwerar d84a5af792 fix(os): remote fqdn error 2022-06-01 16:18:47 +08:00
jiajingbin 4abcac3907 test: finish 1-insert/opentsdb_json_taosc_insert.py 2022-05-31 19:01:42 +08:00
plum-lihui f8d29a12ab test: support taosc run by valgrind to python cases 2022-05-31 16:46:01 +08:00
jiajingbin 990abaaab1 test: finish 1-insert/influxdb_line_taosc_insert.py 2022-05-31 16:03:36 +08:00
afwerar 6e59f7c4ee fix(os): config remote server info 2022-05-30 10:38:29 +08:00
jiajingbin 38a6745634 test: add schemaless-insert 1-insert/opentsdb_telnet_line_taosc_insert.py to CI 2022-05-28 21:55:23 +08:00
afwerar e164e194b1 fix(os): case run remote taosd 2022-05-28 17:03:26 +08:00
afwerar 06f72448aa fix(os): case run remote taosd 2022-05-28 15:30:14 +08:00
afwerar f999132ff0 fix(os): windows run shell case 2022-05-27 22:53:29 +08:00
afwerar 1e5ef3b145 fix(os): windows timezone error 2022-05-27 19:00:48 +08:00
afwerar 5a15739cc3 fix(os): run case on win 2022-05-25 20:37:00 +08:00
afwerar 3a0efe7255 fix(os): run case on win 2022-05-25 16:30:26 +08:00
plum-lihui 7e9e0596b7 test:modify valgrind log director 2022-05-22 16:41:10 +08:00
tomchon 3c0a1bc7ee add valgrind.log to dnodes.py 2022-05-20 16:20:27 +08:00
plum-lihui 534dfae907 [test: set days to 300 for default db] 2022-05-18 22:06:59 +08:00
Shengliang Guan eebd3f0f0f test: adjust debugflag 2022-05-13 16:01:05 +08:00
plum-lihui 265f2a8582 test: add get rows api in test frame 2022-05-12 16:36:08 +08:00
afwerar 30179d48d6 fix(os): TDinternal CI pytest error. 2022-05-10 20:52:00 +08:00
jiacy-jcy 7a1794ce69 Merge branch '3.0' into test/jcy 2022-04-27 14:53:42 +08:00
Ping Xiao c6cc7eff86 test: add client config for test cases 2022-04-27 10:02:22 +08:00
jiacy-jcy 24ac70fc41 update 2022-04-27 08:31:11 +08:00
Ping Xiao ccffe94579 test: add client config for test cases 2022-04-26 18:46:08 +08:00
plum-lihui b790102ffd [test: add sleep for elect leader] 2022-04-22 18:50:21 +08:00
Shuduo Sang 2c1ec0dd10
[TD-13603]<feature>: python connector for 3.0 (#11152)
* add a few stmt_ interface declartion

* add taos_load_table_info

* add taos_set_config(() interface

* add more interfaces

* warn 'reset query cache' only since lack engine support

* update taos-tools
2022-03-31 11:32:23 +08:00
Shuduo Sang 66f31a0077
[TD-14331]<fix>: make util/dnodes.py flexible (#11022)
* [TD-14331]<fix>: make util/dnodes.py flexible

for 3.0

* make getPath clear
2022-03-26 22:49:42 +08:00
Shuduo Sang 43feda0595
[TD-13408]<test>: move tests in for3.0 (#10598)
* restore .gitmodules

* Revert "[TD-13408]<test>: move tests out"

This reverts commit f80a4ca49ff37431bc0bc0dafb5ccf5858b00beb.

* revert f80a4ca49ff37431bc0bc0dafb5ccf5858b00beb

* immigrate file change from stand-alone repo to TDengine

for 3.0

* remove tests repository for Jenkinsfile2

Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-03-07 19:25:29 +08:00
Shuduo Sang bf5a3e106b
[TD-13408]<test>: move tests out (#10176)
* [TD-13408]<test>: move tests out

for 3.0 branch

* add Jenkinsfile2

Co-authored-by: tangfangzhi <fztang@taosdata.com>
2022-02-10 15:25:50 +08:00
Linhe Huo 2483985d4b
[TD-6449]<fix>: fix python3.6 datetime parsing in pytest util package (#7704) 2021-08-30 23:04:52 +08:00
dapan1121 f9e22c1632
Merge pull request #7512 from taosdata/feature/szhou/schemaless
[schemaless][RunCITest]
2021-08-27 10:29:29 +08:00
Ping Xiao d921a078e8 [ci skip] update cfg key 2021-08-27 09:38:37 +08:00
shenglian zhou 3e8b0e856d Merge branch 'develop' into feature/szhou/schemaless 2021-08-25 17:11:28 +08:00
Haojun Liao 77a920d278
Merge pull request #7437 from taosdata/fix/ZhiqiangWang/TD-6169-windows-dll-client-can-not-quit-problem
[DONT MERGE] [TD-6169]<fix>: windows dll client can not quit.
2021-08-25 14:27:39 +08:00
Shengliang Guan e043b0bb51 Merge from develop 2021-08-24 19:44:10 +08:00
jiajingbin 9126417086 add common.py 2021-08-24 13:06:32 +08:00
afwerar d3af8a9d31 [TD-6169]<fix>: windows dll client can not quit. 2021-08-24 11:05:26 +08:00
afwerar 613bd5c523 [TD-6169]<fix>: windows dll client can not quit. 2021-08-24 10:49:47 +08:00
zhaoyanggh 89b6460064 remove dulplicate init 2021-08-23 16:42:27 +08:00
zhaoyanggh 298f97fe0b remove dulplicate init 2021-08-23 16:38:29 +08:00