Commit Graph

17568 Commits

Author SHA1 Message Date
liuyq-617 419033ff69 [TD-5733]<CI>add timeout for crash_gen 2021-08-03 10:58:39 +08:00
Minglei Jin f2a36282ba [TD-5537]<fix>: fix mnode write processing's license expired issue 2021-08-03 10:55:21 +08:00
liuyq-617 369497f470 [TD-5733]<CI>add timeout for crash_gen 2021-08-03 10:48:46 +08:00
wpan b8883c59be fix merge issue 2021-08-03 09:16:30 +08:00
tomchon 6816c59b2b change version number 2021-08-02 23:39:53 +08:00
jiajingbin a1951bbc17 [TD-5314]<test>: finish schemaless test
finish 40 cases for schemaless in insert/schemalessInsert.py, but 5 of them could not be used now because multiThreading is not complete

modify util/sql.py: add row_tag in query(), add col_tag in getColNameList(), add checkEqual() and checkNotEqual()

add insert/schemalessInsert.py to fulltest.sh
2021-08-02 19:32:11 +08:00
Haojun Liao 4fd1d1f17a [td-225]tracking the total number of qhandle in dnode. 2021-08-02 19:03:29 +08:00
jiajingbin b32d69cd51 [TD-5314]<test>: finish schemaless test
finish 40 cases for schemaless in insert/schemalessInsert.py, but 5 of them could not be used now because multiThreading is not complete

modify util/sql.py: add row_tag in query(), add col_tag in getColNameList(), add checkEqual() and checkNotEqual()

add insert/schemalessInsert.py to fulltest.sh
2021-08-02 19:00:32 +08:00
Haojun Liao 5bae5cd2ba
Merge pull request #7108 from taosdata/fix/query
[td-5654]<fix>: fix the bug caused by unexpected error code.
2021-08-02 18:55:23 +08:00
Haojun Liao 24e24ba163
Merge branch 'develop' into feature/query 2021-08-02 18:54:29 +08:00
Shengliang Guan c13c0f5727 merge from develop 2021-08-02 18:03:29 +08:00
Elias Soong 000a6e8628
Merge pull request #7115 from taosdata/docs/Update-Latest-Feature
[TD-5606] <docs>: change default value of "numOfMnodes" to be 1.
2021-08-02 17:39:34 +08:00
Zhiyu Yang 98472086d1
[TD-5614]<hotfix>: handle client and server time not synchronized (#7109) 2021-08-02 17:39:31 +08:00
Elias Soong c8b5aa7312 [TD-5606] <docs>: change default value of "numOfMnodes" to be 1. 2021-08-02 17:39:04 +08:00
Haojun Liao c1650bd06f
Merge pull request #7060 from taosdata/hotfix/td-5594
[TD-5594]<fix>:calculate tag index in table meta when modify tag type
2021-08-02 17:01:36 +08:00
Haojun Liao ce40d1217a
Merge pull request #7091 from taosdata/fix/TD-5539
[TD-5539]<fix> fix core dump caused by unsupport query statement
2021-08-02 17:00:35 +08:00
jiajingbin e86864dbd1 [TD-5314]<test>: finish schemaless test
finish 40 cases for schemaless in insert/schemalessInsert.py, but 5 of them could not be used now because multiThreading is not complete

modify util/sql.py: add row_tag in query(), add col_tag in getColNameList(), add checkEqual() and checkNotEqual()

add insert/schemalessInsert.py to fulltest.sh
2021-08-02 16:24:20 +08:00
Haojun Liao 35a4c0386e [td-225]disable query plan. 2021-08-02 15:52:58 +08:00
jiajingbin 82cb5fc9cd Merge branch 'develop' of https://github.com/taosdata/TDengine into develop 2021-08-02 15:52:56 +08:00
Haojun Liao 8412c93140
Merge pull request #7105 from taosdata/hotfix/TD-5681
[TD-5681]<fix>: show queries not work when taosd is rebooted
2021-08-02 15:51:31 +08:00
wangmm0220 9e6dd46611 [TD-5650]<fix> fix long tag filter conditon error 2021-08-02 15:49:17 +08:00
wangmm0220 4b124f6ac2 [TD-5650]<fix> fix long tag filter conditon error 2021-08-02 15:45:45 +08:00
Haojun Liao 2e9e8434b4 [td-5707]<fix>: fix bug in interp query while only one row exists in a table. 2021-08-02 15:44:28 +08:00
wangmm0220 1e19765ba3 [TD-5650]<fix> fix long tag filter conditon error 2021-08-02 15:38:20 +08:00
Zhiyu Yang d1112228cd
Test/td 5626 (#7103)
* [TD-5626]<test>: add timezone test case for jdbc

* change

* change

* change

* change

* [TD-5614]<hotfix>: handle client and server time not synchronized

* change

* do not test TimeZone Case

* insert two rows
2021-08-02 15:32:55 +08:00
Haojun Liao f73506be56 [td-5654]<fix>: fix the bug caused by unexpected error code. 2021-08-02 15:32:18 +08:00
wangmm0220 3c9b73069c [TD-5650]<fix> fix long tag filter conditon error 2021-08-02 14:51:17 +08:00
Haojun Liao 06b2f1fd1a [td-5707]<fix>: fix the interp query bug. 2021-08-02 14:19:18 +08:00
wangmm0220 2e050c4714 [TD-5579]<fix> give tips for 3 level'select 2021-08-02 13:21:26 +08:00
Haojun Liao 5e0a34f37e [td-225]merge develop. 2021-08-02 13:05:47 +08:00
Haojun Liao 3e50aef50c [td-3299]<enhance>: add logic plan support. 2021-08-02 13:02:43 +08:00
yihaoDeng 86a6a87666 [TD-5618]<fix> fix distinct(tbname) error 2021-08-02 12:57:20 +08:00
Haojun Liao bdc83f0210
Merge pull request #7072 from taosdata/fix/TD-5584
[TD-5631]<fix>fix functionCompatList array overflow access
2021-08-02 12:25:00 +08:00
Haojun Liao a9db4f829d
Merge pull request #7088 from taosdata/fix/ZhiqiangWang/TD-5547-arm32-byte-alignment-error
[TD-5547]<fix>: arm32 byte alignment bus error.
2021-08-02 11:27:49 +08:00
lichuang 1f1510b8be make ci run again 2021-08-02 11:06:30 +08:00
yihaoDeng 27b7eeccf5 Merge branch 'develop' of github.com:taosdata/TDengine into dev 2021-08-02 10:53:55 +08:00
Haojun Liao 699e28bc91
Merge pull request #7073 from taosdata/hotfix/td-5633
[TD-5633]<fix>:fix memory leak of intermediate buf of block_dist
2021-08-02 10:45:46 +08:00
Haojun Liao 9b3ca08c37
Merge pull request #7082 from taosdata/hotfix/TD-5582
[TD-5582]fix interp issues
2021-08-02 10:35:10 +08:00
wpan 23848d45b0 add connection info to cache when taosd reboot while taos remains open 2021-08-02 10:34:20 +08:00
lichuang 99706aff5d Merge branch 'develop' into fix/TD-5584 2021-08-02 09:54:28 +08:00
Ganlin Zhao 385c4bd132 [TD-5559]<enhance>:[schemaless]add unique id to sml parser logs 2021-08-01 22:35:48 +08:00
Shuduo Sang ede06b75aa
Hotfix/sangshuduo/td 3197 taosdemo coverity scan for master (#7099)
* [TD-3197]<fix>: taosdemo and taosdump coverity scan issues.

* exit if read sample file failed.

* fix converity scan issue.

* fix coverity scan issue.

* fix coverity scan memory leak.

* fix resource leak reported by coverity scan.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-01 13:08:14 +08:00
Shuduo Sang dd5a627bc2
Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#7098)
* [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.

* fix resource leak reported by coverity scan.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-08-01 13:06:27 +08:00
Shengliang Guan ca0177284f
Merge pull request #7086 from taosdata/feature/m2d7
Merge from master into develop
2021-08-01 11:20:15 +08:00
Zhiqiang Wang 84ef79fed1
[TD-5656]<fix>: arm32 socket post result \0 error. (#7092) 2021-08-01 10:34:25 +08:00
Shuduo Sang 310ef26829
[TD-5625]<fix>: taosdemo don't use printf for data generation. (#7094)
* [TD-5625]<fix>: taosdemo don't use printf for data generation.

* re cherry-pick
2021-08-01 10:33:28 +08:00
Shuduo Sang 877f20cc7c
[TD-5625]<fix>: taosdemo don't use printf for data generation. (#7093) 2021-08-01 09:15:24 +08:00
shenglian zhou 8b9d334acf Merge branch 'develop' into hotfix/td-5633 2021-07-31 21:16:51 +08:00
Haojun Liao dcabef9a7c
Merge pull request #7077 from taosdata/feature/query
Feature/query
2021-07-31 14:56:23 +08:00
shenglian zhou ddb5262ff2 Merge branch 'hotfix/td-5633' of github.com:taosdata/TDengine into hotfix/td-5633 2021-07-31 11:24:16 +08:00