Commit Graph

16101 Commits

Author SHA1 Message Date
Shuduo Sang 8e6a5acbc3
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#6208)
* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-24 12:07:45 +08:00
zyyang 5772028d6e
change version number (#6204)https://github.com/taosdata/TDengine/tree/release/ver-2.0.20.5
Co-authored-by: plum-lihui <huili@taosdata.com>
2021-05-24 11:45:23 +08:00
Shuduo Sang 94d45c3976
[TD-3197]<fix>: taosdemo and taosdump coverity scan issues. (#6207)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-24 11:27:11 +08:00
Shuduo Sang d26ff7cede
[TD-4313]<fix>: odbc example compile failed on Windows. (#6206)
* [TD-4313]<fix>: odbc example compile failed on Windows.

* [TD-4313]<fix>: odbc example compile failed on Windows.

few functions also need change.
2021-05-23 19:35:13 +08:00
yaofei517 105d6b040a
修复windows下vscode调试go程序名无后缀的情况导致程序crash (#6176)
* 修复windows下vscode调试go程序名无后缀的情况导致程序crash

* 修复windows下vscode调试go程序时临时程序_debug_bin无后缀的情况,导致调用接口发生crash

* 修复由于头文件排序导致编译错误
2021-05-23 17:11:06 +08:00
zyyang 4729a13ed9
change version number (#6205)
Co-authored-by: plum-lihui <huili@taosdata.com>
2021-05-23 14:40:29 +08:00
yihaoDeng 151fd31072 support compact vnode 2021-05-22 23:04:43 +08:00
haojun Liao 5f552855a1
Merge pull request #6196 from taosdata/fix/TD-4279
[TD-4279]<fix>: fix mnode single online as master
2021-05-22 21:14:53 +08:00
haojun Liao 124f9c49eb
Merge pull request #6168 from taosdata/hotfix/TD-4241
TD-4241
2021-05-22 21:14:01 +08:00
Shuduo Sang beac10a450
Hotfix/sangshuduo/td 4240 taosdemo subscribe toomuch for develop (#6203)
* [TD-4240]<fix>: taosdemo subscribe more than max query sql count.

* [TD-4240]<fix>: taosdemo subscribe more than 100.

fix tsub sequence bug.

* [TD-4240]<fix>: taosdemo subscribe more than 100.

fix auto create table.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-22 21:08:13 +08:00
Shuduo Sang ccdd3213e6
Hotfix/sangshuduo/td 4240 taosdemo subscribe morethan 100 (#6202)
* [TD-4240]<fix>: taosdemo subscribe more than max query sql count.

* [TD-4240]<fix>: taosdemo subscribe more than 100.

fix tsub sequence bug.

* [TD-4240]<fix>: taosdemo subscribe more than 100.

fix auto create table.

* [TD-4240]<fix>: taosdemo subscribe more than 100.

remove the condition should not be there.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-22 21:07:40 +08:00
Yiqing Liu 091b8e6e56
[TD-4299]Circle CI startup (#6197)
* [TD-4299]Circle CI startup

* test

* test

* revert

* udpate case
2021-05-22 19:54:28 +08:00
Minglei Jin 6c9df9d519 [TD-4279]<fix>: fix mnode single online as master 2021-05-22 18:10:38 +08:00
Shengliang Guan 0542a34500 Merge remote-tracking branch 'origin/master' into feature/m2d 2021-05-22 17:32:22 +08:00
Shengliang Guan 3a80b71bb6 Merge remote-tracking branch 'origin/develop' into feature/m2d 2021-05-22 17:32:16 +08:00
Shuduo Sang db03be6406
[TD-4296]<fix>: taosdemo sub keepProgress. (#6200)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-22 16:59:19 +08:00
Shuduo Sang 795503ccbe
[TD-4296]<fix>: taosdemo sub keepProgress. (#6201)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-22 16:17:03 +08:00
dapan1121 a23a1d7b62 Merge branch 'feature/TD-3950' of https://github.com/taosdata/TDengine into feature/TD-3950 2021-05-22 16:14:15 +08:00
zyyang 696c784377
Fix/td 4086 (#6153)
* [TD-3086]<fix>: clean out unnecessary file in packaging scripts

* [TD-4224]<enhance>: reduce grafana module size in packaging

* change

* [TD-4228]<fix>: error or warn while lost grafanaplugin or go submodule

Conflicts:
	packaging/deb/makedeb.sh
	packaging/rpm/tdengine.spec
	packaging/tools/make_install.sh
	packaging/tools/makeclient.sh
	packaging/tools/makeclient_power.sh
	packaging/tools/makepkg.sh
	packaging/tools/makepkg_power.sh

Co-authored-by: Huo Linhe <linhehuo@gmail.com>
2021-05-22 15:55:32 +08:00
tickduan 1ee65f6c86 modify stream retry defalut delay from 10ms to 10*1000ms 2021-05-22 15:39:46 +08:00
tickduan 261e50e23e cq can continue with output table last row time 2021-05-22 15:11:45 +08:00
dapan1121 6eeb539807 fix bug 2021-05-22 15:04:59 +08:00
huili 444753f30a
Merge pull request #6199 from taosdata/xiaoping/test_case
[TD-4263]<test>: update performance test script
2021-05-22 14:53:02 +08:00
huili f33ea803ff
Merge pull request #6187 from taosdata/test/TD-4153
[TD-4153] <test> add case to resolve use taosdemo tools insert and qu…
2021-05-22 14:52:22 +08:00
Shengliang Guan ec79a70e40 Merge from master 2021-05-22 14:37:55 +08:00
Shengliang Guan 4e4f2aee8a
Merge pull request #6198 from taosdata/hotfix/TD-3279
[TD-3279] Send confirmation message when vnode is down
2021-05-22 14:27:59 +08:00
Ping Xiao 9ef6b68030 [TD-4263]<test>: update performance test script 2021-05-22 13:56:06 +08:00
Shengliang Guan 4e39ed41a5 [TD-3279] Send confirmation message when vnode is down 2021-05-22 13:13:55 +08:00
Shuduo Sang 2d43e7f06a
add mips64 build instruction. (#6190)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-22 11:55:12 +08:00
Shuduo Sang 171ca11a0a
Update README-CN.md (#6191) 2021-05-22 11:54:50 +08:00
lichuang fbb160572e [TD-4034]debug log 2021-05-22 10:09:29 +08:00
lichuang a30caca24f Merge branch 'develop' into feature/TD-4034 2021-05-22 10:07:53 +08:00
Shuduo Sang fc394200e4
Hotfix/sangshuduo/td 4240 taosdemo subscribe toomuch for develop (#6193)
* [TD-4240]<fix>: taosdemo subscribe more than max query sql count.

* [TD-4240]<fix>: taosdemo subscribe more than 100.

fix tsub sequence bug.

* [TD-4240]<fix>: taosdemo subscribe more than 100.

fix auto create table.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-21 23:20:42 +08:00
Shuduo Sang c74651a6cb
Hotfix/sangshuduo/td 4136 taosdemo records morethan 32767 for develop (#6189)
* [TD-4136]<fix>: taosdemo records per req more than 32767.

for develop branch.

* change taosRandom() to rand_bool() for bool data.

* [TD-4136]<fix>: taosdemo check insert rows not more than 32767.

check insert rows for progressive.

* fix with answer_yes.

* fix interlace rows checking position.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-21 21:35:41 +08:00
Shuduo Sang dbf565c9e6
Hotfix/sangshuduo/td 4240 taosdemo subscribe morethan 100 (#6192)
* [TD-4240]<fix>: taosdemo subscribe more than max query sql count.

* [TD-4240]<fix>: taosdemo subscribe more than 100.

fix tsub sequence bug.

* [TD-4240]<fix>: taosdemo subscribe more than 100.

fix auto create table.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-21 21:35:01 +08:00
huili 06373ae464
Merge pull request #6195 from taosdata/hotfix/test
[TD-4182]<test> specify column for single batch bind
2021-05-21 19:54:24 +08:00
root 83187703a8 [TD-4182]<test> specify column for single batch bind 2021-05-21 11:51:33 +00:00
Shengliang Guan 663439bfe6 Merge branch 'develop' into feature/TD-3951 2021-05-21 18:28:12 +08:00
Shuduo Sang 9150c57764
Hotfix/sangshuduo/td 4136 taosdemo records morethan 32767 (#6188)
* [TD-4136]<fix>: taosdemo max records per req < 32767

* [TD-4136]<fix>: taosdemo check insert rows not more than 32767.

check insert rows for progressive.

* fix with answer_yes.

* add extra prompt.

* fix interlace rows checking position.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-21 17:49:44 +08:00
Haojun Liao 3dc445f99f [td-225] 2021-05-21 17:31:26 +08:00
Haojun Liao 4b672b459c [td-225] 2021-05-21 17:31:00 +08:00
Shengliang Guan 6708db1fe3
Merge pull request #6186 from taosdata/feature/m2d
Feature/m2d
2021-05-21 15:52:30 +08:00
dapan1121 9be55c32b1 fix bug 2021-05-21 15:16:53 +08:00
Shuduo Sang 972a75c3fa
Hotfix/sangshuduo/td 3913 mips compile support for develop (#6184)
* [TD-3913]<fix>: mips compile support.

* [TD-3913]<fix>: mips64 support.

* fix osSignal.c

* fix tcrc32c.c

* fix cmake.

* fix osInc.h

* fix gcc 4.8 compile error.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-21 15:15:28 +08:00
Shuduo Sang 17ee732381
Hotfix/sangshuduo/td 3913 mips compile support (#6182)
* [TD-3913]<fix>: mips compile support.

* [TD-3912]<fix>: support mips64 compile.

add mips64 header file and modify tcrc32c.c for mips64.

* [TD-3913]<fix>: mips compile support.

verified on real loongson machine.

* fix cmake.

* fix gcc 4.8 compile error.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-21 15:15:01 +08:00
dapan1121 23313ecf67 fix bug 2021-05-21 15:14:36 +08:00
dapan1121 ac97ecfaca Merge branch 'feature/TD-4034' into feature/TD-3950 2021-05-21 15:10:19 +08:00
lichuang 210c0ae3f8 [TD-4034]fix cache last valid range 2021-05-21 15:08:17 +08:00
DuanKuanJun 0630af70b1
Merge pull request #6172 from taosdata/cq
fix memory leak when calloc sqlstr error.
2021-05-21 15:06:16 +08:00
Shengliang Guan 50ee6f1091 Merge from master 2021-05-21 14:50:56 +08:00