Commit Graph

16941 Commits

Author SHA1 Message Date
Shuduo Sang 606119e3a5
add prompt msg if WAL size exceeds limit. (#7032) 2021-07-27 13:05:48 +08:00
Shuduo Sang b0b18b51dc
[TD-5543]<fix>: taosdump precision description and display. (#7030)
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-27 10:19:15 +08:00
Hui Li 8e39bdd79f
Merge pull request #7027 from taosdata/test/TD-5452
[TD-5452] test case for verify modified set_tbname
2021-07-27 09:58:03 +08:00
Shuduo Sang ac1e16787d
Feature/sangshuduo/td 4068 taosdemo stmt (#7019)
* merge with develop branch.

change query/tests/CMakeLists.txt to allow unused function and variable.

* refactor data generating.

* refactor.

* refactor.

* refactor.

* refactor.

* refactor

* add prepare stmt function.

* refactor get rand timestamp.

* fix windows compile error.

* copy logic of generate data for stmt.

* insert data basically works now.

* fix windows compile issue.

* [TD-4068]<feature>: taosdemo stmt interface.

stb batch insert works.

* [TD-4068]<feature>: taosdemo support stmt.

normal table insert works.

* [TD-4068]<feature>: taosdemo support stmt.

interlace write works.

* add compile macro to make taosdemo same with master branch.

* fix clang compile error.

* fix memory leak.

* add more macro.

* fix rest segfault.

* add stmt_errstr() for reason print.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-27 07:59:09 +08:00
Yang Zhao 2f088a0920
Update stmtTest.c 2021-07-26 19:06:56 +08:00
zhaoyanggh 92f721d537 [TD-5452] test case for verify modified set_tbname 2021-07-26 18:46:28 +08:00
Hui Li 677451536e
Merge pull request #7025 from taosdata/dev/chr
[TD-4432]<test>: add taodemo-testcase that using stmt interface
2021-07-26 18:08:34 +08:00
tomchon e0b00c0510 [TD-4432]<test>: add taodemo-testcase that using stmt interface 2021-07-26 18:06:07 +08:00
tomchon d0d044e253 Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-26 17:53:11 +08:00
tomchon a88753e253 modify fulltest.sh 2021-07-26 17:43:27 +08:00
Elias Soong 8fbc65c4d1
Merge pull request #7023 from taosdata/docs/Update-Latest-Feature
Docs/update latest feature
2021-07-26 16:34:51 +08:00
Elias Soong d8cf541e50 [TD-5349] <docs>: emphasize 'INTERVAL' operator & 'TIMEZONE' setting. 2021-07-26 16:34:27 +08:00
Elias Soong 93acca58c5 [TD-4098] <docs>: clarify 'IN' operator on TIMESTAMP. 2021-07-26 11:32:23 +08:00
Hui Li 3358072589
Merge pull request #6983 from taosdata/dev/chr
open taosdemo-testcase
2021-07-26 10:12:47 +08:00
Hui Li 5eec320971
Merge pull request #7003 from taosdata/release/ver-2.1.5.1
modify release scripts
2021-07-26 10:12:16 +08:00
Shuduo Sang f043e3a6e3
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#7012)
* [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.

* fix coverity scan memory leak.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-26 09:52:07 +08:00
Linhe Huo d6d822b8e9
[TD-5476]<fix>: update to latest grafanaplugin (#6990) 2021-07-25 22:58:33 +08:00
Haojun Liao f17d7c8bee
Merge pull request #7011 from taosdata/hotfix/td-5478
[TD-5478]<fix>:modify tag value of existing child table in line protocol processing
2021-07-25 16:12:09 +08:00
shenglian zhou 1347ddf892 fix change tag values errors 2021-07-24 23:05:58 +08:00
shenglian zhou 7d2cc83a38 TD-5478]:add modify child tag value through line protocol 2021-07-24 21:06:30 +08:00
Shuduo Sang 6ff1991d35
Hotfix/sangshuduo/td 5479 taosdump s e (#6994)
* [TD-5479]<fix>: taosdump -S -E does not work.

* taosdemo support timestamp step from command line.

* fix help msg.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-07-24 15:08:22 +08:00
Haojun Liao af0ff7c261
Merge pull request #6941 from taosdata/feature/query
Feature/query
2021-07-24 14:23:47 +08:00
Haojun Liao bc0ce0581f
Merge pull request #7006 from taosdata/fixbug/TD-5474
[TD-5474]<fix> fix runtime error
2021-07-24 14:23:29 +08:00
Haojun Liao 1be2310691
Merge pull request #7002 from taosdata/hotfix/TD-5507
[TD-5507]fix no table meta issue
2021-07-24 14:22:43 +08:00
Haojun Liao 2ede8e74a8
Merge pull request #6996 from taosdata/hotfix/td-5484
[TD-5484]<fix>:tag nchar/binary length exceed limit error when alter table add tag
2021-07-24 14:21:04 +08:00
Haojun Liao 2c645b1254
Merge pull request #6992 from taosdata/hotfix/td-5485
[TD-5485]<fix>:fix memory error due to uninitialized pointer value
2021-07-24 14:20:09 +08:00
tomchon e47659e0c5 taosdemo 2021-07-23 21:19:09 +08:00
Elias Soong 682060c01b
Merge pull request #7004 from taosdata/docs/Update-Latest-Feature
[TD-848] <docs>: fix description about SPREAD return type.
2021-07-23 18:45:03 +08:00
Elias Soong afaf7d6a13 [TD-848] <docs>: fix description about SPREAD return type. 2021-07-23 18:44:14 +08:00
shenglian zhou 9ec1f11741 fix error of total tags length and total columns length 2021-07-23 18:21:25 +08:00
tomchon aab7881c4d Merge branch 'develop' of github.com:taosdata/TDengine into dev/chr 2021-07-23 18:19:14 +08:00
wpan b61c267a02 fix bug 2021-07-23 18:01:16 +08:00
wpan 69abf1ab3a fix bug 2021-07-23 17:52:56 +08:00
tomchon d4737dc1de modify release scripts 2021-07-23 17:48:03 +08:00
Elias Soong 1bd30d4572
Merge pull request #7001 from taosdata/docs/Update-Latest-Feature
[TD-5471] <docs>: fix description about parameter of STATE window.
2021-07-23 17:37:11 +08:00
Elias Soong 1c7ebb6d10 [TD-5471] <docs>: fix description about parameter of STATE window. 2021-07-23 17:36:46 +08:00
Zhiyu Yang 6f5d540f52
[TD-5489]<fix>: use jdbc specified version number in cmake/CMakeList.… (#6989)
* [TD-5489]<fix>: use jdbc specified version number in cmake/CMakeList.txt and src/connector/jdbc/CMakeList.txt

* change version number in deploy-pom.xml
2021-07-23 17:17:32 +08:00
shenglian zhou 757a9736d1 Merge branch 'hotfix/td-5484' of github.com:taosdata/TDengine into hotfix/td-5484 2021-07-23 17:01:37 +08:00
shenglian zhou b04048091f [TD-5484]<fix>:fix tag column modify total length check that checked columns instead of tags 2021-07-23 17:01:13 +08:00
shenglian zhou 6b8e149d50 fix uninitialized varaible usage 2021-07-23 16:57:47 +08:00
shenglian zhou 269a7cead6 fix error when modifing tag column causing exceed limit 2021-07-23 15:50:53 +08:00
shenglian zhou 1d77a5b0d1 [TD-5484]<fix>:nchar/binary tag length exceed limit error when alter table 2021-07-23 14:19:19 +08:00
shenglian zhou c50dcb9e6d [TD-5485]<fix>:fix memory error due to uninitialized pointer value 2021-07-23 14:08:59 +08:00
tomchon 009885b1cc mv taosdemo-testcase into p2 at fulltest.sh 2021-07-23 14:07:49 +08:00
Haojun Liao 09e3200541
Merge pull request #6966 from taosdata/feature/TD-5237
[TD-5237]<feature>:add additional info for "show queries" output
2021-07-23 11:57:03 +08:00
Haojun Liao 3623998916 [td-225]merge develop. 2021-07-23 11:31:06 +08:00
Haojun Liao 5cc26ce991 [td-225]fix bug found by regression test. 2021-07-23 11:27:46 +08:00
shenglian zhou c82eecddd0 [TD-5485]<fix>:fix memory error due to uninitialized pointer value 2021-07-23 10:59:08 +08:00
Hui Li a86bb47a1a
Merge pull request #6964 from taosdata/test/TD-4812
[TD-4812] complete robust cluster test script
2021-07-23 10:39:49 +08:00
Hongze Cheng bea199ced7
Merge pull request #6981 from taosdata/compress_float
change config name in taos.cfg
2021-07-23 09:34:16 +08:00