Commit Graph

14138 Commits

Author SHA1 Message Date
Shengliang Guan e8162e6c9c
Merge branch 'develop' into hotfix/mtod 2021-04-07 15:53:40 +08:00
Shengliang Guan bc9c47b472
Merge pull request #5708 from taosdata/fix/TD-3579
[TD-3579]<fix>: sort mnode syncCfg nodeInfo to fix leader election failure
2021-04-07 15:45:58 +08:00
Shuduo Sang b0d979ff32
[TD-3607]<fix>: fix taosdemo limit and offset. (#5707)
if offset+limit > count.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-07 14:02:31 +08:00
Minglei Jin 891cf50ce9 [TD-3579]<fix>: sort mnode syncCfg nodeInfo to fix leader election failure 2021-04-07 12:51:52 +08:00
Shuduo Sang edcb9d5f02
Hotfix/sangshuduo/td 3607 taosdemo buffer overflow (#5706)
* [TD-3607] <fix>: fix taosdemo buffer overflow.

* [TD-3607] <fix>: taosdemo buffer overflow.

add tmp buffer.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix data generation.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix normal table writting.

* [TD-3607] <fix>: taosdemo buffer overflow.

remove tail spaces.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix taosdemo alter table test case.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix taosdemo alter table case.

* [TD-3607] <fix>: taosdemo buffer overflow.

adjust limit offset count warning.

* [TD-3607] <fix>: taosdemo buffer overflow.

add more logic for child tables exist.

* [TD-3607] <fix>: taosdemo buffer overflow.

create database if database be dropped only.

* [TD-3607] <fix>: fix taosdemo buffer overflow.

adjust limit and offset test cases.

* [TD-3607] <fix>: taosdemo buffer overflow.

adjust sample data test case.

* [TD-3607]<fix>: taosdemo limit and offset.

if limit+offset > count

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-07 12:47:02 +08:00
wu champion 8a8eaf5053
Merge pull request #5705 from taosdata/master
Master
2021-04-07 10:18:15 +08:00
wu champion 91a60312f0 Merge branch 'master' into test/TD-3295 2021-04-07 10:06:44 +08:00
dapan1121 2e1ae21f06 Merge branch 'master' into hotfix/TD-3675 2021-04-07 10:06:00 +08:00
huili 70cec08dab
Merge pull request #5704 from taosdata/fix/jenkins
fix
2021-04-07 10:04:31 +08:00
huili 8e88aab401
Merge pull request #5702 from taosdata/test/testcase
fix changing target branch
2021-04-07 10:04:25 +08:00
liuyq-617 70e9e2325e Merge branch 'fix/jenkins' of github.com:taosdata/TDengine into fix/jenkins 2021-04-07 09:59:26 +08:00
liuyq-617 f9f08a5ec2 fix 2021-04-07 09:59:17 +08:00
liuyq-617 ef0b6eade2 fix 2021-04-07 09:58:37 +08:00
Yiqing Liu 1f89811b1f
Merge branch 'master' into fix/jenkins 2021-04-07 09:47:55 +08:00
liuyq-617 5d4d10d0bb fix 2021-04-07 09:46:36 +08:00
liuyq-617 517b77e903 fix 2021-04-07 09:46:09 +08:00
liuyq-617 65ebf17311 fix 2021-04-07 09:34:13 +08:00
liuyq-617 1d1c987bac fix changing targe branch 2021-04-07 09:20:32 +08:00
liuyq-617 136f0a184b Merge branch 'develop' into test/jenkins 2021-04-07 09:18:23 +08:00
liuyq-617 885012b1a0 Merge branch 'develop' into test/testcase 2021-04-07 09:16:19 +08:00
liuyq-617 2f1bd5855c fix changing target branch 2021-04-07 09:14:20 +08:00
huili 05fca963b5
Merge pull request #5692 from taosdata/test/TD-3654
[TD-3654]<test>add case for TD-3654 to master
2021-04-06 18:38:41 +08:00
dapan1121 88973b5460 TD-3675 2021-04-06 18:26:55 +08:00
wu champion 7db5c29d1e [TD-3295]<test> add case for TD-3295 2021-04-06 18:18:10 +08:00
Elias Soong b00e6be499
Merge pull request #5698 from taosdata/test/TD-3677
remove useless file
2021-04-06 18:11:35 +08:00
wu champion 9f858447f7
Update fulltest.sh 2021-04-06 18:09:13 +08:00
plum-lihui 8ef4764a12 remove useless file 2021-04-06 18:08:56 +08:00
wu champion 41b9b98e3c [TD-3652]<test> add case for TD-3652 to resolve TD-3590 2021-04-06 18:06:59 +08:00
huili a85b9911c3
Merge pull request #5695 from taosdata/test/testcase
[TD-3671]<test>change target branch
2021-04-06 17:05:21 +08:00
huili 730d7c65b7
Merge pull request #5694 from taosdata/test/jenkins
[TD-3671]<test>change target branch
2021-04-06 17:05:17 +08:00
yihaoDeng c9279cdc11 refactor rpc 2021-04-06 17:04:31 +08:00
Shuduo Sang d38e4a1b58
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#5691)
* [TD-3197] <fix>: fix taosdemo coverity scan issues.

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

fix subscribeTest pids uninitialized.

* [TD-3197] <fix>: fix taosdemo coverity scan issues.

* [TD-3197] <fix>: fix coverity scan issues.

check super tbl info pointer.

* [TD-3197] <fix>: fix coverity scan issues.

move sub tbl query thread join into loop

* [TD-3197] <fix>: fix coverity scan issues.

remove unused variable

* [TD-3197] <fix>: fix coverity scan issues.

use more secure random library

* [TD-3197] <fix>: fix coverity scan issues.

use strncpy for more safe

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

replace arc4random with rand().

* [TD-3197] <fix>: fix coverity scan issues.

check stb info pointer for start time

* [TD-3197] <fix>: fix coverity scan issues.

fix strcpy vulnerability

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

modify taosdemoTest2. try to check database continously.

* [TD-3197] <fix>: taosdemo coverity scan issues.

* [TD-3197] <fix>: fix memory leak when parsing arguments.

* [TD-3197] <fix>: fix cmake strip arguments.

* [TD-3197] <fix>: taosdemo coverity scan.

fix cmake string manipulation.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-06 16:47:13 +08:00
Shuduo Sang b63aab1b5a
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#5688)
* [TD-3197] <fix>: fix taosdemo coverity scan issues.

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

fix subscribeTest pids uninitialized.

* [TD-3197] <fix>: fix taosdemo coverity scan issues.

* [TD-3197] <fix>: fix coverity scan issues.

check super tbl info pointer.

* [TD-3197] <fix>: fix coverity scan issues.

move sub tbl query thread join into loop

* [TD-3197] <fix>: fix coverity scan issues.

remove unused variable

* [TD-3197] <fix>: fix coverity scan issues.

use more secure random library

* [TD-3197] <fix>: fix coverity scan issues.

use strncpy for more safe

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

replace arc4random with rand().

* [TD-3197] <fix>: fix coverity scan issues.

check stb info pointer for start time

* [TD-3197] <fix>: fix coverity scan issues.

fix strcpy vulnerability

* [TD-3197] <fix>: fix taosdemo coverity scan issue.

modify taosdemoTest2. try to check database continously.

* [TD-3197] <fix>: taosdemo coverity scan issues.

* [TD-3197] <fix>: fix memory leak when parsing arguments.

* [TD-3197] <fix>: fix cmake strip arguments.

* [TD-3197] <fix>: taosdemo coverity scan.

fix cmake string manipulation.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-04-06 16:46:26 +08:00
Elias Soong a8b61377e1
Merge pull request #5696 from taosdata/test/jdbc
[TD-3677]<test>: test pr message 7
2021-04-06 16:32:33 +08:00
plum-lihui 1746351dea [TD-3677]<test>: test pr message 3 2021-04-06 16:27:27 +08:00
plum-lihui c023cf0b63 [TD-3677]<test>: test pr message 2 2021-04-06 16:27:14 +08:00
liuyq-617 ba76fe9897 [TD-3671]<test>change target branch 2021-04-06 16:27:07 +08:00
plum-lihui e15aacc946 [TD-3677]<test>: test pr message 1 2021-04-06 16:27:01 +08:00
liuyq-617 985d95a54b [TD-3671]<test>change target branch 2021-04-06 16:13:11 +08:00
liuyq-617 331901bfb9 test 2021-04-06 15:50:33 +08:00
liuyq-617 20ef6c39a1 test 2021-04-06 15:49:22 +08:00
huili ec74d6c0a8
Merge pull request #5682 from taosdata/test/jenkins
[TD-3569]<test>add taosd mem leak test into CI
2021-04-06 15:34:15 +08:00
huili 5bd44b2e11
Merge pull request #5686 from taosdata/test/TD-3654
[TD-3654]<test>add case for TD-3654
2021-04-06 15:33:22 +08:00
Shengliang Guan 64c06c95eb
Merge pull request #5683 from taosdata/develop
Merge from develop into master
2021-04-06 12:38:36 +08:00
wu champion 29bb17877d add case for TD-3654 2021-04-06 11:33:24 +08:00
Elias Soong 25396ed646
Merge pull request #5685 from taosdata/docs/Update-Latest-Feature
[TD-3672] <docs>: update C# connector environment support.
2021-04-06 11:27:53 +08:00
Elias Soong 43d17f8003 [TD-3672] <docs>: update C# connector environment support. 2021-04-06 11:27:28 +08:00
Haojun Liao 13dc5b6965 [td-225]update sim. 2021-04-06 10:53:04 +08:00
Shengliang Guan dd2e18fe58
Merge pull request #5681 from taosdata/release/s119
change version
2021-04-06 10:30:22 +08:00
liuyq-617 7cd0648bb6 [TD-3569]<test>add taosd mem leak test into CI 2021-04-06 10:26:06 +08:00