Commit Graph

14594 Commits

Author SHA1 Message Date
dapan1121 6df8ed9f4e support bind multiple tables 2021-05-07 15:06:31 +08:00
Ping Xiao f4afe2f9d8 [TD-4019]<test> add test case 2021-05-07 15:00:40 +08:00
haojun Liao af53016793
Merge pull request #6008 from taosdata/fix/TD-3747
Fix/td 3747
2021-05-07 14:51:13 +08:00
tomchon bd0b8df12d [TD-4037]<test>: add taodemo-testcase that childtable_count is less than or equal zero and num_of_records_per_req is equal zero 2021-05-07 14:39:19 +08:00
huili 7c4335e2e7
Merge pull request #6007 from taosdata/test/TD-4059
[TD-4059]update case version.py
2021-05-07 13:57:49 +08:00
huili 5b243759cd
Merge pull request #6024 from taosdata/test/TD-3990
[TD-3990]add Drone CI
2021-05-07 13:57:34 +08:00
huili 1b80baa458
Merge pull request #6027 from taosdata/test/remove_travis
[TD-3990]remove travis
2021-05-07 13:57:10 +08:00
Ping Xiao c4a9fda17a [TD-3663]<test>: add test case for docker cluster 2021-05-07 13:28:02 +08:00
Minglei Jin 4c06f3986e [TD-4005]<fix>: fix repeated vnode open when tsdb state not ok 2021-05-07 12:46:47 +08:00
Shuduo Sang afd1b650fa
Hotfix/sangshuduo/td 4053 taosdemo more value scope check (#6022)
* [TD-4035]<fix>: taosdemo more checking for prevent value out of scope.

* [TD-4035]<fix>: taosdemo more checking for prevent value out of scope.

change min rows and max rows to unsigned int and 0 means default.

* [TD-4035]<fix>: taosdemo more checking for prevent value out of scope.

change offset=0 to get all childtable count

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-07 12:02:17 +08:00
Shuduo Sang 5b19e0d245
Hotfix/sangshuduo/td 4053 taosdemo more value scope check for develop (#6023)
* [TD-4035]<fix>: taosdemo more checking for prevent value out of scope.

* [TD-4035]<fix>: taosdemo more checking for prevent value out of scope.

change min rows and max rows to unsigned int and 0 means default.

* [TD-4035]<fix>: taosdemo more checking for prevent value out of scope.

change offset=0 to get all childtable count

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-07 12:02:01 +08:00
huili 842c17caa7
Merge pull request #6021 from taosdata/test/chr
[TD-3998]<test>: add taodemo-testcase that inserting  too many rows  won't make  ts  disorder
2021-05-07 11:09:59 +08:00
liuyq-617 75bb4e8d03 [TD-3990]remove travis 2021-05-07 11:02:54 +08:00
wu champion 3259c3de40 [TD-3954] <test> add case for resolve the bug of TD-3899 2021-05-07 10:58:03 +08:00
liuyq-617 47b618061a remove travis 2021-05-07 10:55:04 +08:00
Huo Linhe bc1e1e2b4e
[TD-4808] <fix>: fix python connector error where ts is null (#6025) 2021-05-07 10:38:09 +08:00
Huo Linhe e0cd8d13d2
[TD-4048] <fix>: fix python connector error where ts is null (#6018)
* [TD-4048] <fix>: fix python connector error where ts is null

* [TD-4048] <fix>: bump py connector version to 2.0.9
2021-05-07 10:09:16 +08:00
liuyq-617 456b702f21 [TD-3990]add Drone CI 2021-05-07 10:02:05 +08:00
liuyq-617 d30a7df793 Merge branch 'master' into test/TD-4059 2021-05-07 09:13:10 +08:00
yihaoDeng 763f712699 Merge branch 'ms' 2021-05-07 09:12:35 +08:00
yihaoDeng 2242be0549 [TD-3747] fix stream case failed 2021-05-07 00:17:30 +08:00
Shuduo Sang c4bc564931
[TD-3857]<fix>: taosdump database properties. (#6019)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-06 23:38:40 +08:00
Shuduo Sang f223f4d290
[TD-3857]<fix>: taosdump database properties. (#6020)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-06 23:36:58 +08:00
yihaoDeng 12cad8c1b1 [TD-3747]fix crash 2021-05-06 22:12:30 +08:00
tomchon b01f2b9e99 Merge branch 'master' of github.com:taosdata/TDengine into test/chr 2021-05-06 21:26:49 +08:00
tomchon 980df53800 [TD-3998]<test>: add taodemo-testcase that inserting too many rows won't make ts disorder 2021-05-06 21:15:20 +08:00
yihaoDeng cf3b1b12fd reset code 2021-05-06 21:03:54 +08:00
yihaoDeng 9cd45522cc delete some code 2021-05-06 20:34:11 +08:00
Shengliang Guan a392f3104a
Merge pull request #6011 from taosdata/fix/TD-4056
[TD-4056]<fix>: fix possible char string buffer length overflow
2021-05-06 20:29:36 +08:00
Shuduo Sang f8500b04ed
Hotfix/sangshuduo/td 3976 taosdemo print insert perf per batch (#6013)
* [TD-3976]<fix>: taosdemo print each insert performance data.

* [TD-3976]<fix>: taosdemo print insert performance per thread.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-06 18:39:39 +08:00
Shuduo Sang 6a618dd22c
Hotfix/sangshuduo/td 3976 taosdemo print insert perf per thread for develop (#6014)
* [TD-3976]<fix>: taosdemo print each insert performance data.

* [TD-3976]<fix>: taosdemo print insert performance per thread.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-06 18:38:56 +08:00
liuyq-617 d8b9ed31da recovery new_metrics.sim 2021-05-06 17:46:09 +08:00
张宏权 35187a4e83 revert modified Docker base image version 2021-05-06 17:34:11 +08:00
张宏权 8abbf41352 add rpcForceTcp flag 2021-05-06 17:31:32 +08:00
yihaoDeng 8dc64ed8e7 delete some code 2021-05-06 16:55:51 +08:00
liuyq-617 828628ab2e test 2021-05-06 16:49:11 +08:00
liuyq-617 0056a7f39e test 2021-05-06 16:44:47 +08:00
liuyq-617 302cb46953 test 2021-05-06 16:40:51 +08:00
dapan1121 0fa1c3ce4d change max size 2021-05-06 16:40:36 +08:00
liuyq-617 e2f8b44617 test 2021-05-06 16:36:09 +08:00
tomchon 23093b6f29 Merge branch 'master' into test/chr 2021-05-06 16:35:16 +08:00
liuyq-617 dd16e2d95c test 2021-05-06 16:33:39 +08:00
Shuduo Sang 6583d1d65a
[TD-4060]<fix>: taos shell startup message. (#6010)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-06 16:28:29 +08:00
liuyq-617 fc57fad2db test 2021-05-06 16:08:26 +08:00
liuyq-617 2268535d28 test 2021-05-06 15:58:36 +08:00
Shuduo Sang cef351408a
[TD-4060]<fix>: taos shell startup message. (#6009)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-06 15:39:54 +08:00
liuyq-617 6bba155857 test 2021-05-06 15:23:25 +08:00
liuyq-617 5d5027f820 test 2021-05-06 15:16:16 +08:00
liuyq-617 642830a10e test 2021-05-06 15:10:35 +08:00
liuyq-617 ee6d50e059 test 2021-05-06 15:05:51 +08:00