Commit Graph

16719 Commits

Author SHA1 Message Date
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 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
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
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
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
Shengliang Guan 1e11d8d722
Merge pull request #6648 from junli1026/jun/vNodeWrite
Fix SVWriteMsg memory allocation size bug
2021-07-16 19:02:31 +08:00
Shengliang Guan ae91d39252
Merge pull request #6729 from jtcheng/bugfix/TD-6722
[TD-6722]: Fix table show pattern issue
2021-07-16 19:00:55 +08:00
Cary Xu e6a8f2f7fc use getNullValue() in ttypes.c 2021-07-16 18:52:19 +08:00
yihaoDeng 236f50ea02 [TD-5055]<fix> handle incorret result 2021-07-16 18:52:08 +08:00
wpan 13d3d4c7fa add set sub tbname 2021-07-16 16:44:29 +08:00
Yurun fb92d7b988 remove the last comma 2021-07-16 16:31:45 +08:00
Shuduo Sang cde55723cb
Hotfix/sangshuduo/td 5300 taosdemo stmt print for master (#6883)
* [TD-5300]<fix>: taosdemo stmt debug print.

* fix default iface is unknown.
2021-07-16 15:33:10 +08:00
Hongze Cheng 09698c156b
Merge pull request #6888 from taosdata/revert-6540-feature/TD-4700
Revert "[feature]<TD-4700>: implement feature TD-4700"
2021-07-16 15:11:43 +08:00
Hongze Cheng 20e3b5a24c
Revert "[feature]<TD-4700>: implement feature TD-4700" 2021-07-16 15:11:22 +08:00
Haojun Liao e27f1ce493 [td-225]refactor codes. 2021-07-16 14:59:42 +08:00
Hui Li ae3ce9c19d
Merge pull request #6881 from taosdata/test/td5229
[TD-5229]<fix>: cname display is incomplete
2021-07-16 14:43:24 +08:00
Haojun Liao 289e10823a [td-5250]<enhance>: fix memory leak and remove duplicated name in name array list. 2021-07-16 14:23:48 +08:00
Hongze Cheng e6c2d1600f
Merge pull request #6625 from taosdata/fix/lhhuo/TD-4872-O3-core
Fix/lhhuo/td 4872 o3 core
2021-07-16 14:19:49 +08:00
Hongze Cheng 727e88342a
Merge pull request #6540 from taosdata/feature/TD-4700
[feature]<TD-4700>: implement feature TD-4700
2021-07-16 14:18:53 +08:00
Haojun Liao 5ab2b2b1cd
Merge pull request #6870 from junli1026/jun/add-guard-rail
Add some guardrails
2021-07-16 14:13:11 +08:00
Shengliang Guan 195ce6d133 Merge from master into develop 2021-07-16 14:01:22 +08:00
Haojun Liao 0b05f0b06d [td-5190]<fix>: add test cases. 2021-07-16 12:56:19 +08:00
Haojun Liao 4c593efcf4 [td-5190]<fix>: fix the bug in stddev query with fill clause. 2021-07-16 11:59:13 +08:00
jiajingbin 607ff5408b [TD-5229]<fix>: cname display is incomplete
add method in util/sql.py---getColNameList() and checkColNameList

add testcase query/queryCnameDisplay.py
2021-07-16 11:32:20 +08:00
Haojun Liao 2d6ad4d87b
Merge pull request #6825 from taosdata/fix/TD-5134
[TD-5134]<fix> fix runtime error
2021-07-16 10:30:16 +08:00
Hui Li 17ba264bfd
Merge pull request #6876 from taosdata/test/TD-4433
script to control cluster used for test robust
2021-07-16 10:21:28 +08:00
Haojun Liao 503a6110f7 [td-5250]<enhance>: improve the performance of multi-table meta bulk load. 2021-07-16 10:08:45 +08:00
Haojun Liao 00a84f9fb3
Merge pull request #6877 from taosdata/hotfix/TD-5304
[TD-5304]add null protection
2021-07-16 10:03:27 +08:00
Cary Xu c6c8772261 code optimization 2021-07-16 09:50:59 +08:00
Zhiyu Yang 9d89c37d70
Feature/td 5265 (#6878)
* [TD-5265]<feature>: add test case for executeBatch in Statement

* [TD-5265]<feature>: support continue process in Statement.executeBatch method

* change

* change

* change

* change
2021-07-16 09:35:43 +08:00
jiajingbin ea62c29dcd [TD-5229]<fix>: cname display is incomplete
add method in util/sql.py---getColNameList() and checkColNameList

add testcase query/queryCnameDisplay.py
2021-07-16 09:23:00 +08:00
zhaoyanggh 95ff65436a [TD-4433]script to control cluster used for testing robust 2021-07-16 09:19:49 +08:00