Commit Graph

17385 Commits

Author SHA1 Message Date
Cary Xu bd38430097 removed unused codes 2021-07-19 13:57:45 +08:00
bryanchang0603 65d31bea78 [TD-5143]<test> adding test case about subquery 2021-07-19 12:40:52 +08:00
Cary Xu ccb10efb73 eliminate redundant codes 2021-07-19 12:04:06 +08:00
Shuduo Sang 0953a60676
Feature/sangshuduo/td 5136 taosdemo rework (#6911)
* [TD-5136]<feature>: taosdemo simulate real senario.

* update test case according to taosdemo change

* adjust range of semi-random data.

* make demo mode use different tag name and value.

* change malloc to calloc for pid allocation.

* fix typo.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-19 12:03:18 +08:00
lichuang 1b90edcc55 [TD-5324]<fix>:check max row bytes when alter tag/column width 2021-07-19 11:09:35 +08:00
lichuang 02eca3c0e4 [TD-5324]<fix>:check max row bytes when alter tag/column width 2021-07-19 10:55:39 +08:00
lichuang 9a5402b010 [TD-5324]<fix>:check max row bytes when alter tag/column width 2021-07-19 10:42:19 +08:00
happyguoxy b5724bb8e9 [TD-5206]<test>:test query stable join function 2021-07-19 10:41:40 +08:00
Haojun Liao c9a3b75090
Merge pull request #6908 from taosdata/fix/TD-5055
[TD-5055]<fix> handle incorret result
2021-07-19 10:41:33 +08:00
happyguoxy a8cc70f245 [TD-5206]<test>:test query stable join function 2021-07-19 10:41:14 +08:00
Haojun Liao 8f1b0d0ba2
Merge pull request #6894 from taosdata/fix/query
[td-5278]<enhance>: enable the show queries display the projection qu…
2021-07-19 10:41:03 +08:00
Haojun Liao c1fa46d543
Merge pull request #6706 from taosdata/feature/TD-4666
Feature/td 4666
2021-07-19 10:40:03 +08:00
Ganlin Zhao bac3766fab [TD-5208]<fix>:fix potential mem leak when parsing value failed 2021-07-19 10:15:51 +08:00
Shuduo Sang 47a7136dbf
Hotfix/sangshuduo/td 5136 taosdemo rework for master (#6913)
* cherry pick from develop branch.

* [TD-5136]<feature>: taosdemo simulate real senario.

* update test case according to taosdemo change

* adjust range of semi-random data.

* make demo mode use different tag name and value.

* change malloc to calloc for pid allocation.

* fix typo.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-19 10:05:28 +08:00
tickduan a215ba73e2 Merge branch 'develop' into compress_float 2021-07-19 09:47:02 +08:00
Hongze Cheng 411a035c32
Merge pull request #6904 from taosdata/hotfix/TD-5322
<TD-5322><fix>: check max columns when add tags of stable
2021-07-19 09:46:31 +08:00
Shengliang Guan 614b5a3352
Merge pull request #6884 from taosdata/feature/m2d6
Feature/m2d6
2021-07-19 09:28:58 +08:00
tomchon a4e6c27f9c Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-18 21:08:52 +08:00
Zhiyu Yang 9a2ceeed0e
Hotfix/td 5264 (#6893)
* [TD-5264]<fix>: Compatible with previous versions of JNI methods

* add a comment

* use L instead of l
2021-07-18 16:04:24 +08:00
Zhiyu Yang 016c7d4cd2
[TD-5266]<fix>: fix getNativeSql missing single quota in values clause (#6887)
* [TD-5266]<fix>: fix getNativeSql missing single quota in values clause

* change test case function name
2021-07-18 16:00:24 +08:00
Shuduo Sang 2e4f9508ce
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#6907)
* [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.

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

configDir buffer overwrite.

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

taosdump argument validation.

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

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

append result buf to file. for develop branch.

* exit if read sample file failed.

* fix converity scan issue.

* fix coverity scan issue.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-18 11:05:26 +08:00
Shuduo Sang 278fbeaa4a
Hotfix/sangshuduo/td 3197 taosdemo coverity scan for master (#6906)
* [TD-3197]<fix>: taosdemo and taosdump coverity scan issues.

* exit if read sample file failed.

* fix converity scan issue.

* fix coverity scan issue.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-18 09:26:13 +08:00
Shuduo Sang c06b23c58e
cherry pick from develop branch. (#6903) 2021-07-17 19:19:38 +08:00
Shuduo Sang 93396bca69
[TD5065]<feature>: taosdemo nano second support (#6902) 2021-07-17 18:40:11 +08:00
Cary Xu 3756ae02d6 <TD-5322><fix>: check max columns when add tags of stable 2021-07-17 18:25:21 +08:00
Shuduo Sang 98c026fd7c
Hotfix/sangshuduo/td 5302 taosdemo stmt interlace for master (#6900)
* [TD-5302]<fix>:taosdemo stmt interlace.

* fix the logic interlace rows compare insert rows.
2021-07-17 17:53:48 +08:00
Haojun Liao 91774fda49
Merge pull request #6895 from taosdata/fix/TD-5352
[TD-5352]<fix>: Unable to run tsim test script on MacOS
2021-07-17 15:21:13 +08:00
Haojun Liao 8cf197fa94
Merge pull request #6882 from taosdata/feature/query
[td-5250]<enhance>: improve the performance of multi-table meta bulk …
2021-07-17 15:20:30 +08:00
shenglian zhou c5e02db6bc fix memory leak 2021-07-17 14:35:09 +08:00
shenglian zhou 660241e359 Merge branch 'feature/td-4647-2' of https://github.com/taosdata/TDengine into feature/td-4647-2 2021-07-17 13:20:26 +08:00
shenglian zhou 02bef1fb72 fix invalidate read and log parse errorn line 2021-07-17 13:18:22 +08:00
SunShine Chan 5cdbcdafc9
Update docs.md
REMOVE "Note: synchronous replication between vnodes is only supported in Enterprise Edition"
2021-07-17 12:13:08 +08:00
SunShine Chan 9c4c8493ad
Update docs.md
REMOVE "vnode之间的同步复制仅仅企业版支持"
2021-07-17 12:11:32 +08:00
Cary Xu 567ecdc401 restore codes as error imported from previous commit 2021-07-17 10:47:26 +08:00
Shengliang Guan 697257f973 Merge remote-tracking branch 'origin/master' into feature/m2d6 2021-07-17 10:20:12 +08:00
Shengliang Guan ca59d8972a Merge remote-tracking branch 'origin/develop' into feature/m2d6 2021-07-17 10:19:56 +08:00
Cary Xu f06ec62786 conflict resolve 2021-07-17 09:46:30 +08:00
Shuduo Sang 7c1e067c3a
[TD-5333]<fix>: taosdemo normal table binary overflow. (#6890) 2021-07-17 09:04:04 +08:00
Shuduo Sang cd6587b6db
Hotfix/sangshuduo/td 5242 taosdemo support 4096 for master (#6886)
* [TD-5242]<feature>: taosdemo support max columns align with TSDB defines.

* fix records/sec format.
2021-07-17 05:57:18 +08:00
Shuduo Sang 67e877ce0e
Feature/sangshuduo/td 5242 taosdemo support 4096 columns (#6885)
* [TD-5136]<feature>: taosdemo simulate real senario.

* update test case according to taosdemo change

* adjust range of semi-random data.

* make demo mode use different tag name and value.

* [TD-5242]<feature>: taosdemo support max columns align with TSDB defines.

* fix records/sec format.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-16 23:39:58 +08:00
yihaoDeng 58ba4d0081 [TD-5055]<fix> handle incorret resul 2021-07-16 23:38:11 +08:00
Haojun Liao e3046f62f6 [td-225]merge develop. 2021-07-16 22:35:06 +08:00
shenglian zhou f79e53e36d fix tstrerror code 2021-07-16 22:28:47 +08:00
Haojun Liao 23faaf75bd
Merge pull request #6771 from taosdata/feature/cenc
Feature/cenc
2021-07-16 22:21:42 +08:00
Shuduo Sang 7b9aff6ee6
[TD-5333]<fix>: taosdemo normal table binary overflow. (#6889) 2021-07-16 20:30:15 +08:00
Ganlin Zhao e98b8355c3 [TD-5352]<fix>:
Unable to run tsim test script on MacOS
2021-07-16 19:56:23 +08:00
Shuduo Sang 5ed8e2a247
[TD-5302]<fix>:taosdemo stmt interlace. (#6880)
* [TD-5302]<fix>:taosdemo stmt interlace.

* fix the logic interlace rows compare insert rows.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-16 19:49:54 +08:00
Cary Xu 3ecbc86054 Merge branch 'develop' into feature/TD-4666 2021-07-16 19:18:20 +08:00
Cary Xu 58f2621fc8 code optimization 2021-07-16 19:17:35 +08:00
Shengliang Guan 901b91d2d9
Merge pull request #6704 from junli1026/jun/cleanup
Add mutex protection for stop flag
2021-07-16 19:04:23 +08:00