Commit Graph

1168 Commits

Author SHA1 Message Date
haojun Liao dde99cbbff
Merge pull request #6282 from taosdata/feature/td-4243-2
[TD-4243]<enhance>:remove _block_dist() special dedicated column index and reduce memory usage by approximate percentile
2021-05-31 16:31:31 +08:00
Haojun Liao 524a132948 [td-255]merge develop. 2021-05-31 15:52:32 +08:00
Haojun Liao c284d848da [td-4446]<fix>: fix repeat import caused crash. 2021-05-31 15:36:48 +08:00
dapan1121 0bb4e921c8 support stable 2021-05-31 11:22:50 +08:00
dapan1121 45b861317c Merge branch 'develop' into feature/TD-4399 2021-05-31 10:27:57 +08:00
dapan1121 ca4289388c add test case 2021-05-31 09:28:19 +08:00
dapan1121 2ce08b2791 Merge branch 'develop' into feature/TD-4400 2021-05-31 08:16:02 +08:00
shenglian zhou c60cf34575 [TD-4243]<fix>:fix coredump when select _block_dist() from table 2021-05-30 10:41:08 +08:00
shenglian zhou 0c7afcc965 [TD-4243]<enhance>:remove _block_dist() special dedicated column index 2021-05-29 23:35:32 +08:00
Haojun Liao be8853ffee [td-4385] merge develop. 2021-05-29 14:46:14 +08:00
haojun Liao 5536e81e52
Merge pull request #6242 from taosdata/feature/query
Feature/query
2021-05-29 14:23:13 +08:00
dapan1121 d6ddc5a807 fix compile error 2021-05-28 19:06:22 +08:00
Haojun Liao 71319327c2 [td-225] fix bug found by regression test. 2021-05-28 11:37:56 +08:00
dapan1121 7b602ab658 fix case issue 2021-05-27 18:36:08 +08:00
dapan1121 5592f1ec0b fix case issue 2021-05-27 18:06:40 +08:00
dapan1121 0dcff322e5 fix bug 2021-05-27 17:51:09 +08:00
dapan1121 16378507da support auto create table 2021-05-27 17:01:57 +08:00
dapan1121 57bfff85b4 Merge branch 'feature/TD-4034' into feature/TD-3950 2021-05-27 10:54:37 +08:00
Haojun Liao 315ce829e5 [td-225] merge develop 2021-05-26 19:52:19 +08:00
Haojun Liao 96b0705a6b [td-225]add test cases. 2021-05-26 19:43:51 +08:00
dapan1121 1abd799eba Merge branch 'feature/TD-4034' into feature/TD-3950 2021-05-26 17:50:19 +08:00
Shengliang Guan 541741cdda Merge from master into develop 2021-05-26 14:33:16 +08:00
Haojun Liao eecd5c9440 [td-225] merge develop 2021-05-26 11:22:20 +08:00
Haojun Liao 2eb18e101c [td-225] add test cases. 2021-05-26 10:05:09 +08:00
Haojun Liao 76b8d1b395 [td-225] add test sim. 2021-05-25 20:11:04 +08:00
haojun Liao 018ae449fe
Merge pull request #6159 from taosdata/fix/query
[td-4231]<enhance>: report error if only tags of the table are retrie…
2021-05-25 20:06:58 +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
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
Haojun Liao 4b672b459c [td-225] 2021-05-21 17:31:00 +08:00
Shengliang Guan 50ee6f1091 Merge from master 2021-05-21 14:50:56 +08:00
dapan1121 2f1c18b6c1 add test case 2021-05-21 14:16:03 +08:00
Haojun Liao e655a68f69 [td-225]merge develop 2021-05-20 22:13:57 +08:00
Haojun Liao 80fc12ea79 [td-4231]<enhance>: report error if only tags of the table are retrieved in the select clause when the filter condition only includes normal columns. 2021-05-18 23:17:53 +08:00
Shuduo Sang 4c1e13b60e
Revert "Hotfix/sangshuduo/td 4240 taosdemo subscribe morethan 100 (#6155)" (#6156)
This reverts commit e8d2162cce.
2021-05-18 21:43:28 +08:00
Shuduo Sang e8d2162cce
Hotfix/sangshuduo/td 4240 taosdemo subscribe morethan 100 (#6155)
* DB/create: fix create database when default quorum > replica

* [TD-4081]<fix>: fix vnode dropping

* test/sim: fix null to 0 in show dnodes;

* [TD-4081]<fix>: [v3] fix vnode closing

* [TD-4081]<fix>: vnode not close if dropped

* Revert "test/sim: fix null to 0 in show dnodes;"

This reverts commit 70213e6526.

* vnode/write: make last write msg to be written or confirmed

* vnode/drop: ingore invalid vgroup id if already dropped

* vnode/read: use app not ready instead of invalid vgroup id to make crash_gen happy

* vnode/close: wait write 900ms

* [td-4209]<fix>: add the uid check for super table metadata that is already cached in local buffer.

* [td-4209]

* [td-225] refactor a sim script.

* Hotfix/sangshuduo/td 4136 taosdemo records morethan 32767 (#6147)

* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* [TD-4240]<fix>: taosdemo subscribe more than max query sql count.

Co-authored-by: Minglei Jin <mljin@taosdata.com>
Co-authored-by: Minglei Jin <stephenk@gmx.us>
Co-authored-by: Shengliang Guan <slguan@taosdata.com>
Co-authored-by: Haojun Liao <hjliao@taosdata.com>
Co-authored-by: haojun Liao <hjxilinx@users.noreply.github.com>
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
2021-05-18 21:34:10 +08:00
Haojun Liao c824330bb5 [td-225] refactor a sim script. 2021-05-17 15:51:49 +08:00
Shengliang Guan d9cfdcd1c5
Merge branch 'develop' into feature/m2d 2021-05-15 19:54:42 +08:00
Hui Li 1873cc9c5b [TD-4114]<test> add test case for bind batch 2021-05-14 09:59:43 +08:00
Shengliang Guan 984875940a Merge from master into develop 2021-05-14 09:53:57 +08:00
liuyq-617 be6a583034 [TD-4114]<test> add test case for bind batch 2021-05-14 09:47:01 +08:00
liuyq-617 68d9c2417f [TD-4114]<test> add test case for bind batch 2021-05-13 15:39:53 +08:00
haojun Liao 8f8cf26ced
Merge pull request #6098 from taosdata/feature/TD-4135
[TD-4135]support user specify column in bind
2021-05-13 11:39:50 +08:00
dapan1121 46546c9d56 support user specify column 2021-05-12 14:41:59 +08:00
Haojun Liao 64ae1f9a36 [td-4147]update the test script. 2021-05-12 11:29:00 +08:00
Shengliang Guan 24473f0cb0 Merge from master into develop 2021-05-12 10:01:50 +08:00
Haojun Liao 854ae073fb [td-4147]<fix>: report error if the column name is too long. 2021-05-11 21:20:44 +08:00
Shengliang Guan 644f41a0bb Merge from master into develop 2021-05-11 20:58:18 +08:00
Shengliang Guan ed903bd9eb
Merge pull request #6074 from taosdata/feature/m2d
Feature/m2d
2021-05-11 20:31:05 +08:00
Shengliang Guan 45a0859a5f Merge from master into develop 2021-05-10 17:42:34 +08:00
dapan1121 b3b0782ce2 fix issue 2021-05-10 11:43:16 +08:00
dapan1121 fa3f970748 fix mem leak 2021-05-10 09:22:10 +08:00
dapan1121 0b91c2cfc6 fix bug 2021-05-09 17:23:10 +08:00
dapan1121 b7cec3072b fix 2021-05-09 16:45:02 +08:00
dapan1121 7db07e73be add test file 2021-05-09 13:30:37 +08:00
Haojun Liao b0ab4573bb [td-3967]update the sim. 2021-04-30 17:14:57 +08:00
Haojun Liao d78ac9848c [td-3967]1) refactor. 2021-04-30 17:12:20 +08:00
Haojun Liao 6216f6c519 [td-225] fix bug found by regression test. 2021-04-30 16:38:37 +08:00
haojun Liao 8f07f0887f
Merge pull request #5953 from taosdata/hotfix/TD-3984
[TD-3984]union issues
2021-04-29 13:27:03 +08:00
haojun Liao 9c01cec7e0
Merge pull request #5955 from taosdata/hotfix/TD-3996
[TD-3996]udc query issue
2021-04-29 13:20:16 +08:00
dapan1121 b13e65bd93 fix bug 2021-04-28 14:27:15 +08:00
shenglian zhou 5f2f20cf1a [TD-3948]<enhance>: insert syntax - specify columns after supertable tags 2021-04-28 11:16:36 +08:00
dapan1121 6e985b443c fix bug 2021-04-28 10:53:10 +08:00
Haojun Liao 9286f77e07 [td-225]merge develop 2021-04-27 22:17:09 +08:00
Haojun Liao e40c1ffca5 [td-225]fix bug found by regression test. 2021-04-27 18:40:40 +08:00
Haojun Liao 35f074927f [td-225]fix the bug found by crash_gen 2021-04-26 17:01:36 +08:00
Minglei Jin f52cf50c5c [TD-3572]<enhance>: response out of dnodes if #dnodes <= maxDbReplica 2021-04-25 18:18:06 +08:00
Haojun Liao 2df82f06a1 [td-225]merge develop. 2021-04-25 18:13:38 +08:00
Haojun Liao 400e64aa50 [td-225]update script 2021-04-25 15:03:00 +08:00
Haojun Liao 7bc4a2ef42 [td-225]fix memory leak 2021-04-25 11:04:46 +08:00
Haojun Liao b110dbf647 [td-225] fix bug found by regression test. 2021-04-23 18:01:36 +08:00
Haojun Liao d48ba50217 [td-225] fix bug found by regression test. 2021-04-23 17:55:52 +08:00
haojun Liao aa65f33cbe
Merge pull request #5853 from taosdata/hotfix/TD-3805
[TD-3805]CQ time issue
2021-04-23 10:15:07 +08:00
Haojun Liao 401fc20df0 [td-225] merge develop 2021-04-22 11:25:20 +08:00
Haojun Liao 781a035433 [td-2859]add test cases. 2021-04-21 18:09:42 +08:00
Haojun Liao 1ed54bc597 [td-2859]add test cases. 2021-04-21 17:34:42 +08:00
Haojun Liao e1442f9619 [td-225]add test cases. 2021-04-19 18:00:32 +08:00
Haojun Liao cc4c5d26aa Merge branch 'master' into feature/qrefactor 2021-04-19 17:05:03 +08:00
dapan1121 3976e1d072 add test case 2021-04-19 14:59:39 +08:00
Haojun Liao e5d17c95fa [td-2859] 2021-04-17 14:56:30 +08:00
Haojun Liao bc39673ca6 [td-225] refactor code. 2021-04-16 14:48:41 +08:00
Shuduo Sang 20a32bedb2
Hotfix/sangshuduo/td 3636 for master (#5735)
* [TD-3652]<test> add case for TD-3652 to resolve TD-3590

* Update fulltest.sh

* [TD-3295]<test> add case for TD-3295

* TD-3675

* Hotfix/sangshuduo/td 3607 for master (#5712)

* test

* [TD-3677]<test>: test pr message 1

* [TD-3671]<test>change target branch

* [TD-3677]<test>: test pr message 2

* [TD-3677]<test>: test pr message 3

* Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#5688)

* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* remove useless file

* fix changing target branch

* fix

* fix

* [TD-3607]<fix>: fix taosdemo limit and offset.

if offset+limit > count.

* [TD-3607]<fix>: taosdemo limit and offset.

if child tbl not exist, dont take limit and offset value.

Co-authored-by: huili <52318143+plum-lihui@users.noreply.github.com>
Co-authored-by: liuyq-617 <yqliu@taosdata.com>
Co-authored-by: plum-lihui <huili@taosdata.com>
Co-authored-by: Elias Soong <elias.soong@gmail.com>
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* fix mem leak issue

* fix crash issue

* [TD-3683]<fix>: reduce buffer size for more stable table creation. (#5720)

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* Hotfix/sangshuduo/td 3607 taosdemo buffer overflow (#5723)

* [TD-3607] <fix>: fix taosdemo buffer overflow.

* [TD-3607] <fix>: taosdemo buffer overflow.

add tmp buffer.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix data generation.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix normal table writting.

* [TD-3607] <fix>: taosdemo buffer overflow.

remove tail spaces.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix taosdemo alter table test case.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix taosdemo alter table case.

* [TD-3607] <fix>: taosdemo buffer overflow.

adjust limit offset count warning.

* [TD-3607] <fix>: taosdemo buffer overflow.

add more logic for child tables exist.

* [TD-3607] <fix>: taosdemo buffer overflow.

create database if database be dropped only.

* [TD-3607] <fix>: fix taosdemo buffer overflow.

adjust limit and offset test cases.

* [TD-3607] <fix>: taosdemo buffer overflow.

adjust sample data test case.

* test

* [TD-3677]<test>: test pr message 1

* [TD-3671]<test>change target branch

* [TD-3677]<test>: test pr message 2

* [TD-3677]<test>: test pr message 3

* Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#5688)

* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* remove useless file

* fix changing target branch

* fix

* fix

* [TD-3607]<fix>: taosdemo limit and offset.

if limit+offset > count

* Hotfix/sangshuduo/td 3607 taosdemo buffer overflow (#5706)

* [TD-3607] <fix>: fix taosdemo buffer overflow.

* [TD-3607] <fix>: taosdemo buffer overflow.

add tmp buffer.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix data generation.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix normal table writting.

* [TD-3607] <fix>: taosdemo buffer overflow.

remove tail spaces.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix taosdemo alter table test case.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix taosdemo alter table case.

* [TD-3607] <fix>: taosdemo buffer overflow.

adjust limit offset count warning.

* [TD-3607] <fix>: taosdemo buffer overflow.

add more logic for child tables exist.

* [TD-3607] <fix>: taosdemo buffer overflow.

create database if database be dropped only.

* [TD-3607] <fix>: fix taosdemo buffer overflow.

adjust limit and offset test cases.

* [TD-3607] <fix>: taosdemo buffer overflow.

adjust sample data test case.

* [TD-3607]<fix>: taosdemo limit and offset.

if limit+offset > count

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* [TD-3607]<fix>: taosdemo limit and offset.

if child tbl not exist, dont take limit and offset value.

* Hotfix/sangshuduo/td 3607 taosdemo buffer overflow (#5713)

* [TD-3607] <fix>: fix taosdemo buffer overflow.

* [TD-3607] <fix>: taosdemo buffer overflow.

add tmp buffer.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix data generation.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix normal table writting.

* [TD-3607] <fix>: taosdemo buffer overflow.

remove tail spaces.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix taosdemo alter table test case.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix taosdemo alter table case.

* [TD-3607] <fix>: taosdemo buffer overflow.

adjust limit offset count warning.

* [TD-3607] <fix>: taosdemo buffer overflow.

add more logic for child tables exist.

* [TD-3607] <fix>: taosdemo buffer overflow.

create database if database be dropped only.

* [TD-3607] <fix>: fix taosdemo buffer overflow.

adjust limit and offset test cases.

* [TD-3607] <fix>: taosdemo buffer overflow.

adjust sample data test case.

* [TD-3607]<fix>: taosdemo limit and offset.

if limit+offset > count

* [TD-3607]<fix>: taosdemo limit and offset.

if child tbl not exist, dont take limit and offset value.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* fix taosdemo limit invalid warning condition.

* [TD-3683]<fix>: reduce buffer size for more stable table creation. (#5719)

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
Co-authored-by: huili <52318143+plum-lihui@users.noreply.github.com>
Co-authored-by: liuyq-617 <yqliu@taosdata.com>
Co-authored-by: plum-lihui <huili@taosdata.com>
Co-authored-by: Elias Soong <elias.soong@gmail.com>
Co-authored-by: Shengliang Guan <slguan@taosdata.com>

* TD-3707

* Feature/sangshuduo/td 3408 taosdemo async query (#5731)

* test

* [TD-3677]<test>: test pr message 1

* [TD-3671]<test>change target branch

* [TD-3677]<test>: test pr message 2

* [TD-3677]<test>: test pr message 3

* Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#5688)

* [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.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* remove useless file

* fix changing target branch

* fix

* fix

* Hotfix/sangshuduo/td 3607 taosdemo buffer overflow (#5706)

* [TD-3607] <fix>: fix taosdemo buffer overflow.

* [TD-3607] <fix>: taosdemo buffer overflow.

add tmp buffer.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix data generation.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix normal table writting.

* [TD-3607] <fix>: taosdemo buffer overflow.

remove tail spaces.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix taosdemo alter table test case.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix taosdemo alter table case.

* [TD-3607] <fix>: taosdemo buffer overflow.

adjust limit offset count warning.

* [TD-3607] <fix>: taosdemo buffer overflow.

add more logic for child tables exist.

* [TD-3607] <fix>: taosdemo buffer overflow.

create database if database be dropped only.

* [TD-3607] <fix>: fix taosdemo buffer overflow.

adjust limit and offset test cases.

* [TD-3607] <fix>: taosdemo buffer overflow.

adjust sample data test case.

* [TD-3607]<fix>: taosdemo limit and offset.

if limit+offset > count

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* Hotfix/sangshuduo/td 3607 taosdemo buffer overflow (#5713)

* [TD-3607] <fix>: fix taosdemo buffer overflow.

* [TD-3607] <fix>: taosdemo buffer overflow.

add tmp buffer.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix data generation.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix normal table writting.

* [TD-3607] <fix>: taosdemo buffer overflow.

remove tail spaces.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix taosdemo alter table test case.

* [TD-3607] <fix>: taosdemo buffer overflow.

fix taosdemo alter table case.

* [TD-3607] <fix>: taosdemo buffer overflow.

adjust limit offset count warning.

* [TD-3607] <fix>: taosdemo buffer overflow.

add more logic for child tables exist.

* [TD-3607] <fix>: taosdemo buffer overflow.

create database if database be dropped only.

* [TD-3607] <fix>: fix taosdemo buffer overflow.

adjust limit and offset test cases.

* [TD-3607] <fix>: taosdemo buffer overflow.

adjust sample data test case.

* [TD-3607]<fix>: taosdemo limit and offset.

if limit+offset > count

* [TD-3607]<fix>: taosdemo limit and offset.

if child tbl not exist, dont take limit and offset value.

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* [TD-3683]<fix>: reduce buffer size for more stable table creation. (#5719)

Co-authored-by: Shuduo Sang <sdsang@taosdata.com>

* [TD-3408]<feature>: taosdemo support async query.

* [TD-3408]<feature>: taosdemo support async query.

refactor

* [TD-3408]<feature>: taosdemo support async query.

refactor 2

* [TD-3408]<feature>: taosdemo support async query.

refactor 3

* [TD-3408]<feature>: taosdemo support async query.

refactor 4

* [TD-3408]<feature>: taosdemo support specified sql more than one line.

Co-authored-by: huili <52318143+plum-lihui@users.noreply.github.com>
Co-authored-by: liuyq-617 <yqliu@taosdata.com>
Co-authored-by: plum-lihui <huili@taosdata.com>
Co-authored-by: Elias Soong <elias.soong@gmail.com>
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
Co-authored-by: Shengliang Guan <slguan@taosdata.com>

* [TD-3636]<fix>: fix taosdemo outorder range algorithm.

patch for master.

Co-authored-by: wu champion <wuchampion@foxmail.com>
Co-authored-by: wu champion <wu_champion@foxmail.com>
Co-authored-by: dapan1121 <89396746@qq.com>
Co-authored-by: wu champion <cpwu@taosdata.com>
Co-authored-by: huili <52318143+plum-lihui@users.noreply.github.com>
Co-authored-by: liuyq-617 <yqliu@taosdata.com>
Co-authored-by: plum-lihui <huili@taosdata.com>
Co-authored-by: Elias Soong <elias.soong@gmail.com>
Co-authored-by: Shuduo Sang <sdsang@taosdata.com>
Co-authored-by: Shengliang Guan <slguan@taosdata.com>
Co-authored-by: haojun Liao <hjxilinx@users.noreply.github.com>
2021-04-09 09:03:24 +08:00
haojun Liao 910b78f290
Merge pull request #5658 from taosdata/feature/TD-2577
[TD-2577]support having
2021-04-08 16:16:31 +08:00
Haojun Liao 13dc5b6965 [td-225]update sim. 2021-04-06 10:53:04 +08:00
Haojun Liao 36cd4550a3 [td-3664]update sim. 2021-04-04 23:41:51 +08:00
Haojun Liao ecfe8ecabb [td-3662] 2021-04-04 15:33:18 +08:00
Haojun Liao 00c1a59abb [td-3662] 2021-04-04 11:18:28 +08:00
Haojun Liao 859054fd48 [td-3662]fix bug found by regression test. 2021-04-04 11:16:50 +08:00
Haojun Liao 3fda7a8647 [td-3662]fix bug found by regression test. 2021-04-04 11:16:15 +08:00
Haojun Liao 0146d60cbb [td-225] merge develop 2021-04-02 16:40:44 +08:00
Haojun Liao 49b78ead9e [td-225]update the sim. 2021-04-02 14:37:01 +08:00
Haojun Liao 878d59d990 [td-225]update the sim. 2021-04-02 14:28:22 +08:00
Haojun Liao 1f4c2cf526 [td-225]refactor. 2021-04-02 11:18:36 +08:00
dapan1121 219bc838e5 Merge branch 'develop' into feature/TD-2577 2021-04-02 09:36:36 +08:00
dapan1121 80e0d0eff1 Merge branch 'develop' into feature/TD-2577 2021-04-01 16:51:01 +08:00
dapan1121 71badf8c85 fix filter error 2021-04-01 16:41:21 +08:00
Haojun Liao 18f5fd3a6e [td-3621]update sim 2021-03-31 21:26:11 +08:00
Haojun Liao fb14bd47c3 [td-3621]update sim 2021-03-31 21:23:30 +08:00