wpan
|
06f38b5b1c
|
add group by condition check
|
2021-07-06 10:53:30 +08:00 |
Haojun Liao
|
1f670fc95a
|
[td-225]update the sim.
|
2021-06-30 11:27:17 +08:00 |
Haojun Liao
|
11761d016d
|
[td-4894]<fix>:fix bug in group by normal columns.
|
2021-06-25 23:10:10 +08:00 |
Haojun Liao
|
3dc8eca014
|
[td-4754]
|
2021-06-21 10:18:05 +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 |
dapan1121
|
5b81cd8093
|
fix bug
|
2021-03-10 14:50:47 +08:00 |
Minglei Jin
|
12a83af0fe
|
[TD-3191]<fix>: walLevel change from 0 to 1 to make wal sync happy
|
2021-03-08 11:57:33 +08:00 |
Haojun Liao
|
39e60bf3d4
|
[TD-225]update the sim
|
2021-01-09 14:25:54 +08:00 |
Haojun Liao
|
d2a1e2d6d5
|
[TD-225]update the sim.
|
2021-01-07 15:18:10 +08:00 |
Haojun Liao
|
03f088e98b
|
[TD-2298] add test cases.
|
2020-12-04 15:52:27 +08:00 |
Haojun Liao
|
0fad15ebb2
|
[TD-2236] add test cases.
|
2020-12-04 15:12:56 +08:00 |
Haojun Liao
|
c0ea91ef53
|
[TD-2090]
|
2020-11-20 10:59:15 +08:00 |
Haojun Liao
|
82246d441d
|
[TD-1765] add test cases.
|
2020-11-19 18:42:38 +08:00 |
Haojun Liao
|
5d09399ee9
|
[TD-2159]
|
2020-11-19 17:46:12 +08:00 |
Haojun Liao
|
63c3ae84b8
|
[TD-2159] add test cases.
|
2020-11-19 17:23:18 +08:00 |
Haojun Liao
|
4a7fc101a0
|
[TD-2159]
|
2020-11-19 17:18:18 +08:00 |
Haojun Liao
|
ec8c6d0c16
|
[TD-2159]<fix>: fix bugs in limit/offset in group by normal columns.
|
2020-11-19 16:54:26 +08:00 |
Haojun Liao
|
71fe2885d4
|
[TD-225]update sim.
|
2020-11-19 14:46:46 +08:00 |
Haojun Liao
|
bc8fb310b4
|
[TD-225] update sim.
|
2020-11-19 13:34:07 +08:00 |
Haojun Liao
|
f78fd9935d
|
[TD-225] update test cases.
|
2020-11-04 14:11:52 +08:00 |
Haojun Liao
|
2e8048c194
|
[td-225] update sim.
|
2020-10-27 10:23:16 +08:00 |
Haojun Liao
|
2b1519c167
|
[td-1319]
|
2020-09-12 15:50:04 +08:00 |
Haojun Liao
|
ac43972d38
|
[td-225] update sim script
|
2020-09-07 14:56:39 +08:00 |
Haojun Liao
|
21e27ea5de
|
[td-225] update the script.
|
2020-07-08 15:48:40 +08:00 |
Haojun Liao
|
f87322f680
|
[td-225] fix bugs in group by normal columns
|
2020-06-13 11:06:59 +08:00 |
Haojun Liao
|
a3b1dbb845
|
[td-225] fix bugs in group by normal columns
|
2020-06-08 14:50:47 +08:00 |
Shengliang Guan
|
80f0a88063
|
scripts
|
2020-05-12 18:28:00 +08:00 |
slguan
|
942f67e291
|
scripts
|
2020-05-07 16:08:51 +08:00 |
hjxilinx
|
31029ee27f
|
[td-183]
|
2020-05-07 14:28:39 +08:00 |
slguan
|
9f7e7deb21
|
add scripts
|
2020-04-29 17:30:03 +08:00 |
slguan
|
9d8998443c
|
add some scripts
|
2020-04-19 23:28:22 +08:00 |